Verify using Hardhat

Verify your Contract

To verify your smart contract(s) that are already deployed, refer the instructions in Blockscout's Hardhat Contract Verification page. Run the following command:

npx hardhat verify --network plume-testnet <your-contract-address> "Constructor argument 1"

Blockscout ignores those arguments, so you may specify any values that correspond to the ABI in the arguments.

Sample Output

Successfully submitted source code for contract
contracts/RolexYachtMaster40.sol:Lock at 0x0c14F7df7f2B0c6F55851610849BA09f97732C9B
for verification on the block explorer. Waiting for verification result...

Successfully verified contract Lock on the block explorer.
https://testnet-explorer.plume.org/address/0x0c14F7df7f2B0c6F55851610849BA09f97732C9B#code

Last updated