XDao Mint Pass
Verified contract
Active on
Ethereum with 2,342 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 "XDao Mint Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20752223 | 2 months ago | | | 0 | 0.000068947251 | |
| 20752220 | 2 months ago | | | 0 | 0.00010559806 | |
| 20163327 | 4 months ago | | | 0 | 0.00031056730 | |
| 17965244 | a year ago | | | 0 | 0.0012154020 | |
| 17471028 | a year ago | | | 0 | 0.00091889537 | |
| 16682416 | 2 years ago | | | 0 | 0.0011277366 | |
| 16675322 | 2 years ago | | | 0 | 0.0011226481 | |
| 16346317 | 2 years ago | | | 0 | 0.00074135794 | |
| 16296230 | 2 years ago | | | 0 | 0.00078924728 | |
| 16276142 | 2 years ago | | | 0 | 0.00053345508 |
ABI
ABI objects
Getter at block 21124373
mintEnabled() view returns (bool)
false
name() view returns (string)
XDao Mint Pass
owner() view returns (address)
0xdebae76f2339b46cf5cf090c85bdb77be4da48b8
symbol() view returns (string)
XDMP
totalSupply() view returns (uint256)
4928
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
disableMint()
enableMint()
mint() payable
renounceOwnership()
reserveToAddress(address recipient)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()