Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 22405463.

GALIBA

Unverified contract

Proxy

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

No balances found for "GALIBA"

0x005a9a6c80c6ed268121615a851d29cfe2cb56240e30315cd3316af4562e593b
0xd14e3831624c9ce682b77dbea2d973e4e90a10265d01901aeca17fe7ed82e318
0xabce33297d4d2293bb72a16dfebcc1d07bfd5ed0f677951e969826a720f05797
0x58152f1a002bb9cda6962351442859ef40333989ac563b41bdbb08b2a791e37e
0x58372c62d98f69b077c900b01ef5ce8fa6bd1a0a456a430726f0ec9ee3217be1
0x98357677f69aafdf2d3be60880c88885fac468959c6a1a5838d99e0b55171cf4
0xfb6ca463f74d9aefcfe00d1b5cc5c24c1bc23ac09e369ca8f210edd4a1b91327
0x666582644842ab5a6aff6535735b64abd99077fc08fdcec8f51ac52a22ccb6d1
0xae9ab498ada321cc597181f293a18e2d2f3018e6d52ccec844db47c0d497a582
0x72ee9ecb943b5d56ec85e30c526709e09a6d97974450fdc0dfab48cbd4f5b10c

Functions
Getter at block 22405464
bond(view returns (address)
0xc5a076cad94176c2996b32d8466be1ce757faa27
decimals(view returns (uint8)
18
name(view returns (string)
GALIBA
symbol(view returns (string)
GLB
totalSupply(view returns (uint256)
5365558093619392864903
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burnByBond(address accountuint256 amount
init(string name_string symbol_
mintByBond(address touint256 amount
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

This contract contains no constructor objects.

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
MCV2_Token__AlreadyInitialized(
MCV2_Token__PermissionDenied(