Connection Lost

New Smart Contract Verification

The 0x address supplied on contract creation.
Must match the name specified in the code. For example, in contract MyContract {..} MyContract is the contract name. Also contract name could be: path/to/file.sol:MyContract
Select yes if you want to show nightly builds.
The compiler version is specified in pragma solidity X.X.X. Use the compiler version rather than the nightly build. If using the Solidity compiler, run solc —version to check.
Drop the standard input JSON file or click here
Drop the standard input JSON file created during contract compilation into the drop zone.
Add arguments in ABI hex encoded form. Constructor arguments are written right to left, and will be found at the end of the input created bytecode. They may also be parsed here.
Cancel