Bao

Verified contract

Active on Base with 67 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bao"

0x5cd9e973a25c99677da24d12a4de5d21e866506c4292e8f4731f6aa4ac3e08c3
0x6b2d8db51cb0a3fb7366c5ffece6219c6fb1821a75691aceb406d2dde1fed55f
0xe7a314ccdaa8fe85026275beda137eafdbc6e33aece43a37b1e28f7b7c783cb0
0x413a2418ca963257b156e82a2c663a9908d0d7be3f81d11320bf3d61727a2b38
0x5b7884830225257d948b66bcd077936f5ad942a36a8551bda5ee8d718a7e4198
0xdcf6318d783f8a7831c82a8982a25bca70e7e786510862738ff8a9c49d089a11
0xde7f6cab80874d069dc22292fa6e930428b795fce752d724b93a073287bca38f
0x65cfbfea2c2524059d02e1abbba0443a50482f9e494d8a247e07c4e2e89b336d
0x7b4bf71b2049af12ca2ed219e51206515c4c8f316b7955c1119e7712b364c9da
0x8e561133d83c9a26216f7033348bd03e8e97f38cbce638062cbd6092d1697b92

Functions
Getter at block 22832934
decimals(view returns (uint8)
18
name(view returns (string)
Bao
symbol(view returns (string)
BAO
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string name_string symbol_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender