Zokio

Verified contract

Active on Ethereum with 119 txns
Deployed by via 0x31323c95 at 19198081
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Zokio"

0xa06a4229bfc376d6d148ace4a3e8fddd59cd8d244e9a96591036aa56235be17b
0x67355b516b091f42aa5b6623cd1d8f384518defd1106c272f53ab9eda00df206
0xc753b3239b2f19862f7b2ad39e2a47a31d90c07d21488a0f1d570f99ff54348c
0xdeacda341c27abbc5f4c293cbfa330dabc6e303ca5c7a2f2340be3ef967d1a6b
0x51db405375ca030f3e8959d8d00ae1d7b15dfe6e89234358c32b8f878c3670f5
0xd97aeaae94e61d5b7869a7b770d5ebc75050ed9ea13a37703dff19b8b48cdf81
0x9a62fd1bd18a92664c2e31170189f5307aa6c6cf46f5ab55402bca148b348667
0x48b38485bfcfb494b94f8568d772bf1e92b3a068b27edcad5aa74ea6dca6a375
0xbb83bd1b223c612ac29087369d319628f9bd74f6b4684fcf613eddc18f9511c9
From
0x9cc3aa627923e42d569b608f78f8bf4b899112271c7754c47eabef439f7f6445

Functions
Getter at block 20963760
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
ipfs://bafybeiaflc5d3aishtss6wjfcm6swhjlyk2hfqisggc7qsd6xkzykv7eiu/
buyLimit(view returns (uint256)
300000000000000
decimals(view returns (uint8)
9
minted(view returns (uint256)
373
name(view returns (string)
Zokio
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
300000000000000
symbol(view returns (string)
ZOKIO
totalSupply(view returns (uint256)
300000000000
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)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
removeLimits(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
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
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(string _namestring _symboladdress _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(