Verify & Publish Contract Source

Source verification provides transparency for users interacting with smart contracts on LadyChain.

Contract Verification Form

Must match the contract name in your source code

Compiler Settings

If your contract's constructor takes parameters, provide them ABI-encoded
0 / 1,000,000
Tip: If your contract imports other files, flatten it first with truffle-flattener or hardhat-flatten.
Cancel

Verification Tips

1
Match Compiler Version
Use the exact version used at deployment
2
Flatten Your Code
Combine all imported files into one source file
3
Check Optimization
Settings must match the deployment configuration
4
Include Constructor Args
If your contract has constructor params, include them