Down To Oblivion
Verified contract
Proxy
Active on
Ethereum with 695 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 "Down To Oblivion"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19482511 | 9 months ago | | | 0 | 0.0015460504 | |
| 18904066 | a year ago | | | 0 | 0.00071025078 | |
| 18469963 | a year ago | | | 0 | 0.00098962366 | |
| 18287580 | a year ago | | | 0 | 0.00041443894 | |
| 18261999 | a year ago | | | 0 | 0.00039509825 | |
| 18247138 | a year ago | | | 0 | 0.00032526667 | |
| 17868294 | a year ago | | | 0 | 0.0011534775 | |
| 16971203 | 2 years ago | | | 0 | 0.0025988259 | |
| 16863652 | 2 years ago | | | 0 | 0.0011601937 | |
| 16822644 | 2 years ago | | | 0 | 0.0010195152 |
ABI
ABI objects
Getter at block 21377759
implementation() view returns (address)
0x02e2c2314eee894d6caa1d86c877b117542fbc72
initialized() view returns (bool)
true
maxMintPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
999
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
Down To Oblivion
owner() view returns (address)
0x23c18b9fef4cc9177ad4a3fe1b1ce02842495037
symbol() view returns (string)
DTB
totalSupply() view returns (uint256)
999
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) payable
devMint(address addr, uint256 count)
mint(uint256 count) payable
registerExtension(string t, string s, string u, uint256 n, uint256 p, uint256 r)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setPrefix(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()