This contract is being backfilled. You may encounter incomplete storage history.

TiredApeYachtClub

Verified contract

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

No balances found for "TiredApeYachtClub"

0xfb3d2772502c848efbe634a5e868e6b4566a22869f56319706a984972797db7f
0x97057c43ffb8b7685f594f2ead202ba92b8b2bd79fbd9e7f7ae893b7297a140a
0x5363e1a2bdc830b36b8f81e17f41f8d8a25992ee336d7c2b1ae0ebfc6b897eb5
0x751f9fc77385617d09b7f1abac260e6fed3e60470875d5d0af5cbaec89d769ad
0x320d32a659814fd447c234bf556ed502787cc863b2533746e3030a2f7e71bd89
0x46fc8ee4c04fbd9d906d4acd6d350664bcb205080f154b2619ce96dee459011a
0xf4528b9faeff1f8599d5437ce2011da241f2385012fd1d2a2eb10ecec86ec1a0
0xe6ab748ed3d70b357987cb310b201d33b805302af094a6ebddf8f42b496e15d0
0x1a5b26cb3ee6f1764c6c850832f118a3f64a516685ea77c2c75c4994bbf5a34f
0xc97ee457bea10cda8e5ef7c70f98ea0f601a356997b5bfcb48ee5fc59da0e733

Functions
Getter at block 20812694
maxFreePerWallet(view returns (uint256)
1
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
5000
mintEnabled(view returns (bool)
true
name(view returns (string)
TiredApeYachtClub
owner(view returns (address)
0x83ae1cf8e8f82ab8feade41798705f73832e021a
price(view returns (uint256)
5000000000000000
symbol(view returns (string)
TAYC
totalFree(view returns (uint256)
5000
totalSupply(view returns (uint256)
5000
Read-only
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
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
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(