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 "DodoVerse"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19714633 | 7 months ago | | | 0 | 0.00026562208 | |
| 19230274 | 10 months ago | | | 0 | 0.00050112500 | |
| 19230271 | 10 months ago | | | 0 | 0.00053192706 | |
| 18631390 | a year ago | | | 0 | 0.0026778901 | |
| 18510201 | a year ago | | | 0 | 0.00085867867 | |
| 18467709 | a year ago | | | 0 | 0.00073089572 | |
| 18450488 | a year ago | | | 0 | 0.0011935959 | |
| 18398028 | a year ago | | | 0 | 0.00029491110 | |
| 18398008 | a year ago | | | 0 | 0.0017946562 | |
| 18367023 | a year ago | | | 0 | 0.00027319479 |
ABI
ABI objects
Getter at block 21333236
maxSupply() view returns (uint256)
5555
name() view returns (string)
DodoVerse
owner() view returns (address)
0x8f2eb78f0895bc4f93b6e65462cb2458035ee817
symbol() view returns (string)
DODO
totalSupply() view returns (uint256)
182
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mooarMint(address to, uint256 tokenId)
renounceOwnership()
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(string name, string symbol, string baseURI, string tokenSuffix, uint256 maxSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.