Cyber Ape Yacht Club

Verified contract

Active on Ethereum with 828 txns
Deployed by via 0x85be4586 at 19443985
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Cyber Ape Yacht Club"

0x22d81695f27d8e8fa73bb28b41cf18d67f18228cf20ce7b6ecc5dcdd42963691
0x30ae002d13443e8b50afa8235af4bb4f3e4c89a85cab6144ab5024b246bae8dc
0x72ce47d6ecfaef54cc4e8a887d9603b9e18f7304899647af3407f2df720e8ec0
0xfeed7cdb073fd73b3031cac61ac861083fe0f1b6490da39b5298806eaf013b54
0x1639cabfc2f71f23ce3c5399afcdeacc7f398257f9d83ee1e159b7d43032bc4c
0x138b7999bfcaf210ae15fe3448745c8eedd91b17db420955c78c9819990b936d
0x3c234c483a6c01f30909b1b353267cb8f8db17afe1762d9128e7de9c8a4b6c04
0x4d5f576c49250cf15e95ba63455232faa541a3234ac32fc5d6d79c62f11bbee6
0x26453d2efaf98cbc880f6eaf1d6ff08bfda7ddc35717e844e8d57d37338f19c5
0x24cce234cf2e5a06e71bd14588dfc9f4106452dd4a69b4d211e854fb97e624e1

Functions
Getter at block 21318420
MAX_SUPPLY(view returns (uint256)
10000
baseURI(view returns (string)
ipfs://QmW6zr7L3aEVk6WWKgUwqnXUqBe5uVAKndvUZc6ix7Lh4r/
cost(view returns (uint256)
1000000000000000000
name(view returns (string)
Cyber Ape Yacht Club
owner(view returns (address)
0x4c2b3f96659eb882a0c1b2beda911684faf13f9d
symbol(view returns (string)
CAYC
totalSupply(view returns (uint256 result)
2283
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
aidropMultiple(address[] recipientsuint256[] _amounts
approve(address touint256 tokenIdpayable 
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMintCost(uint256 _newCost
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 _amount
withdraw(payable 
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
InsufficientEther(
InvalidAmount(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SoldOut(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(