zokioverse

Verified contract

Active on Base with 5 txns
Deployed by via 0x2d625c95 at 10343640
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "zokioverse"

0x75c0ee15558a7051d20b28dc44a8bb861bb5f122bb2e966d6292547b56560624
0x190323110dfb832672be409f31de42edd1d917aa9ba04b394fae493eab1a00ed
0x666d6957e204e48984c69706797ee4a43e85bd0d332cf4297ddd810f934fc406
0xa023be20ac0b58a8e0c191db95fcfb958a5670c3161c0ecb47f32e42496f0f67
0x593483e5bef5c95403d96c204d6dc09be5397b5db5047c25121a0884ac54ca52

Functions
Getter at block 23215781
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://opensea.io/collection/zokionft
decimals(view returns (uint8)
18
minted(view returns (uint256)
0
name(view returns (string)
zokioverse
owner(view returns (address)
0xcebb5b9b3baaaf1d49ce87180f812cf862d2f4db
revealed(view returns (bool)
false
symbol(view returns (string)
ZOKIO
totalSupply(view returns (uint256)
6000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setRevealed(bool _revealed
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(