0x
address supplied on contract creation (added above)
pragma solidity X.X.X
. Use the corresponding compiler version rather than the nightly build.
Verify and Publish
button.
Read Contract
. The contract name will now appear in BlockScout with any transactions related to your contract.
Verify and Publish
button.
Read Contract
. The contract name will now appear in BlockScout with any transactions related to your contract.
There was an error compiling your contract
message this means the bytecode doesn’t match the supplied sourcecode. Unfortunately, there are many reasons this may be the case. Here are a few things to try:
1) Double check the compiler version is correct.