Boki404

Verified contract

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

No balances found for "Boki404"

0x1de8f49d938e275414ec08a48d8238ef47c1b62cb863224d70aed8a56e87efe3
0xf7e3fa542cffe2cc4c1e74abfbaf2b843292223a5c613c8ed14db39d9cd11a14
0x93708e6fbaca45dfb700acfd86c095b4cf4dffdf8c2f9addd4c78af2240ea65e
0xf08b4dbb73d7716e89700bd7badbf532e75c6cb910c2b51048d68dc61785c0d4
0x2567205648e3e972d34d88536d30c881ddb918c5f00f4a075dbdf351d506d1e8
0x17de1e26a2cea781d08f9edada42ef81afb3cceed578907e0abe3f237cef72f3
0x88ddbc9bcc151682298f90041e374c9bef2184e06cfc525cfd783ade95eb5716
0x546cb625dc833eee81c95bf96708c375fdea578cce5e4994b65a922ec91157f5
0x3f2e613a893493a41763931b8a67fa054494b3898b0a3b7cf300c5d6b92532cb
0xa2ee1212827f031d2674988c48224a1c77d1b59d42cbd882755828bd0212998e

Functions
Getter at block 21309902
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://boki.mypinata.cloud/ipfs/QmNTzpH5qLmUV8fDqaWKESFcV4CEKvUstAi7EtrAakF2Tx/
buyLimit(view returns (uint256)
300000000000000
decimals(view returns (uint8)
9
minted(view returns (uint256)
260
name(view returns (string)
Boki404
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
300000000000000
symbol(view returns (string)
BOKI
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(