BONGO

Verified contract

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

No balances found for "BONGO"

0x16d752885868882c01ec0fd3ab494822a5a59b82bc15d4b89fb7770ef0145ed9
0xa6d692215780960996191e3feb1fa082464ff5c82c577e5ab5372682d399a5ed
0x5fc7be09532f478722004c400251dc6b43a6de7dfcb7af0e1ea168b84627b858
0xa9576856c9374493781e6e2666fabd1a7a6cf42b3f891150670616d37ad15fb4
0x23834c80f491aaecba40eb00bf3d02c3c492d1b14740bb6503c3c355e749912e
0xd163919c9c3aa91dddfac7669499df8a211bd2406d6eb86697cc4e318951cb65
0xa668c530a96da937a9cb5ce3ef3b1707c0aa1dac443cc49b0b715528b4d7e7f8
0xffa5aade1a7f85218e4bc1e7f5004888608de88bd6cba84fd73ac481d3ff4b9b
0xede7ab217875d9caef6afe6fa52467e972b7a6bca00d6ff039a1911ea39ca525
0xb805d4419fbfaa963dc5c85c896b03643161aecb6bf64d22ded14ca87ca13625

Functions
Getter at block 23080144
decimals(view returns (uint8)
18
name(view returns (string)
BONGO
symbol(view returns (string)
BONGO
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