Private
eventsGet all claimer addresses
the tokenId of the NFT to get the addresses of*
Get a list of all the addresses that have claimed a token
const tokenId = "0";
const allClaimerAddresses = await contract.history.getAllClaimerAddresses(tokenId);
Generated using TypeDoc
Manages history for Edition Drop contracts