Apepe Odyssey: Chapter 1
Verified contract
Active on
Ethereum with 2,566 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…638b
0x31d4…5170
0xf902…9ef4
0x55ac…b51f
Balances ($132.24)
Native
Value
$132.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,306.01 |
$132.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255287 | 11 hours ago | | | 0 | 0.00065880647 | |
| 21249738 | a day ago | | | 0 | 0.0014630728 | |
| 21246562 | 2 days ago | | | 0 | 0.0092173085 | |
| 21233774 | 3 days ago | | | 0 | 0.0022176174 | |
| 21232713 | 4 days ago | | | 0 | 0.0011073855 | |
| 21232707 | 4 days ago | | | 0 | 0.0010630450 | |
| 21228216 | 4 days ago | | | 0 | 0.0031579198 | |
| 21228211 | 4 days ago | | | 0 | 0.0031497075 | |
| 21228207 | 4 days ago | | | 0 | 0.0031663772 | |
| 21228200 | 4 days ago | | | 0 | 0.0030558633 |
ABI
ABI objects
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToConfig(uint256) view returns (uint256 startDate, uint256 endDate, uint256 limit, bool isLimited, bool openToPublic, uint256 priceRayc, uint256 priceZayc, uint256 pricePublic)
tokensUsed(address, uint256, uint256) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mint(uint256 id, address token, uint256 tokenId, address _vault) payable
mintAsPublic(uint256 id, uint256 qty) payable
mintMultiple(uint256[] ids, address[] tokens, uint256[] tokenIds, address[] vaults) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setTokenConfig(uint256 _id, uint256 _startDate, uint256 _endDate, uint256 _limit, bool _isLimited, bool _openToPublic, uint256 _priceRayc, uint256 _priceZayc, uint256 _pricePublic)
setURI(string newUri)
transferOwnership(address newOwner)
updatePayoutAddress(address _payoutAddress)
withdraw(uint256 _amount)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(uint96 _royaltyFeesInBips, address _royaltyRecipient, address _rayc, address _zayc, address delegateContract)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)