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 "DeadDegens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166162 | 4 days ago | | | 0 | 0.0028952771 | |
| 21053769 | 19 days ago | | | 0 | 0.00024736732 | |
| 21053320 | 19 days ago | | | 0 | 0.00018714071 | |
| 21052948 | 19 days ago | | | 0 | 0.00021508868 | |
| 21046866 | 20 days ago | | | 0 | 0.00025681734 | |
| 21045775 | 20 days ago | | | 0 | 0.00026614745 | |
| 21045479 | 21 days ago | | | 0 | 0.00026192588 | |
| 21045478 | 21 days ago | | | 0 | 0.00026037514 | |
| 21045477 | 21 days ago | | | 0 | 0.00031193734 | |
| 21001579 | a month ago | | | 0 | 0.00043316072 |
ABI
ABI objects
Getter at block 21192373
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_activeMerkleRootIndex() view returns (uint256)
1
_burnActive() view returns (bool)
false
_contractBaseURI() view returns (string)
ipfs://bafybeibty6tonane2hgefxdgok4hsnwgtjye3lyncwh6nie3izwtztszmy/
_maxPerWallet() view returns (uint256)
1
_maxSupply() view returns (uint256)
4444
_whitelistActive() view returns (bool)
true
name() view returns (string)
DeadDegens
owner() view returns (address)
0xc36cea45d49468f496a29a1c5f1394f9da7a6acb
paused() view returns (bool)
true
symbol() view returns (string)
DD
totalSupply() view returns (uint256)
4444
Read-only
_merkleRoots(uint256) view returns (bytes32)
_mintCounter(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr, bytes32[] merkleProof) 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 operator, uint256 tokenId)
burn(uint256 tokenId) payable
pause()
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMerkleRoot(uint256 index, bytes32 merkleRoot)
setMerkleRootIndex(uint256 index)
setWhitelistActive(bool whitelistActive)
teamMint(address to, uint256 quantity)
toggleBurn()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 quantity, bytes32[] merkleProof) payable
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()