DOPE

Verified contract

Active on Ethereum with 1,686 txns
Deployed by via 0xc51651eb at 15576883
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $7.76
0x296ee630a646ff93f791ceff19da0ca0fbc70271775acb2555115697883420d5
0x0dbc06487f95d7778e336661a9c98e3dcc6b95651cd969e1a45e0c2e3a4344ce
0x752677e502c96218b3e6f20058d736eb78b915126b5bfa6d54884265cfbfb6b3
0x159a946ae78294c0297b764847716040583554c0d4d1314148fce32f5eb45262
0x2de56724434902325f3a74da5c3708d1bc607dedaf3a258428c2c1b406f00986
0xce4e4f4f1baa3cbcdd0b2ad81da0d88c68139d7572302996737ae0d7ce735f0e
0x1e378ad4e550d9babe91f4d3e2f6738955e2602db218ebb5951b20ac99f3036c
0xdbc9dc7df1d6f1c85f39c43e45118c634eabe746e793418e03e1de9e5dcc8f01
0xb9e3cfa84c17f37cbcc74622f0a1e5d2ff8af55e9995a94f08eee09193382971
0xefe1f2b59ff1ca928792819d13dbcfc648a805f69b8b6afef522c809985ea4f0

Functions
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 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
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

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