AmericanApeComics
Verified contract
Active on
Ethereum with 1,063 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 "AmericanApeComics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20664663 | 3 months ago | | | 0 | 0.00060336186 | |
| 20561486 | 3 months ago | | | 0 | 0.000071733879 | |
| 20473436 | 4 months ago | | | 0 | 0.000075115610 | |
| 20430635 | 4 months ago | | | 0 | 0.00018746920 | |
| 19637906 | 7 months ago | | | 0 | 0.00062904324 | |
| 19637834 | 7 months ago | | | 0 | 0.00058125718 | |
| 19606635 | 8 months ago | | | 0 | 0.00075533880 | |
| 19564254 | 8 months ago | | | 0 | 0.00061854475 | |
| 19436150 | 8 months ago | | | 0 | 0.0021067553 | |
| 19292402 | 9 months ago | | | 0 | 0.018466556 |
ABI
ABI objects
Getter at block 21274267
comicMintId() view returns (uint256)
6
mintIsActive() view returns (bool)
false
mintIsActiveBurn() view returns (bool)
false
mintIsActivePresale() view returns (bool)
false
name() view returns (string)
American Ape Comic Series
owner() view returns (address)
0xb0fe0fcf9f4cf9e283da6e1f2382f9eb421d8b14
symbol() view returns (string)
APESER
totalMinted() view returns (uint256)
5750
totalSupply() view returns (uint256)
4712
Read-only
balanceOf(address owner) view returns (uint256)
claimedAmounts(address _wallet) view returns (uint256[])
claimedFreeAmount(address _wallet) view returns (uint256)
claimedFreeAmountForComic(address _wallet, uint256 _comicId) view returns (uint256)
claimedPresaleAmount(address _wallet) view returns (uint256)
claimedPresaleAmountForComic(address _wallet, uint256 _comicId) view returns (uint256)
comicExists(uint256 _tokenId) view returns (bool)
comics(uint256) view returns (uint256 tokenPricePublic, uint256 tokenPricePresale, uint256 maxPerTxnPublic, uint256 endTokenId, uint256 startBurnableTokenId, uint256 endBurnableTokenId, bytes32 merkleRoot, address ticketSigner, bytes32 freeClaimMerkleRoot)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOnFreeClaimMerkle(bytes32[] _merkleProof, uint256 _qty) view returns (bool)
isOnPresaleMerkle(bytes32[] _merkleProof, uint256 _qty) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events addComic(uint256 _tokenPricePublic, uint256 _tokenPricePresale, uint256 _maxPerTxnPublic, uint256 _endTokenId, uint256 _startBurnableTokenId, uint256 _endBurnableTokenId, bytes32 _merkleRoot, address _ticketSigner, bytes32 _freeClaimMerkleRoot)
approve(address to, uint256 tokenId) payable
burn(uint256 _tokenId)
burnBatch(uint256[] _tokenIds)
burnMint(uint256 _burnTokenId)
burnMintBatch(uint256[] _burnTokenIds)
editComic(uint256 _comicId, uint256 _tokenPricePublic, uint256 _tokenPricePresale, uint256 _maxPerTxnPublic, uint256 _endTokenId, uint256 _startBurnableTokenId, uint256 _endBurnableTokenId, bytes32 _merkleRoot, address _ticketSigner, bytes32 _freeClaimMerkleRoot)
flipBurnToMintState()
flipMintState()
flipPresaleMintState()
initFreeClaimMerkleWalletList(address[] _walletList, uint256 _qty)
initPresaleMerkleWalletList(address[] _walletList, uint256 _qty)
mintComic(uint256 _qty) payable
mintFreeClaimMerkle(uint256 _qty, uint256 _maxQty, bytes32[] _merkleProof) payable
mintPresaleMerkle(uint256 _qty, uint256 _maxQty, bytes32[] _merkleProof) payable
mintPresaleTicket(uint256 _qty, uint256 _maxQty, bytes _ticket) payable
mintReserveTokens(uint256 _qty)
mintTokenToWallet(address _toWallet, uint256 _qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setComicFreeClaimMerkleRoot(uint256 _comicId, bytes32 _merkleRoot)
setComicMerkleRoot(uint256 _comicId, bytes32 _merkleRoot)
setComicMintId(uint256 _id)
setComicTicketSigner(uint256 _comicId, address _ticketSigner)
setDefaultRoyalty(address recipient, uint96 value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()