DropSinglePhase1155
Methods
claim
Parameters
_receiver
address
undefined
_tokenId
uint256
undefined
_quantity
uint256
undefined
_currency
address
undefined
_pricePerToken
uint256
undefined
_allowlistProof
IDropSinglePhase1155.AllowlistProof
undefined
_data
bytes
undefined
claimCondition
Mapping from tokenId => active claim condition for the tokenId.
Parameters
_0
uint256
undefined
Returns
startTimestamp
uint256
undefined
maxClaimableSupply
uint256
undefined
supplyClaimed
uint256
undefined
quantityLimitPerWallet
uint256
undefined
merkleRoot
bytes32
undefined
pricePerToken
uint256
undefined
currency
address
undefined
metadata
string
undefined
getSupplyClaimedByWallet
Returns the supply claimed by claimer for active conditionId.
Parameters
_tokenId
uint256
undefined
_claimer
address
undefined
Returns
_0
uint256
undefined
setClaimConditions
Parameters
_tokenId
uint256
undefined
_condition
IClaimCondition.ClaimCondition
undefined
_resetClaimEligibility
bool
undefined
verifyClaim
Parameters
_tokenId
uint256
undefined
_claimer
address
undefined
_quantity
uint256
undefined
_currency
address
undefined
_pricePerToken
uint256
undefined
_allowlistProof
IDropSinglePhase1155.AllowlistProof
undefined
Returns
isOverride
bool
undefined
Events
ClaimConditionUpdated
Emitted when the contract's claim conditions are updated.
Parameters
tokenId indexed
uint256
undefined
condition
IClaimCondition.ClaimCondition
undefined
resetEligibility
bool
undefined
TokensClaimed
Emitted when tokens are claimed via claim
.
Parameters
claimer indexed
address
undefined
receiver indexed
address
undefined
tokenId indexed
uint256
undefined
quantityClaimed
uint256
undefined
Last updated