Toy Ape Yacht Club
Verified contract
Active on
Ethereum with 4,447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf4ef…3553
-
variable spans 11 additional slots
Balances ($0.00)
No balances found for "Toy Ape Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21060848 | 23 days ago | | | 0 | 0.00028857380 | |
| 20997698 | a month ago | | | 0 | 0.00023507750 | |
| 20646271 | 3 months ago | | | 0 | 0.000049376869 | |
| 20388412 | 4 months ago | | | 0 | 0.00017027214 | |
| 20195166 | 5 months ago | | | 0 | 0.000042538267 | |
| 18935519 | 10 months ago | | | 0 | 0.0011700590 | |
| 18905542 | a year ago | | | 0 | 0.00081374334 | |
| 18892702 | a year ago | | | 0 | 0.0011900283 | |
| 18402616 | a year ago | | | 0 | 0.00029094329 | |
| 18355422 | a year ago | | | 0 | 0.00012511505 |
ABI
ABI objects
Getter at block 21226065
CLAIM_TOTAL_SUPPLY() view returns (uint256)
3000
CONTRACT_STATUS() view returns (uint8)
0
HOLDER_MINT_TOTAL_SUPPLY() view returns (uint256)
200
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_TX_PER_WALLET() view returns (uint256)
2
PRICE() view returns (uint256)
19000000000000000
TOTAL_SUPPLY() view returns (uint256)
6000
WHITELIST_PUBLIC_TOTAL_SUPPLY() view returns (uint256)
2800
getTotalSupplyLeft() view returns (uint256)
2000
name() view returns (string)
Toy Ape Yacht Club
owner() view returns (address)
0x9e813e3688a2b2caa9002054ecb6f561c129da05
rootHash() view returns (bytes32)
0xad258eb6d08a17faaac2798adc7f7e6dc26d5bd78419254b4e253ebc8e85f549
symbol() view returns (string)
TAYC
totalSupply() view returns (uint256)
4000
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnedToybirdIds(address holder) view returns (uint16[])
getTotalMinted(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint16 tokenId) view returns (bool)
isWhitelisted(bytes32[] merkleProof) 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)
State-modifying
Events approve(address to, uint256 tokenId) payable
holderClaim(uint16[] ownedToybirdIds)
holderMint(uint16 quantity) payable
internalMint(address buyerAddress, uint16 quantity)
publicMint(uint16 quantity) payable
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 newURI)
setMerkleRoot(bytes32 _merkleRoot)
setStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint16 quantity, bytes32[] merkleProof) payable
withdraw(uint256 balance)
withdrawAll()
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(address toybirdsContract)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()