Etheral Odyssey -Servin

Verified contract

Active on Base with 1,036 txns
Deployed by via 0x29256b15 at 3749144
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x422a52f9a7549f66853250a5f7cf5b965c5c054d65893f7320cbb6bfbcf597ab
0x353e02bc2e8a29d4bfcdb5ab53b789bb9ee3157dae39e6cfb88526982be75602
0x460987863adbf68104ac45c7723badf48df43600cff122cba9cafed7cf69d0d5
0xb6c0ecba7bc1ab1a8eb1e08e5ca163f8d96c6b4c000338c4430cbb5e92ce82df
0x56bc14c970fc64a476231dc12ea9206bcfa565c8687dde5d937b0c34d75e7e81
0x55a2f6a90d53ee6f05158ef1e1d3cbe3257583e416d9d44122ad040830deae7e
0xae44248a7f8d8d0bd039955473cf8223ec82b3860ec248b77e884dfe653b7d61
0x487f12c5232f5e47778b39de2100f0628cda651d937d27d5f515aca6dacf6402
0xe30415aee93d83683e0d820bd4a27248fe34c639bdfd749807f11d72bc7d4d8d
0xe0bde0804b095d5a888c7abc16c4277aa9d54c9b7ebbf2a232064f7ed7cdfcc2

Functions
Getter at block 21750486
MAX_FREE_PER_WALLET(view returns (uint256)
40
MAX_MINTS_PER_TX(view returns (uint256)
500
NUM_FREE_MINTS(view returns (uint256)
65000
PUBLIC_SALE_PRICE(view returns (uint256)
7770000000000000
baseTokenURI(view returns (string)
ipfs://bafybeicgki3bdg46jv3il7kcqzmebxymbjqbf3atnhvs2bg4jnhy6x4xmy/
freeNFTAlreadyMinted(view returns (uint256)
7641
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
66666
name(view returns (string)
Etheral Odyssey -Servin
owner(view returns (address)
0xa4cd0c82a481799606ee255dbed1496c3afb7b81
symbol(view returns (string)
ETO
totalSupply(view returns (uint256)
10241
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview 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
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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(