Verify Contract (Standard JSON)
Submit a contract for verification via the Solidity standard JSON input or Vyper JSON input.
https://verify-api.vechainstats.com/v2/verify/100009/{address}
Request body example:
{
"stdJsonInput": {},
"compilerVersion": "0.8.7+commit.e28d00a7",
"contractIdentifier": "contracts/Storage.sol:Storage",
"creationTransactionHash": "0xb6ee9d528b336942dd70d3b41e2811be10a473776352009fd73f85604f5ed206"
}
Last updated
Was this helpful?