Luminous

Verified contract

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

No balances found for "Luminous"

0x112d613b392381fe8a708157cb80d7f655acd2a37a38dd7112382fae5cfeb1c6
0xe0f35dfca3efdf8b530b1a04e1f6b8d90c892d0b7ff8be0caff6b7398f3cf7e1
0x2be8f4c183d7ca367d7af943e691e1b95e0cbe9038e02fb7e8d7224160163e37
0x62b945cb853a939bdc603e21ec5f6c9d4353fc9c9cb377f1aa92f04c7e2278dc
0x2240ddc7d7f365ba36ba5edea95a7ef1c492fd3acc34e403e6b304f1b0467f5c
0x0e641e480abb78ff9c9e3484230b417f5fe1f6bb190c3b875a8b6582a974b78a
0x7e93156892920b855284043eeb131c899e7950af2a7b16b99d92bc093c143533
0x1d3e58eda30c2354fba6114f67a5a36491ca85ea50c7edb8fe16168a2bf884d0
0x2dd06bfb513e6b957bb4b18b3b63fb10fdc91176c0857128d04e70e9bae1a953
0xa144c1a75e717732b6ab193509420240aa7558e655526daa86d0df0b65706414

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