LETSGO MARS

Verified contract

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

No balances found for "LETSGO MARS"

0xd6983d68d23d3cefd0a9ab2e3ca8790773208004af4a862da7b61ff4dcf2dadd
0x07e9c58cb3ff83c345df96653c8a8f98ceb2022af900a39e97178823d16f8199
0x2cde8321ef03d59e2c775b480fdff5c0e44fe7fdace27621fbae1284aefda28f
0x216fa910fa34d1c6e4bc918f28415c6a50fbad087671dbe234670886ddb91134
0xb17ae50c48524903e7d7e3152763bc4868e5aedc65b689ed415e95daa67e031f
0x82a1e5fd5ce924dd24c226ddd227635e1aab4b9b84a892a796ab45fb9d3a332a
0x46ea54111ea68751cbe23f1afff9c4676b73ded4f7d63a29f041fe4ea438a680
0x204ba86e0c8e28bc40f64a2a4ed2b25b966eb047695a1290e0c3d75106ed9db2
0x06878b3a0e856ed1bc347a0a1bbac1509fb609097b78499b465a0037124eacca
0xa04e2967365a6b3358990203e4cc6de2f6c75c781596d72e8ba748bc2ab1166d

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