DeadDegens

Verified contract

Active on Ethereum
Deployed by via 0x989688e9 at 16396691
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DeadDegens"

0x8468dc460e1bd5f4a0107df29c1749a86dea472e797b944ffa3e64e98075f65c
0x4aad3e0d7cb359bf4c27a0febb1857bd9f919b42a0d27cf2c03d23737f0ddde4
0xc12634a7215409c89e399d783ec94bea7b9899a527af2625a59e5a78389cd7ea
0x26143d95af1623559a07170185cfc8a97b206dd59af1394f78c8b5d726f670f7
0xbae6894270681c040775bb56b014b483ba483339042afc393b68085d153eebc8
0xf86336417620a19e043cae729e7f5db6ef306a8548fed4486b3762d6c470fe41
0x9c02214621f0e921e1f7669e3d72069479b8339c5606e7adcb3f3c05d71b0196
0x966ec2c2c1a7623f50e0154467f0f23b5a17fed939374c652e93aaa81de844c5
0xcb026cf976753678dac8c653ecf617dfabd3d793074b085be6ce3e0ad5747144
0x585ad74223d36cee9558411e2a431d4ecd827d3334803b5fff7a0c68043b2a96

Functions
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(uint256view returns (bytes32)
_mintCounter(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address addrbytes32[] merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 tokenIdpayable 
pause(
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMerkleRoot(uint256 indexbytes32 merkleRoot
setMerkleRootIndex(uint256 index
setWhitelistActive(bool whitelistActive
teamMint(address touint256 quantity
toggleBurn(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
whitelistMint(uint256 quantitybytes32[] merkleProofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(