Biaoqing

Verified contract

Active on Base with 11,223 txns
Deployed by via 0xd9fb1891 at 15582217
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
0x728fe95d1d832b9fc2b1b190dce70db4975cd192730b0daee9f2d5c697286c25
0x0cc87572e3c98dfaaace8ad05b41a3d46a8c6467564911bb72e2e7b4f0e442d8
0x689884adc29bc2f00759d0408285bfb75249157fb0d935beb0595e4d88391c4b
0x3e6f66a436ba1fc901b5940cecc3a4f5c673c40f44d87e474f0c16e4424d7c47
0x8322f072cabffc94bf99c419c373781146d5f731c8b3d80aa552e0646e936d5c
0x21e63395df9be0806d8bf55b48b63b28e158f9587766027f108f0b7f388a04e5
0x87c0083368a7fa183757fe5e4dff046a8efd1dfbaccfe3b65ebebaa854861ebb
0x6882a38fadf25038001bb80c2686eefbed2b063ada6fa54b5fe9f1817206837f
0x63ff10860c581e8e8fcd826415570e4a0af0abb58893b9856b4997d52b625940
0x64e6f278044b340d864f03accccab72670f93d03790588429a00de1f80cd4c2b

Functions
Getter at block 22921050
decimals(view returns (uint8)
18
echo(view returns (bool)
true
launched(view returns (bool)
true
name(view returns (string)
Biaoqing
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BIAO
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
com(uint256 _namebool _isValidpure returns (uint256)
vote(uint256 _auint256 _bpure returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account