Mint Calendar Pass
Verified contract
Active on
Ethereum with 1,723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Mint Calendar Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287664 | 6 days ago | | | 0 | 0.00050924495 | |
| 21206821 | 17 days ago | | | 0 | 0.00046024632 | |
| 21188334 | 19 days ago | | | 0 | 0.0017088438 | |
| 20852720 | 2 months ago | | | 0 | 0.00028098583 | |
| 20527355 | 4 months ago | | | 0 | 0.00096061033 | |
| 20313329 | 5 months ago | | | 0 | 0.00091267467 | |
| 20312914 | 5 months ago | | | 0 | 0.0013179142 | |
| 20312771 | 5 months ago | | | 0 | 0.00097036681 | |
| 20188168 | 5 months ago | | | 0 | 0.000097859132 | |
| 20065739 | 6 months ago | | | 0 | 0.00052299884 |
ABI
ABI objects
Getter at block 21327785
PASS_INDEX() view returns (uint256)
0
addressMintLimit() view returns (uint256)
10
collectionSize() view returns (uint256)
3333
collectionURI() view returns (string)
contractURI() view returns (string)
isPublicSaleActive() view returns (bool)
true
isWhitelistSaleActive() view returns (bool)
true
mintPrice() view returns (uint256)
33000000000000000
name() view returns (string)
Mint Calendar Pass
owner() view returns (address)
0x88a850086d22b78a7e56ac6fb921962a4b43ae47
paused() view returns (bool)
false
royaltyBasisPoints() view returns (uint16)
70
symbol() view returns (string)
MCPass
transactionMintLimit() view returns (uint256)
10
whitelistMerkleRoot() view returns (bytes32)
0xf87b7b8a12d4f06c41ec8f2ad04c8b16c6d17abcb306e86c57ff9abfedab8f10
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintCounts(address) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address to, uint256 quantity)
pause()
publicMint(uint256 quantity) payable
renounceOwnership()
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)
setIsPublicSaleActive(bool newIsPublicSaleActive)
setIsWhitelistSaleActive(bool newIsWhitelistSaleActive)
setMetadataBaseURI(string newMetadataBaseURI)
setRoyaltyBasisPoints(uint16 newRoyaltyBasisPoints)
setWhitelistMerkleRoot(bytes32 newWhitelistMerkleRoot)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 quantity, bytes32[] proof) payable
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
constructor(string initialMetadataBaseURI, string initialCollectionURI, uint16 initialRoyaltyBasisPoints, uint256 initialTransactionMintLimit, uint256 initialAddressMintLimit, uint256 initialCollectionSize, uint256 initialMintPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.