doh doh diaries

Verified contract

Active on Ethereum with 1,581 txns
Deployed by via 0xa995f139 at 15294537
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "doh doh diaries"

0x1e798fab01a7b1c26f877f34bda8afc88d3985a4d22b0ba1583176a526f859ef
0x8a0e617a52bbde9906a3295c4b73d585232e2e49f0a2868ab398dcae305175cf
0xd6afdea7d51b8257e566989089a6eb9fc47c80a4a0370f5dfcd45949e926f239
0x34e5e6ba9e40264c9705f15a88de649ce3b01d1432ba7dd97545de4793b089a2
0x5f7588e05533b1309a47eba65223ed5dcb47a613c8292396bffc39348b92089d
0x8f021843ee1edef79811e4dc6b2646a21afb158fcde910c56552bd898692c003
0xadf2fe15998b270bb46bd9eba136e9282d07f0d9190c24bdc6bfc37ce91d2a7d
0x57595f2def9e9f2660508e1ac3ee0c46de7f4818d14fa2cd423837f89401d06a
0x80b95273b008f0cfb6080bb29cd7b1a6ce73f51fdb81a6845d26f822136ccfbf
0xf9dd2c6d28c3ebae49ee8796511c43ee20bacee2e25f165ab6fde78a0e7a9cce

Functions
Getter at block 21294827
FREE_SUPPLY(view returns (uint256)
550
MAX_PUBLIC_SUPPLY(view returns (uint256)
5000
MAX_SUPPLY(view returns (uint256)
5000
_isAllowlistActive(view returns (bool)
false
_isFreeActive(view returns (bool)
false
_isPaidActive(view returns (bool)
false
_teamCounter(view returns (uint256)
2481
maxFreePublic(view returns (uint256)
2
maxPaidPublic(view returns (uint256)
10
merkleRoot(view returns (bytes32)
0xbb358525d2eb71023da59d2f3c88dd482d82dc41650127d51f30c1542411f66a
name(view returns (string)
doh doh diaries
owner(view returns (address)
0xd0a791c11ff8ae890e2ac4d303fe666498e47047
price(view returns (uint256)
5000000000000000
symbol(view returns (string)
DOHDOH
totalSupply(view returns (uint256)
5000
Read-only
_allowlistCounter(addressview returns (uint256)
_freeCounter(addressview returns (uint256)
_paidCounter(addressview returns (uint256)
alreadyMintedAllowlist(address addrview returns (uint256)
alreadyMintedFree(address addrview returns (uint256)
alreadyMintedPaid(address addrview 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
approve(address touint256 tokenId
freePublicMint(uint256 amount
internalMint(uint256 amountaddress to
mintAllowlist(uint256 amountbytes32[] merkleProofuint256 maxAmount
paidPublicMint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistActive(bool _isActive
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeActive(bool _isActive
setMaxFreeMints(uint256 _maxFreeMints
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxPaidMints(uint256 _maxPaidMints
setMaxPublicSupply(uint256 _maxPublicSupply
setMerkleRoot(bytes32 _merkleRoot
setPaidActive(bool _isActive
setPrice(uint256 _price
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(
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(