IDropSinglePhase1155_V1
Methods
claim
Parameters
Name
Type
Description
receiver
address
undefined
tokenId
uint256
undefined
quantity
uint256
undefined
currency
address
undefined
pricePerToken
uint256
undefined
allowlistProof
IDropSinglePhase1155_V1.AllowlistProof
undefined
data
bytes
undefined
setClaimConditions
Parameters
Name
Type
Description
tokenId
uint256
undefined
phase
IClaimCondition_V1.ClaimCondition
undefined
resetClaimEligibility
bool
undefined
Events
ClaimConditionUpdated
Emitted when the contract's claim conditions are updated.
Parameters
Name
Type
Description
tokenId indexed
uint256
undefined
condition
IClaimCondition_V1.ClaimCondition
undefined
resetEligibility
bool
undefined
TokensClaimed
Emitted when tokens are claimed via claim
.
Parameters
Name
Type
Description
claimer indexed
address
undefined
receiver indexed
address
undefined
tokenId indexed
uint256
undefined
quantityClaimed
uint256
undefined
Last updated