MetaOrganizationAccessPass
Verified contract
Active on
Ethereum with 1,517 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 "MetaOrganizationAccessPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19255629 | 9 months ago | | | 0 | 0.0019192905 | |
| 19071769 | 10 months ago | | | 0 | 0.00034727571 | |
| 18478524 | a year ago | | | 0 | 0.0018800075 | |
| 18452596 | a year ago | | | 0 | 0.00058392195 | |
| 17446583 | a year ago | | | 0 | 0.00075741476 | |
| 17201285 | 2 years ago | | | 0 | 0.0025055160 | |
| 17201280 | 2 years ago | | | 0 | 0.0024049298 | |
| 17095991 | 2 years ago | | | 0 | 0.0017165543 | |
| 17057331 | 2 years ago | | | 0 | 0.00098358854 | |
| 17047932 | 2 years ago | | | 0 | 0.0011668112 |
ABI
ABI objects
Getter at block 21259708
currentMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
owner() view returns (address)
0xddc1f070fa729c8e0033198cfa0524107404e628
paused() view returns (bool)
true
saleState() view returns (uint256 state)
0
tokenIdForSale() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
createLeaf(address account) pure returns (bytes32)
exists(uint256 id) view returns (bool)
frozenTokens(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
minted(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokens(uint256) view returns (uint128 mintPrice, uint96 maxSupply, uint32 walletMintLimit, string metadataUri)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addPass(uint256 tokenId, uint128 mintPrice, uint96 maxSupply, uint32 walletMintLimit, string metadataUri, uint256 teamReserve)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
editPass(uint256 tokenId, uint128 mintPrice, uint96 maxSupply, uint32 walletMintLimit, string metadataUri)
freezeMetadata(uint256 tokenId)
mintOwner(uint256 tokenId, uint256 amount)
mintSale(uint256 amount, bytes32[] proof) payable
pauseSale()
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)
setMerkleRoot(bytes32 merkleRoot)
setPassMetadataUri(uint256 tokenId, string metadataUri)
setPassWalletMintLimit(uint256 tokenId, uint32 walletMintLimit)
setPayoutAddress(address payoutAddress)
startPublicSale(uint256 tokenId)
startReservedSale(uint256 tokenId, bytes32 merkleRoot)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PermanentURI(string _value, uint256 indexed _id)
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(address payoutAddress)
receive()
This contract contains no error objects.