LILIPUT

Verified contract

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

No balances found for "LILIPUT"

0xa1e472742f74804010d5f67fa303a6148a28ce1f5f79738c05698b994882c2da
0x09aae34fddd35b8c2ee85156b5c1da448a7fdbea372635284c2d910a9ca5a494
0x7dbd25056609c36da4148e6df76c1c276c43998be8de5fab6d7a1b3c31b0ae96
0xc7c5f491cbb0c47b1a339c612871f0a65b17fc7e42cc0380851aa73491f55f64
0x4317246ab3b49ecbc6b85258fc75ba2ee088b05116b542ec4e7274e52eabd7fb
0x8f17018c2e82bdd10fee587841e1efa8b55d642546cd944dbf37c8611320af2c
0x851fe4c98e6ce3f6bd6ba79df5f84d7a6c5f8a00f33e23d4af61be8240dbc2c1
0x16edeb660d83d7261514172d35dab41ec37458e26f8d0a49706f289333423f3d
0x7cb9b8100a5ac943b838ca7147c118e60f1dae505e959e859f24627213a829bc
0x0cf83a2304899373f5d69c5d336f6999dd0bd94ace38931e8eff12e76b0ffc23

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