becrypto/readme.md
2023-06-30 17:37:15 +08:00

17 lines
866 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[polygon]PresaleBox Constract address: 0xcb5ce7F377053AF487Ca5995ec06AD5ED49b9D46
[KCC]
hero √ 0x0EB362BD40F2288fF25A6Ee1b487cB0cb4638e0D
weapon √ 0x29F67A372AC1c6AcF478A564992D421FE20F2cc8
chip √ 0x54B6ED7EDe9355b471985439421Aa1DC7Da6Dc20
Box √ 0x8444404bD78089A5a6d5Cc57f7Df8924f2DdACB4
[verify arbitrum one contract]
使用truffle-plugin-verify插件可以直接verify contract
插件地址https://github.com/rkalis/truffle-plugin-verify
1.使用命令(示例):
truffle run verify BEBadge.sol --network arbitrum_one --verifiers=arbiscan
2.注意事项:
(1).verify使用的artifact file名字格式为***.sol.json比如BEBadge.sol.json
(2).在json文件中必须确保要verify的合约地址以及对应的txhash与链上一致在deploy过程的最后有可能会出错导致地址没写入这是需要手动录入