Hello
I would like to know how it is possible to find the 32 bytes proof of a contract to call the mint function of a nft. As you can see in the attached image, in addition to the amount in eth and the amount of nft to be minted, there is a string where you need to insert the proof byte32, can you tell me how I can find it?
Contract link: https://etherscan.io/address/0x1b72db33b8c8a6fd64d1683d7328a4e6be7bc678#writeContract
It's array of bytes32 , merkle hash'es or proofs.
User needs to input merkle proofs. In the verify function, input array along with the hash of user address is fed to merkle tree verifier to check if merkle root is produced. If yes, then the user can mint nft along with other conditions satisfied.
The smart contract deployer would have already generated merkle tree and root hash with all eligible airdrop addresses off-chain. You need to look for that info and provide the proof as per your address.
thanks for the reply, for example: https://etherscan.io/address/0xcb7a92f2e8dca5376195f7287b9724da83aa693f this is the creator of the contract, on which transaction can I find the merkle?
1 Like
The data will be off-chain. Is there a website , discord , telegram link etc for this project?
Yes, there is the website: https://wzrds.xyz/
and twitter: https://twitter.com/WZRDSxyz
no discord