bloob

Verified contract

Active on Base with 836 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"

0x8f155ac94120e9ba35ece95aabb11f23181be19072623b73ac7220e2e7106e39
0x1c3f0d442a04c8bfd6ab47960ca3f5705cee96b6e349d45bcf2f1333c8726af1
0x8e87ac81bb512380811a69e71ac550b742cb332adeb020139891319069791da5
0x11ad5ca098f8bf2eef124770ad032752afcfb48a79ba56f497feabb6d9f2b5f2
0x0b21849095d67e34de361e4cae25b6851799e7b71f837d4754f77e908b5331a9
0x8ad95321f998473184a8c97767e98a0490aa7ac6b9cc4ec5cd928d6efeb559a4
0xf83de1ca07629fb37b9ea94a8bf3a2b47fcd6ca34cd82e565052efd4aa767f20
0x62eb55beb181933bb4c4ca389bf49b120418cb0bfd8c5a371143f3a92fe0f1c2
0xc00586d3461626b3c08d2f25b6d3fe00648b25d5aad0779209754fb70280bd9f
0x68ee509b456936d2162637a4b8547203865588499793a7e6417f98e88386d3b9

Functions
Getter at block 21819661
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