Doomsday NFT
Verified contract
Active on
Ethereum with 5,521 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 "Doomsday NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20637337 | 2 months ago | | | 0 | 0.000036106464 | |
| 16243737 | 2 years ago | | | 0 | 0.00027294377 | |
| 16094451 | 2 years ago | | | 0 | 0.00037276755 | |
| 15998346 | 2 years ago | | | 0 | 0.00046426753 | |
| 15299950 | 2 years ago | | | 0 | 0.00032715320 | |
| 14882645 | 2 years ago | | | 0 | 0.00094902936 | |
| 14415327 | 3 years ago | | | 0 | 0.00046824746 | |
| 14384724 | 3 years ago | | | 0 | 0.00060672706 | |
| 14268848 | 3 years ago | | | 0 | 0.0021360452 | |
| 14268847 | 3 years ago | | | 0 | 0.0047582865 |
ABI
ABI objects
Getter at block 21158204
currentImpact() view returns (int64[2] _coordinates, int64 _radius, bytes32 impactId)
(_coordinates=[553476, 377752], _radius=737056, impactId=0xb120ed39dd2c8d2e5f0d59fc59921b8f3b345a9351a7263d8f9887fd2f7562ad)
currentPrize() view returns (uint256)
254981575144253020771
destroyed() view returns (uint256)
1353
evacuatedFunds() view returns (uint256)
10427424855746979229
name() view returns (string _name)
Doomsday NFT
owner() view returns (address)
0xafa33991b1a03b0f79351439457059150cd6ddc0
reinforcements() view returns (uint256)
264810000000000000000
stage() view returns (uint8)
3
startTime() view returns (uint256)
1641769374
symbol() view returns (string _symbol)
BUNKER
totalSupply() view returns (uint256)
1
Read-only
balanceOf(address _owner) view returns (uint256)
cityToToken(uint16) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getEvacuationRebate(uint256 _tokenId) view returns (uint256)
getFallen(uint256 _tokenId) view returns (uint16 _cityId, address _owner)
getStructuralData(uint256 _tokenId) view returns (uint8 reinforcement, uint8 damage, bytes32 lastImpact)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isUninhabited(uint16 _cityId) view returns (bool)
isVulnerable(uint256 _tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 interfaceID) view returns (bool)
tokenToCity(uint256 _tokenId) view returns (uint16)
tokenURI(uint256 _tokenId) view returns (string)
winnerPrize(uint256 _tokenId) view returns (uint256)
State-modifying
Events approve(address _approved, uint256 _tokenId)
confirmHit(uint256 _tokenId)
evacuate(uint256 _tokenId)
inhabit(uint16 _cityId, int64[2] _coordinates, bytes32[] proof) payable
ownerWithdraw()
reinforce(uint256 _tokenId) payable
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address _operator, bool _approved)
setOwner(address newOwner)
setUriComponents(string _newBase, string _newSuffix)
startPreApocalypse()
transferFrom(address _from, address _to, uint256 _tokenId)
winnerWithdraw(uint256 _winnerTokenId)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Impact(uint256 indexed _tokenId)
Inhabit(uint16 indexed _cityId, uint256 indexed _tokenId)
Reinforce(uint256 indexed _tokenId)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(bytes32 _cityRoot, address _earlyAccessHolders)
This contract contains no fallback and receive objects.
This contract contains no error objects.