Cyber Ape Yacht Club
Verified contract
Active on
Ethereum with 828 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 "Cyber Ape Yacht Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315975 | 8 hours ago | | | 0 | 0.0022835906 | |
| 21291567 | 4 days ago | | | 0 | 0.00024841041 | |
| 21287406 | 4 days ago | | | 0 | 0.00056279771 | |
| 21287379 | 4 days ago | | | 0 | 0.00074647381 | |
| 21281721 | 5 days ago | | | 0 | 0.00059152379 | |
| 21281696 | 5 days ago | | | 0 | 0.00059097397 | |
| 21281675 | 5 days ago | | | 0 | 0.0011898368 | |
| 21281617 | 5 days ago | | | 0 | 0.00086807401 | |
| 21276026 | 6 days ago | | | 0 | 0.00046517155 | |
| 21274069 | 6 days ago | | | 0 | 0.00050546020 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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 aidropMultiple(address[] recipients, uint256[] _amounts)
approve(address to, uint256 tokenId) payable
mint(uint256 _amount) 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 _newBaseURI)
setMintCost(uint256 _newCost)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 _amount)
withdraw() payable
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()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address 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()