vfat-io / adventure-party

Helper contract for andrecronje/rarity
40 stars 63 forks source link

Source Code Verification on FTMscan #4

Closed solsticesolutions closed 2 years ago

solsticesolutions commented 2 years ago

Hi,

Appreciate the update, I just ran and deployed the latest scripts.

The contract code isn't verified yet on ftmscan.com so I can't interact with the contract there.

Was going through the verify process (not sure if I should as I didn't create it), but not sure where the ABI constructor arguments would be or if they are different than the old contract.

Thanks!

vfat0 commented 2 years ago

just verified a new one now, did it work?

vfat0 commented 2 years ago

i should add that its very easy to verify from the project's command line itself! npx hardhat verify --network fantom your_contract_address_here

solsticesolutions commented 2 years ago

That worked.

Thanks for the lesson too!