Coodles Mint Pass
Verified contract
Active on
Ethereum with 113 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 "Coodles Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20288950 | 4 months ago | | | 0 | 0.00019241959 | |
| 14918879 | 2 years ago | | | 0 | 0.00067936682 | |
| 14661416 | 3 years ago | | | 0 | 0.0018511495 | |
| 14601640 | 3 years ago | | | 0 | 0.00053666772 | |
| 14566992 | 3 years ago | | | 0 | 0.0016025949 | |
| 14476221 | 3 years ago | | | 0 | 0.0044526633 | |
| 14452017 | 3 years ago | | | 0 | 0.0016733054 | |
| 14451642 | 3 years ago | | | 0 | 0.0011576261 | |
| 14391875 | 3 years ago | | | 0 | 0.0014640312 | |
| 14368235 | 3 years ago | | | 0 | 0.0014316246 |
ABI
ABI objects
Getter at block 21177076
name() pure returns (string)
Coodles Mint Pass
owner() view returns (address)
0xbf2362f84c9f8f589e056248da547da3cb5458a9
paused() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() pure returns (string)
CMP
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events flipSaleState()
mint()
pause()
renounceOwnership()
reserve()
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)
setURI(string newuri)
transferOwnership(address newOwner)
unpause()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.