LEGO CHAD

Verified contract

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

No balances found for "LEGO CHAD"

0x56063295bbeacc84d2b8d782d23643b43c4d001060ba3bca47981ccd596893d8
0xc6ea68b122c15fbc9b191ef66eb014256d93db5e6077c6817551757d476c40ea
0x4da199a06ab2ddfea4fefb759a1216d89c82cd7c7e8f9e339e928ee5a7bc5dc2
0x10bc304d968d6694d04c5685ef2528e1c90f10873bf39fe949d22f5689f7e176
0xebee36ef1e049dd09b108d334c6f17b28acb8d797bac06123477f75552275ccf
0x61a055c8dd64d84808d5206c72a124737523f19f82a5678aecdd9524748f4233
0x0c31ba215908e9c695a026f678f60a324a56f9bdb3038c73f635f96ef8e17756
0xf5933ae9583cdf2a0a2890ff532313067e827f3ebd1ca534ea2b8de637ffd728
0x53ee5f3816d1c814a95972cb483b599165972a1738590bf4d16b7d53a8db51f7
0xab1ba919c08712633017eb38737322084ae4207cbb8728fdc30a9737bcc26cd3

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