Doomsday NFT Collectibles
Verified contract
Active on
Ethereum with 76 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd6e3…e65d
Balances ($0.00)
No balances found for "Doomsday NFT Collectibles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18633971 | a year ago | | | 0 | 0.0010902795 | |
| 17735907 | a year ago | | | 0 | 0.0019332551 | |
| 17569964 | a year ago | | | 0 | 0.00058855001 | |
| 17047159 | 2 years ago | | | 0 | 0.022748133 | |
| 15657666 | 2 years ago | | | 0 | 0.00016034808 | |
| 15657665 | 2 years ago | | | 0 | 0.00015524753 | |
| 15657650 | 2 years ago | | | 0 | 0.00015180080 | |
| 15416993 | 2 years ago | | | 0 | 0.00071838683 | |
| 14813656 | 2 years ago | | | 0 | 0.0027660026 | |
| 14809570 | 2 years ago | | | 0 | 0.00069623416 |
ABI
ABI objects
Getter at block 21181468
name() view returns (string)
Doomsday NFT Collectibles
owner() view returns (address)
0x3da2e5cb6aeb2db1c3ebdce013d6a10e3e126fce
symbol() view returns (string)
FALLEN
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
myFallen(uint256 startId, uint256 limit) view returns (uint256[] _tokenIds, uint16[] _cityIds)
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)
claim(uint256 _tokenId)
claimMultiple(uint256[] _tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUriComponents(string _newBase, string _newSuffix)
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(address _doomsday)
This contract contains no fallback and receive objects.
This contract contains no error objects.