Light Token
Verified contract
Proxy
Active on
Ethereum with 1,038 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228920 | 9 days ago | | | 0 | 0.00030597007 | |
| 21132616 | 23 days ago | | | 0 | 0.00063889074 | |
| 21114312 | 25 days ago | | | 0 | 0.00020044637 | |
| 21114310 | 25 days ago | | | 0 | 0.00019189319 | |
| 21091445 | a month ago | | | 0 | 0.00022128482 | |
| 21037407 | a month ago | | | 0 | 0.00046982490 | |
| 21020687 | a month ago | | | 0 | 0.00026016396 | |
| 21020686 | a month ago | | | 0 | 0.00026371988 | |
| 21011851 | a month ago | | | 0 | 0.00035401829 | |
| 21011584 | a month ago | | | 0 | 0.00034695680 |
ABI
ABI objects
Getter at block 21296308
DOMAIN_SEPARATOR() view returns (bytes32)
0xadffac1ab1c3aede2abb2c00da1041d7f59c8163a2c8cb847f59811086486c8f
availableSupply() view returns (uint256)
544958547144648870293569615504
decimals() view returns (uint8)
18
miningEpoch() view returns (int128)
1
minter() view returns (address)
0x94afb2c17af24cfacf19f364628f459dfab2688f
name() view returns (string)
Light Token
owner() view returns (address)
0xc2d0108307ff76ebb0ea05b78567b5eaf5ac7830
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rate() view returns (uint256)
2545940820916560992283
startEpochSupply() view returns (uint256)
495479999999999999999976016000
startEpochTime() view returns (uint256)
1713484835
symbol() view returns (string)
LT
totalSupply() view returns (uint256)
454495348163978747025715013639
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
mintableInTimeframe(uint256 start, uint256 end) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
futureEpochTimeWrite() returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
mint(address to, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMinter(address _minter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMiningParameters()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMinter(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateMiningParameters(uint256 time, uint256 rate, uint256 supply)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.