Mint Season 5
Verified contract
Proxy
Active on
Ethereum with 350 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
12 additional
variables
Balances ($0.00)
No balances found for "Mint Season 5"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17034521 | 2 years ago | | | 0 | 0.0010239355 | |
| 16888704 | 2 years ago | | | 0 | 0.00030739856 | |
| 16738756 | 2 years ago | | | 0 | 0.0010887217 | |
| 16733020 | 2 years ago | | | 0 | 0.0010332587 | |
| 16703391 | 2 years ago | | | 0 | 0.0010690620 | |
| 16126782 | 2 years ago | | | 0 | 0.00089829366 | |
| 15552708 | 2 years ago | | | 0 | 0.00027937681 | |
| 15552051 | 2 years ago | | | 0 | 0.00047322865 | |
| 15514764 | 2 years ago | | | 0 | 0.00054143111 | |
| 15507005 | 2 years ago | | | 0 | 0.00043453009 |
ABI
ABI objects
Getter at block 21090156
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType() pure returns (bytes32)
0x44726f7045524331313535000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://QmfHWucvcFXpkAHjrTgDvAYhsfFneLerJdHxikgbmoT6um/0
contractVersion() pure returns (uint8)
2
getDefaultRoyaltyInfo() view returns (address, uint16)
(0xf2e82029a3b83341ac1ba7ef71f6a93b43c75f77, 0)
getPlatformFeeInfo() view returns (address, uint16)
(0x0000000000000000000000000000000000000000, 0)
name() view returns (string)
Mint Season 5
nextTokenIdToMint() view returns (uint256)
4
owner() view returns (address)
0xf2e82029a3b83341ac1ba7ef71f6a93b43c75f77
primarySaleRecipient() view returns (address)
0xf2e82029a3b83341ac1ba7ef71f6a93b43c75f77
symbol() view returns (string)
MS5
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimCondition(uint256) view returns (uint256 currentStartId, uint256 count)
getActiveClaimConditionId(uint256 _tokenId) view returns (uint256)
getClaimConditionById(uint256 _tokenId, uint256 _conditionId) view returns (struct IDropClaimConditionClaimCondition condition)
getClaimTimestamp(uint256 _tokenId, uint256 _conditionId, address _claimer) view returns (uint256 lastClaimTimestamp, uint256 nextValidClaimTimestamp)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
maxTotalSupply(uint256) view returns (uint256)
maxWalletClaimCount(uint256) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
saleRecipient(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string _tokenURI)
verifyClaim(uint256 _conditionId, address _claimer, uint256 _tokenId, uint256 _quantity, address _currency, uint256 _pricePerToken, bool verifyMaxQuantityPerTransaction) view
verifyClaimMerkleProof(uint256 _conditionId, address _claimer, uint256 _tokenId, uint256 _quantity, bytes32[] _proofs, uint256 _proofMaxQuantityPerTransaction) view returns (bool validMerkleProof, uint256 merkleProofIndex)
walletClaimCount(uint256, address) view returns (uint256)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claim(address _receiver, uint256 _tokenId, uint256 _quantity, address _currency, uint256 _pricePerToken, bytes32[] _proofs, uint256 _proofMaxQuantityPerTransaction) payable
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _saleRecipient, address _royaltyRecipient, uint128 _royaltyBps, uint128 _platformFeeBps, address _platformFeeRecipient)
lazyMint(uint256 _amount, string _baseURIForTokens)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setClaimConditions(uint256 _tokenId, struct IDropClaimConditionClaimCondition[] _phases, bool _resetClaimEligibility)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setMaxTotalSupply(uint256 _tokenId, uint256 _maxTotalSupply)
setMaxWalletClaimCount(uint256 _tokenId, uint256 _count)
setOwner(address _newOwner)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
setWalletClaimCount(uint256 _tokenId, address _claimer, uint256 _count)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ClaimConditionsUpdated(uint256 indexed tokenId, struct IDropClaimConditionClaimCondition[] claimConditions)
DefaultRoyalty(address newRoyaltyRecipient, uint256 newRoyaltyBps)
MaxTotalSupplyUpdated(uint256 tokenId, uint256 maxTotalSupply)
MaxWalletClaimCountUpdated(uint256 tokenId, uint256 count)
OwnerUpdated(address prevOwner, address newOwner)
PlatformFeeInfoUpdated(address platformFeeRecipient, uint256 platformFeeBps)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address royaltyRecipient, uint256 royaltyBps)
TokensClaimed(uint256 indexed claimConditionIndex, uint256 indexed tokenId, address indexed claimer, address receiver, uint256 quantityClaimed)
TokensLazyMinted(uint256 startTokenId, uint256 endTokenId, string baseURI)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
WalletClaimCountUpdated(uint256 tokenId, address indexed wallet, uint256 count)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.