Apepe Odyssey: Chapter 1

Verified contract

Active on Ethereum with 2,566 txns
Deployed by via 0xd07d34b3 at 17159981
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $132.24
0xd14af6fc027a7d9b3c96c8e4435555ac52c14562f554687ae9a3be6cc9e56bbe
0x5a91a136d0fc56d9b669132c6e9595b4431b0341a6fef2e27de4959360b8dea6
0x685b89b8b5c4d8b3ebb561b839c49311052eb60ff08c1f10b3adcd5787bfb87d
0x87b24fbdbf828c42c9cf3fea8304dca0ea3b491b6ba220c69303f9e979ec5858
0xbd0a3b9f3ea6c8dd76f9c0e9559d3f5fb5e21216d9e0bb9fbf56a62fddbbcb92
0x2cb7dac2c90e1d90f6b5a8b6e53f655288e1ea581c65e788d0c450d458156ec3
0xa140485ef81b02b6957985c9cb57e84122fbb343b1f29e8fea10ea1b9259815b
0xf2878a2757178987d604be456f9f860e4be73d150f11cb45e322291b33e80edc
0x3d556b11e83b10ed3a47bcfef69cdf8cee543657870c23c109602c7ac54e88e5
0x7b8119ef5bdff5e4456a56a38fa2d9e1e1db9c6687397a6537fcfa242c2861b2

Functions
Getter at block 21258611
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
name(view returns (string)
Apepe Odyssey: Chapter 1
owner(view returns (address)
0xee8fba6839e79f4404578e988c6d25399f4ed8c2
rayc(view returns (address)
0x31d45de84fde2fb36575085e05754a4932dd5170
symbol(view returns (string)
AO:C1
zayc(view returns (address)
0xf902a8baf88793ddf636a8791bd55a62b71c9ef4
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenIdToConfig(uint256view returns (uint256 startDateuint256 endDateuint256 limitbool isLimitedbool openToPublicuint256 priceRaycuint256 priceZaycuint256 pricePublic)
tokensUsed(addressuint256uint256view returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
mint(uint256 idaddress tokenuint256 tokenIdaddress _vaultpayable 
mintAsPublic(uint256 iduint256 qtypayable 
mintMultiple(uint256[] idsaddress[] tokensuint256[] tokenIdsaddress[] vaultspayable 
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setRoyaltyInfo(address _receiveruint96 _royaltyFeesInBips
setTokenConfig(uint256 _iduint256 _startDateuint256 _endDateuint256 _limitbool _isLimitedbool _openToPublicuint256 _priceRaycuint256 _priceZaycuint256 _pricePublic
setURI(string newUri
transferOwnership(address newOwner
updatePayoutAddress(address _payoutAddress
withdraw(uint256 _amount
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(uint96 _royaltyFeesInBipsaddress _royaltyRecipientaddress _raycaddress _zaycaddress delegateContract
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator