LETSFUCKINGGO

Verified contract

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

No balances found for "LETSFUCKINGGO"

0x7eaa18b8c86cf0946350e4c0f616fde7678194feb83a23db6aa3fdf36ccabed3
0x04394884e44f9f84d3b25ba9f76f760fb3d90746535afb2517483e2ec3af5298
0x1e731bc945f054e6c25959968594795fc8e29ece33f30fafed16a6a4d92b652d
0x6efbf4bbbec6afd77c1fca697af3da832ec8537fe631dcb2acc5bede97394bb7
0xbd6668c4000c7e69993681e048724a3eabe1f5da7ef2988f47d6f69352edebcd
0xab78de0fea829621077fd81116a0f906cbf66a5c1b36a200e3ac5863e9a09ca7
0x273350ecba0dd635d38a41862d7524804b53df65ad8e2e6ede34f21e17fd52ec
0xbfc458dbc46e9233d89639f6072cef5840c9e15b998fedf8e0fffd7b9c66fdaf
0x3ea895ea2c1085e8555579f670894c91fa02949be1fe0dfc395583970bb4f4b9
0x8ca121dce93855e9e1229d3edd95ae25f0eebcc4e533a7b216d03545c3bb0d00

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