Detonated Toonz
Verified contract
Active on
Ethereum with 1,682 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 "Detonated Toonz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20758340 | 2 months ago | | | 0 | 0.000061090766 | |
| 20685164 | 3 months ago | | | 0 | 0.00013503953 | |
| 17011821 | 2 years ago | | | 0 | 0.00049098771 | |
| 16875993 | 2 years ago | | | 0 | 0.0017470408 | |
| 16849007 | 2 years ago | | | 0 | 0.0019970674 | |
| 16759776 | 2 years ago | | | 0 | 0.0010615373 | |
| 16737668 | 2 years ago | | | 0 | 0.0026617790 | |
| 16721414 | 2 years ago | | | 0 | 0.0024204374 | |
| 16415554 | 2 years ago | | | 0 | 0.0015640908 | |
| 16409252 | 2 years ago | | | 0 | 0.0011245992 |
ABI
ABI objects
Getter at block 21288039
canDetonate() view returns (bool)
false
name() view returns (string)
Detonated Toonz
owner() view returns (address)
0x034be3074ff759d0167ddf404db149d954dcdcee
symbol() view returns (string)
DTNT
totalSupply() view returns (uint256)
751
uriPrefix() view returns (string)
https://degentoonz.fra1.cdn.digitaloceanspaces.com/public/gmgn-info/metadata/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getDetonationStatus(uint256 _tokenId) view returns (struct GMGNDetonationDetonationStatus)
hasBeenDetonated(uint256, uint256) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenData(uint256) view returns (uint256 genesisTokenId, uint256 detonationType)
tokenURI(uint256 _tokenId) view returns (string)
walletDetonationStatus(address _owner, uint256 _startId, uint256 _endId, uint256 _startBalance) view returns (struct GMGNDetonationDetonationStatus[])
State-modifying
Events approve(address to, uint256 tokenId)
detonate(uint256 _genesisTokenId, uint256 _detonationType)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCanDetonate(bool _canDetonate)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
Detonation(uint256 indexed genesisTokenId, uint256 indexed detonationType, uint256 indexed detonatedTokenId, address owner)
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.
AlreadyDetonated()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
DetonationNotEnabled()
InvalidDetonationType()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughDynamite()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UriQueryForNonexistentToken()