Edition class

Constructors

Edition(String contractAddress, String providerUrl, [String? signerPrivateKey])

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

balanceOf(String account, BigInt id) Future
balanceOfBatch(List<String> accounts, List<BigInt> ids) Future
burnBatch(String account, List<BigInt> ids, List<BigInt> values) Future
claim(String receiver, BigInt tokenId, BigInt quantity, String currency, BigInt pricePerToken, Map<String, dynamic> allowlistProof, String data) Future
claimCondition(BigInt input) Future
contractType() Future
contractURI() Future
contractVersion() Future
DEFAULT_ADMIN_ROLE() Future
getActiveClaimConditionId(BigInt tokenId) Future
getBaseURICount() Future
getBatchIdAtIndex(BigInt index) Future
getClaimConditionById(BigInt tokenId, BigInt conditionId) Future
getDefaultRoyaltyInfo() Future
getPlatformFeeInfo() Future
getRoleAdmin(String role) Future
getRoleMember(String role, BigInt index) Future
getRoleMemberCount(String role) Future
getRoyaltyInfoForToken(BigInt tokenId) Future
getSupplyClaimedByWallet(BigInt tokenId, BigInt conditionId, String claimer) Future
grantRole(String role, String account) Future
hasRole(String role, String account) Future
hasRoleWithSwitch(String role, String account) Future
isApprovedForAll(String account, String operator) Future
isTrustedForwarder(String forwarder) Future
lazyMint(BigInt amount, String baseURIForTokens, String data) Future
maxTotalSupply() Future
multicall(String data) Future
name() Future
nextTokenIdToMint() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
operatorRestriction() Future
owner() Future
primarySaleRecipient() Future
renounceRole(String role, String account) Future
revokeRole(String role, String account) Future
royaltyInfo(BigInt tokenId, BigInt salePrice) Future
safeBatchTransferFrom(String from, String to, List<BigInt> ids, List<BigInt> amounts, String data) Future
safeTransferFrom(String from, String to, BigInt id, BigInt amount, String data) Future
saleRecipient(BigInt input) Future
setApprovalForAll(String operator, bool approved) Future
setClaimConditions(BigInt tokenId, List<Map<String, dynamic>> conditions, bool resetClaimEligibility) Future
setContractURI(String uri) Future
setDefaultRoyaltyInfo(String royaltyRecipient, BigInt royaltyBps) Future
setMaxTotalSupply(BigInt tokenId, BigInt maxTotalSupply) Future
setOperatorRestriction(bool restriction) Future
setOwner(String newOwner) Future
setPlatformFeeInfo(String platformFeeRecipient, BigInt platformFeeBps) Future
setPrimarySaleRecipient(String saleRecipient) Future
setRoyaltyInfoForToken(BigInt tokenId, String recipient, BigInt bps) Future
setSaleRecipientForToken(BigInt tokenId, String saleRecipient) Future
subscribeToRegistry(String subscription) Future
supportsInterface(String interfaceId) Future
symbol() Future
toString() String
A string representation of this object.
inherited
totalSupply() Future
uri(BigInt tokenId) Future
verifyClaim(BigInt conditionId, String claimer, BigInt tokenId, BigInt quantity, String currency, BigInt pricePerToken, Map<String, dynamic> allowlistProof) Future

Operators

operator ==(Object other) bool
The equality operator.
inherited