DaoComic1

Verified contract

Active on Ethereum with 2,013 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DaoComic1"

0x2681dcaa0af3fc9afd7ea8b9c876601d9902344a0b4f636b974b80bd29f97a12
0x6f73f959ccc1666f1c1c66d8f89b3b79c49ed1a918a8cca359a78b5b20e5eb28
0x3b375374d642a0b06046d409e59b82a36b626d8b8f45fd0d88c3e5f2596ae435
0xeb4625a221f92471532c468e2885321eb6355d1a045cd3abd1ec7decf3c0f0d4
0x8df67b961c30d4e6ff19ee62eed917c4a17de8b45074867256d61b9836336c49
0xb79a79b60765717fc1da1006e739d278c230f7246327bae3ec45353ab7dec377
0x0ffe28d1e1011ca0f391c069b9045772e2a1d2138e9b026f54e0a53a02b2321e
0x29a8648c35ca6d637d5198b4859d1ed06023907eb518aed6b80ffc363fb59e80
0x1aa89c754efcbca7b40d7f1f883eaa07035be40dc5de2177285f9255b86ca2e7
0x67fae05124ea925522123dc687d9a22fe94b8472cb5c91b00ce6431dac7365e5

Functions
Getter at block 21217748
BATCH_SIZE(view returns (uint256)
20
maxPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
997
merkleRoot(view returns (bytes32)
0x71542a75862c73276fe9ca458f5086ed6b005452ec8e4e3d1ebd9efe1ad41577
name(view returns (string)
DaoComic1
owner(view returns (address)
0xd8d9aaeeee33234dc8bc9fcd01087aa2bd9cc60b
pricePerMint(view returns (uint256)
100000000000000000
publicMintAvailable(view returns (bool)
false
symbol(view returns (string)
DAO1
totalSupply(view returns (uint256)
997
whitelistMintAvailable(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPublicMintedAmount(address walletview returns (uint256)
getWhitelistMintedAmount(address walletview returns (uint256)
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 tokenIdpayable 
burn(uint256[] tokenIds
devMint(address touint256 quantity
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMaxPerWallet(uint256 _maxPerWallet
setMerkleRoot(bytes32 root
setPricePerMint(uint256 price
setPublicMintAvailable(bool active
setWhitelistMintAvailable(bool isActive
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 quantityuint256 maxQuantitybytes32[] proofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(