DEATH GIRL

Verified contract

Active on Ethereum with 3,299 txns
Deployed by via 0x208bed02 at 15357043
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DEATH GIRL"

0xb8a5528e8efa813d2acae91313471780d980febf078c8ccced19976eb8b840d3
0x49201be15c830e9434747a5660b4af435d52467f8bc8ea3f88acea69f64a71df
0x0dfec792c5d38369488a601ca6af8de7993f6189792860740370eba9d296823b
0x1cf6b023bf4ed4777d780650cb40a7c8373cbfcd41ec30ae3a43e5b0f8b94bad
0x47d96a59d3ef7910ca7f335c69e65ba85fdad772ee736726240b0387b5772f12
0xef19d5b932b42771a84af0e31a406c66b274b177ca48a45d8501787253d4a6d2
0x8d057404256135a90455dbc6b1282d08a0ccd79e43d1d8ba096a1ab581e34828
0xc3991e63e195ed2f3c07d2f992ff80c9cdbbcd4f5f4116bc346a6be2552a316a
0x475670184615e9b5638139e913097202f265f0cbea56d2d3e82eaab0e945bd97
0x8b7685a10aaef8120e67142708ba64ca9cf6cf0f7acc02a86cde1b7df945930e

Functions
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 ownerAddressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(bytes32[] merkleProofuint64 amount
approve(address touint256 tokenId
disableAllowlist(
disablePublicMint(
disableTeam(
disableWaitlist(
enableAllowlist(
enablePublicMint(
enableWaitlist(
publicMint(uint64 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistMerkleRoot(bytes32 _merkleRoot
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setTeamlistMerkleRoot(bytes32 _merkleRoot
setWaitlistMerkleRoot(bytes32 _merkleRoot
teamMint(bytes32[] merkleProofuint64 amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateAllowlistMintAmount(uint256 _amount
updatePublicMintAmount(uint256 _amount
updateWaitlistMintAmount(uint256 _amount
waitlistMint(bytes32[] merkleProofuint64 amount
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdatedAllowlist(bytes32 _oldbytes32 _new
UpdatedAllowlistMintAmount(uint256 _olduint256 _new
UpdatedAllowlistStatus(bool _oldbool _new
UpdatedPublicMintAmount(uint256 _olduint256 _new
UpdatedPublicMintStatus(bool _oldbool _new
UpdatedTeamList(bytes32 _oldbytes32 _new
UpdatedTeamStatus(bool _oldbool _new
UpdatedWaitlist(bytes32 _oldbytes32 _new
UpdatedWaitlistMintAmount(uint256 _olduint256 _new
UpdatedWaitlistStatus(bool _oldbool _new
Constructor
constructor(string _placeholderURIbytes32 _teamMerkleRootbytes32 _allowlistMerkleRootbytes32 _waitlistMerkleRoot
Fallback and receive

This contract contains no fallback and receive objects.

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