No Legs

Verified contract

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

No balances found for "No Legs"

0x4d4ecbd74b99c768b2812db2749a2159483233c56f3e53be1898a6314cefe0b2
0x29de537f09ce410e2be134e7d7bb59a02b94db8d819c355b0493604d38f1cf77
0x283984551566f7c5dd40dc3ff941d6a953ad46eea5d70d1bebc4b25919b82b81
0xafa95fb1148e51cf0d76d0d1408f1c0dfc418b9fed0ca335cfbd329c6357d05f
0xb0c7694017c0c3014bb262ae87f42174b99f9bbfcabe39eb2d60cecdb059f3a0
0x004236a3c50eb7b97975d14bcda5d0019007d7846735383fb3e3928a7116ac24
0xe0b92bb732f8b270054a328d9d0b8ef6b7882dac6a9fb7b475b07a08540d2a86
0x355536f1483768114afaf8ef178b8b8c9b4791ab40f80d7a14b8fe8a01c5eb84
0xf8af93e5b373cd36f9890c6870366ed1d1b933fce0a0d8102947666fae33eb67
0xbdb5db96bd1ba92babf50d3164b50b0ec8a2c93b3c30921b9ded7a61e49dfd89

Functions
Getter at block 22471246
decimals(view returns (uint8)
18
name(view returns (string)
No Legs
symbol(view returns (string)
NoLe
totalSupply(view returns (uint256)
1000000000000000000000000000
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