Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.76)
Native
Value
$7.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,881.05 |
$7.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21387020 | 3 days ago | | | 0 | 0.0011890073 | |
| 21381860 | 3 days ago | | | 0 | 0.0010891941 | |
| 20654891 | 3 months ago | | | 0 | 0.000030380345 | |
| 20632992 | 4 months ago | | | 0 | 0.00017685706 | |
| 20625742 | 4 months ago | | | 0 | 0.000063948764 | |
| 20625172 | 4 months ago | | | 0 | 0.000089096323 | |
| 20451907 | 4 months ago | | | 0 | 0.000035399000 | |
| 20126494 | 6 months ago | | | 0 | 0.00033023882 | |
| 19895818 | 7 months ago | | | 0 | 0.00041873300 | |
| 19893516 | 7 months ago | | | 0 | 0.00037604195 |
ABI
ABI objects
Getter at block 21405230
FREE_MINT_IS_ALLOWED_UNTIL() view returns (uint256)
7000
FREE_MINT_LIMIT_PER_WALLET() view returns (uint256)
5
IS_SALE_ACTIVE() view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX() view returns (uint256)
100
MAX_SUPPLY() view returns (uint256)
10000
METADATA_FROZEN() view returns (bool)
false
PRICE() view returns (uint256)
2000000000000000
name() view returns (string)
DOPE
owner() view returns (address)
0x7eda885f3953105488dc990767e1bc3d68938acd
symbol() view returns (string)
DOPE
totalSupply() view returns (uint256)
7002
Read-only
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 approve(address to, uint256 tokenId)
freezeMetadata()
lowerMaxSupply(uint256 newMaxSupply)
mint(uint256 _mintAmount) payable
mintOwner(address _to, uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setFreeMintAllowance(uint256 freeMintAllowance)
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
constructor(uint256 price, uint256 maxSupply, string baseUri, uint256 freeMintAllowance, uint256 maxMintPerTx, bool isSaleActive, uint256 freeMintIsAllowedUntil)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()