Dgenmon
Verified contract
Active on
Ethereum with 10,083 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,576.33 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20667216 | 3 months ago | | | 0 | 0.000059158033 | |
| 20655664 | 3 months ago | | | 0 | 0.000027201900 | |
| 20597072 | 3 months ago | | | 0 | 0.000043740350 | |
| 18910429 | a year ago | | | 0 | 0.00048241873 | |
| 18851638 | a year ago | | | 0 | 0.00082788210 | |
| 18244995 | a year ago | | | 0 | 0.00029749611 | |
| 18006110 | a year ago | | | 0 | 0.00056067043 | |
| 17354199 | 2 years ago | | | 0 | 0.0010398883 | |
| 16948962 | 2 years ago | | | 0 | 0.00064718597 | |
| 16564755 | 2 years ago | | | 0 | 0.00085962990 |
ABI
ABI objects
Getter at block 21289859
MAX_TOKEN_COUNT() view returns (uint256)
7878
PRESALE_PRICE() view returns (uint256)
6900000000000000
PRICE() view returns (uint256)
9900000000000000
baseTokenURI() view returns (string)
ipfs://QmUijh5JdNHxkfv68YtxodSEf9HfitT3WsNfNMR56DKHWW/
hiddenTokenUri() view returns (string)
ipfs://QmTkTt4LxNdrz5Veyz5LP8ph2L42rMajqx3S1pte53xSiv
isRevealed() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x2eabd01b8c99ff5ca66d36d17b664494f0bf87c31b59100202700dab3a90a963
name() view returns (string)
Dgenmon
owner() view returns (address)
0x7debc8366aad32bb49dd23b762c219d7b7787878
paused() view returns (bool)
false
presaled() view returns (bool)
false
symbol() view returns (string)
Dgenmon
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
7878
totalSupply() view returns (uint256)
7878
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaleMinted(address) view returns (bool)
isProofed(bytes32[] _merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burnUnlucky(uint256[] _tokenIds)
deployerMint(uint256 _amount)
mint(uint256 _amount) payable
pause()
presale()
presaleMint(uint256 _amount, bytes32[] _merkleProof) 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 _baseTokenURI)
setHiddenTokenUri(string _hiddenTokenUri)
setMerkleRoot(bytes32 _merkleRoot)
setRevealed(bool _isRevealed)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unpresale()
withdraw()
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)
Presaled(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Unpresaled(address account)
constructor(string _hiddenTokenUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()