Hi, @Experts. I am going to calculate NFT minter count in ERC1155 Contract
How can i get this amount in solidity?
Nov 15, 2022, 12:19 PM
For example, i think we can count minters when they try mint or batchMint function
Nov 15, 2022, 12:20 PM
exactly
Nov 15, 2022, 12:24 PM
But i am not sure how can i create variable type
uint256 totalHolders; or something not sure.
Please guide me
Nov 15, 2022, 12:25 PM
cryptozombies.io
chainlink one
you should see the calls made by your contracts
and the status
you said that the callback is never done right?
but your contract call correctly the coordinator function
If you can verify the contract please so we can debug the tx correctly
Nov 15, 2022, 2:42 PM