This contract is being backfilled. You may encounter incomplete storage history.

LEGO

Verified contract

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

No balances found for "LEGO"

0x16d8997f4b81cb6e3e7416d594a4a468e8c9aa33bb0560e92de52c31725bd83f
0xe3a26a5cd7a556006b147fd5efd5d700042e63787fdffb16cc7a3e4e174f267b
0x822617ec4e51994e52bc881c10f9d6d1f56549b0f8b872a36d1e5614dc6e25d8
0x024a85b4c325d78147e812cff713f9660a3f5d7895fe6b063d06565bce13b070
0x61e33bb46adf06f89bab9c409343332007551ada18c33bc8f70a9f2aca203495

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