bloob

Verified contract

Active on Base with 845 txns
Deployed by via 0x94078311 at 11871148
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "bloob"

0x3671664bb97ab486fc8d44756baa57ee4bc3026daf87c795726fcebde884b284
0xe62576f3ab41f39bc6ca11923a066b6d5808ba3473495bbdacb079ca5e69ca67
0x3e71a5f047ceffbf5584ad1159677c5ffa63dc9211cad41d8d28f869ea399ad8
0x99cb9817e31b517057ecc511fde36bbce3668b08a08a1ce9b14405e07b58b78f
0x8971c22922f0c99aa5ee518c45135793ae7fe13d46c286373f3f8ee03abe35e7
0xccc323bc11dc0e0b7be3fc95c74169f4d89b3345e43cd7f8f52ff96599e6accb
0x25082f2e4cd516bd3d784ee859ba1f1a7e5826ffefc36e32452cceb4251215bf
0xdc77e1c35c96db7a53245ba838b6ff4b1f85c9805556818fe9069e001f9e32b4
0x774c26384a12bff0c952cd15c4e9edac9fa9eac3290ba238798ae383a8486007
0x8f155ac94120e9ba35ece95aabb11f23181be19072623b73ac7220e2e7106e39

Functions
Getter at block 23090477
decimals(view returns (uint8)
18
name(view returns (string)
bloob
symbol(view returns (string)
bloob
totalSupply(view returns (uint256)
420690000000000000000000000000
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(
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