Verify & Publish Contract Source Code

Source code 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 has a constructor with parameters, provide the ABI-encoded arguments

0 / 1,000,000 characters

Tip: Paste your flattened contract source code. If your contract imports other files, use a flattening tool like truffle-flattener orhardhat-flatten to combine all files into one.

Cancel

Verification Tips

1
Match Compiler Version
Use the exact same compiler version used during deployment
2
Flatten Your Code
Combine all imported files into a single source file
3
Check Optimization
Ensure optimization settings match deployment configuration
4
Include Constructor Args
If your contract has constructor parameters, include them