Verify Contract in BSC

Hi
im tryng to verify contract with truffle
success return
but in bscscajm still not showing verified
anyone can help me what i missed ?

1 Like

Hi @whatnowangga,

Welcome to the community :wave:

You can try flattening your contract, specify the correct version of Solidity compiler and whether optimization was enabled, you can encode your constructor parameters with https://abi.hashex.org/

If you get stuck please share your Solidity code.