boo

Verified contract

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

No balances found for "boo"

0x5fce844f2428106d2b39a30b880ffafd7736467673db715659059788a8a91a15
0x34a52aa1733b041fe624d30f500912e595cec567d86b239bb6053ca9c703562f
0x9a29e4da5c605183f02289d6dbe633de5e6136d9940eff7d6a2262ca23f3ac95
0x21fcf36fedab577dbcd220de09459f4a7ffce41c87051a68fbbd0718fd303fbf
0xf01abde4402daec6b24154e8b1a4799880ca27f16cfa899f8badab2453f7f9a3
0xdce3ff2205295ece637a513f82f2b241516329270db736d82545f387f343c5dd
0x029699ebb73f5b02b14a67d1bea3046d18f487239a69d7d71e878b693642e3a0
0x4f081bca5aca9f7518231ae61bbbe6b539a4c03035280d436074bf175b69c19d
0x3f34a5defa74eb5a8a0c0149693863faf5ac68114d0c73434051e62156314644

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