Doomers
Verified contract
Active on
Ethereum with 9,411 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 "Doomers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143192 | 24 days ago | | | 0 | 0.00087837258 | |
| 21104725 | a month ago | | | 0 | 0.000071255713 | |
| 21104724 | a month ago | | | 0 | 0.000061455586 | |
| 21103606 | a month ago | | | 0 | 0.00011108873 | |
| 21043900 | a month ago | | | 0 | 0.00050183180 | |
| 20980550 | 2 months ago | | | 0 | 0.00090610954 | |
| 20678389 | 3 months ago | | | 0 | 0.00087417175 | |
| 20533811 | 4 months ago | | | 0 | 0.00054464213 | |
| 20403775 | 4 months ago | | | 0 | 0.000062459568 | |
| 20391308 | 4 months ago | | | 0 | 0.00042626929 |
ABI
ABI objects
Getter at block 21316390
capitulation() view returns (address)
0x0000000000000000000000000000000000000000
cost() view returns (uint256)
6900000000000000
maxFree() view returns (uint256)
1
maxPerTxn() view returns (uint256)
20
maxSupply() view returns (uint256)
6969
name() view returns (string)
Doomers
owner() view returns (address)
0xdbd72ce6a70a0cb1a75fa4dff3b61b2936fec945
presale() view returns (bool)
false
publicSale() view returns (bool)
true
revealed() view returns (bool)
true
revealedURI() view returns (string)
Ipfs://QmXPVTbvJqyv4zMVFYhGF2kJxcxgCnVojBQDTXmAd9N4At/
root() view returns (bytes32)
0xf30f2893d4d881ff882fcc6ed9d45b3ed67418a4052a060a4c1201aba5c016a4
symbol() view returns (string)
DOOM
totalSupply() view returns (uint256)
6969
unrevealedURI() view returns (string)
ipfs/QmbMY1kgUuSieRTF27wEGxYXLsxgwK9hgzc75a1xDqGBiS
Read-only
balanceOf(address owner) view returns (uint256)
doomlistClaimed(address) view returns (bool)
freeClaimed(address) view returns (bool)
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)
validBlobs(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
capitulate(uint256 _tokenId)
claimWithBlobs()
devMint(address _to, uint256 _amount)
doomlistMint(bytes32[] _proof)
flipPresale()
flipPublicSale()
mintFree()
mintPaid(uint256 _mintAmount) payable
renounceOwnership()
reveal(string _newURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCapitulation(address _address)
setCost(uint256 _newCost)
setMaxTxn(uint256 _newMax)
setRevealedURI(string _newURI)
setRoot(bytes32 _newRoot)
setUnrevealedURI(string _newURI)
snapshot(address[] _owners, uint256[] _numBlobs)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()