DEATH GIRL
Verified contract
Active on
Ethereum with 3,299 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 "DEATH GIRL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21045380 | 16 days ago | | | 0 | 0.00021269899 | |
| 21045330 | 16 days ago | | | 0 | 0.00025159945 | |
| 20997348 | 22 days ago | | | 0 | 0.00020256132 | |
| 20667148 | 2 months ago | | | 0 | 0.000043916786 | |
| 20592126 | 3 months ago | | | 0 | 0.00022809139 | |
| 20592110 | 3 months ago | | | 0 | 0.00027508465 | |
| 20568304 | 3 months ago | | | 0 | 0.000031249560 | |
| 20285542 | 4 months ago | | | 0 | 0.00023938123 | |
| 20206421 | 4 months ago | | | 0 | 0.00019031777 | |
| 20193232 | 4 months ago | | | 0 | 0.00011108350 |
ABI
ABI objects
Getter at block 21158126
allowedMintsPerAllowlistAddress() view returns (uint256)
12
allowedMintsPerPublicAddress() view returns (uint256)
4
allowedMintsPerWaitlistAddress() view returns (uint256)
4
allowlistStatus() view returns (bool)
false
collectionSize() view returns (uint256)
6669
contractURI() pure returns (string)
ipfs://QmPBbbPmrRUDrhfMFtGtFseAXJpcTBaRAQxcvHv9GiPDCR
getCollectionSize() view returns (uint256)
6669
getMintStatus() view returns (bool)
false
mintPrice() view returns (uint256)
0
mintingFee() view returns (uint256)
0
name() view returns (string)
DEATH GIRL
owner() view returns (address)
0x6d1318c5170ae10b8c6c9394f63bb7e81e62ef1f
publicStatus() view returns (bool)
false
symbol() view returns (string)
DG
teamStatus() view returns (bool)
false
totalSupply() view returns (uint256)
6669
waitlistStatus() view returns (bool)
false
Read-only
amountMinted(address ownerAddress) view returns (uint256)
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events allowlistMint(bytes32[] merkleProof, uint64 amount)
approve(address to, uint256 tokenId)
disableAllowlist()
disablePublicMint()
disableTeam()
disableWaitlist()
enableAllowlist()
enablePublicMint()
enableWaitlist()
publicMint(uint64 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistMerkleRoot(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setTeamlistMerkleRoot(bytes32 _merkleRoot)
setWaitlistMerkleRoot(bytes32 _merkleRoot)
teamMint(bytes32[] merkleProof, uint64 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateAllowlistMintAmount(uint256 _amount)
updatePublicMintAmount(uint256 _amount)
updateWaitlistMintAmount(uint256 _amount)
waitlistMint(bytes32[] merkleProof, uint64 amount)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedAllowlist(bytes32 _old, bytes32 _new)
UpdatedAllowlistMintAmount(uint256 _old, uint256 _new)
UpdatedAllowlistStatus(bool _old, bool _new)
UpdatedPublicMintAmount(uint256 _old, uint256 _new)
UpdatedPublicMintStatus(bool _old, bool _new)
UpdatedTeamList(bytes32 _old, bytes32 _new)
UpdatedTeamStatus(bool _old, bool _new)
UpdatedWaitlist(bytes32 _old, bytes32 _new)
UpdatedWaitlistMintAmount(uint256 _old, uint256 _new)
UpdatedWaitlistStatus(bool _old, bool _new)
constructor(string _placeholderURI, bytes32 _teamMerkleRoot, bytes32 _allowlistMerkleRoot, bytes32 _waitlistMerkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()