BIAO404

Verified contract

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

No balances found for "BIAO404"

0xbf1ef7c60fe625c09b4781c0da24c0a002fc491cdb6f75402a428c3f0fdec76c
0x5e44007cecb5f5b3507c398cb846e880dc9eb077928a49a0ec2ebc2851699b44
0x26e28169b01f8403a5cfd9e07961d38cbc7c0d3afd25b2fa8d5cf0ae6c33f4af
0xa1e8ddc41f3cb5231c33cac692c04469b9ebc5048b09c5234d5128f724fe0950
0x7db1aabb19949c1211d08f54641dbcb3d2e51622e1501dffdd3bb9c4772f82f7
0x4a00a32ea5d8747a76101002344186750f660a977412f74ee944ed7fab0c1ee3
0xeb87f88cf36b6b10ab31a4527e40df3495c53bdf270845483d5420a0caf24e5e
0x93bb778fba3a86e6396383590273442c5ee2567227cb6a26ef5a21b7f4dfefa7
0xacb019aa334d857687d521d6d48f89d2e7cce267fb0e8af7dcac8796102f1272
0xb3e3b69370f6cbec84d45ff2dc9d356f057a7211e3e878cba034242b63db1ef3

Functions
Getter at block 20913388
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://prod.kanpaidev.com/api/token/
buyLimit(view returns (uint256)
2000000000000000
decimals(view returns (uint8)
9
minted(view returns (uint256)
2043
name(view returns (string)
BIAO404
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
2000000000000000
symbol(view returns (string)
BIAO
totalSupply(view returns (uint256)
2000000000000
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(