Connection Lost

New Vyper 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.
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.
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