Deathgirl Genesis
Verified contract
Active on
Ethereum with 668 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 "Deathgirl Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997884 | a month ago | | | 0 | 0.00023513450 | |
| 20068677 | 5 months ago | | | 0 | 0.00029833713 | |
| 17385115 | a year ago | | | 0 | 0.0013004724 | |
| 17330125 | a year ago | | | 0 | 0.0030829008 | |
| 16439478 | 2 years ago | | | 0 | 0.00087432644 | |
| 16406997 | 2 years ago | | | 0 | 0.00085268297 | |
| 16055618 | 2 years ago | | | 0 | 0.00028322648 | |
| 16055617 | 2 years ago | | | 0 | 0.00028078550 | |
| 16014595 | 2 years ago | | | 0 | 0.00045355617 | |
| 15839737 | 2 years ago | | | 0 | 0.00071936326 |
ABI
ABI objects
Getter at block 21227253
allowedMintsPerAddress() view returns (uint256)
2
allowlistStatus() view returns (bool)
false
collectionSize() view returns (uint256)
666
contractURI() pure returns (string)
ipfs://Qma655xPC2HffrPUptCac9gvLzBNr6YEMZHn9kQuh7ReuD
deathlistStatus() view returns (bool)
false
getCollectionSize() view returns (uint256)
666
getMintStatus() view returns (bool)
false
mintPrice() view returns (uint256)
0
mintingFee() view returns (uint256)
0
name() view returns (string)
Deathgirl Genesis
owner() view returns (address)
0x6943f34424a6e0a313bc042a44fe3d55361bab42
symbol() view returns (string)
DGXG
teamStatus() view returns (bool)
false
totalSupply() view returns (uint256)
666
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)
deathlistMint(bytes32[] merkleProof, uint64 amount)
disableAllowlist()
disableDeathlist()
disableTeam()
enableAllowlist()
enableDeathlist()
enableTeam()
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)
setDeathlistMerkleRoot(bytes32 _merkleRoot)
setTeamlistMerkleRoot(bytes32 _merkleRoot)
teamMint(bytes32[] merkleProof, uint64 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
UpdatedAllowlist(bytes32 _old, bytes32 _new)
UpdatedAllowlistStatus(bool _old, bool _new)
UpdatedDeathlist(bytes32 _old, bytes32 _new)
UpdatedDeathlistStatus(bool _old, bool _new)
UpdatedTeamList(bytes32 _old, bytes32 _new)
UpdatedTeamStatus(bool _old, bool _new)
constructor(string _placeholderURI, bytes32 _teamMerkleRoot, bytes32 _deathlistMerkleRoot, bytes32 _allowlistMerkleRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()