doh doh diaries
Verified contract
Active on
Ethereum with 1,581 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 "doh doh diaries"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20098569 | 5 months ago | | | 0 | 0.00027934225 | |
| 20098508 | 5 months ago | | | 0 | 0.00023070076 | |
| 19840598 | 7 months ago | | | 0 | 0.00029646382 | |
| 18360269 | a year ago | | | 0 | 0.00014113655 | |
| 18088061 | a year ago | | | 0 | 0.00030203077 | |
| 17417362 | a year ago | | | 0 | 0.00095980684 | |
| 17010624 | 2 years ago | | | 0 | 0.00051340018 | |
| 16913262 | 2 years ago | | | 0 | 0.00092646864 | |
| 16706648 | 2 years ago | | | 0 | 0.0021470321 | |
| 16648633 | 2 years ago | | | 0 | 0.0011170492 |
ABI
ABI objects
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(address) view returns (uint256)
_freeCounter(address) view returns (uint256)
_paidCounter(address) view returns (uint256)
alreadyMintedAllowlist(address addr) view returns (uint256)
alreadyMintedFree(address addr) view returns (uint256)
alreadyMintedPaid(address addr) 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 approve(address to, uint256 tokenId)
freePublicMint(uint256 amount)
internalMint(uint256 amount, address to)
mintAllowlist(uint256 amount, bytes32[] merkleProof, uint256 maxAmount)
paidPublicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistActive(bool _isActive)
setApprovalForAll(address operator, bool 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 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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()