LUKSO Token
Verified contract
Active on
Ethereum with 133,304 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe417…cdf6
Balances ($14,712.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LYXe | ERC-20 | 7.889763K | $1.65 |
$13,018.11 | |
USDT | ERC-20 | 1.31629K | $1.002 |
$1,318.92 | |
USDC | ERC-20 | 300.458229 | $1.00 |
$300.46 | |
OCEAN | ERC-20 | 102.903516 | $0.64092 |
$65.95 | |
LUNA | ERC-20 | 77.29789K | $0.000075 |
$5.76 | |
xFUND | ERC-20 | 0.01 | $350.64 |
$3.51 | |
TKX | ERC-20 | 0.000055 | $11.75 |
$0 | |
DRh45 | ERC-20 | 10K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
LID | ERC-20 | 196 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157390 | 15 minutes ago | | | 0 | 0.00077658036 | |
| 21156717 | 2 hours ago | | | 0 | 0.0010265358 | |
| 21156045 | 5 hours ago | | | 0 | 0.00098263034 | |
| 21155220 | 8 hours ago | | | 0 | 0.00076682907 | |
| 21154711 | 9 hours ago | | | 0 | 0.0023734989 | |
| 21154018 | 12 hours ago | | | 0 | 0.00058314592 | |
| 21153538 | 13 hours ago | | | 0 | 0.00067646855 | |
| 21153508 | 13 hours ago | | | 0 | 0.0027706914 | |
| 21153428 | 14 hours ago | | | 0 | 0.00058057325 | |
| 21153160 | 14 hours ago | | | 0 | 0.00058905657 |
ABI
ABI objects
Getter at block 21157462
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
deployingAddress() view returns (address)
0xc4a457c6e38541254533faf84dacffaaf6474955
freezerAddress() view returns (address)
0x6109dcd72b8a2485a5b3ac4e76965159e9893ab7
frozen() view returns (bool)
false
granularity() view returns (uint256)
1
initialized() view returns (bool)
true
migrationAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
LUKSO Token
rICO() view returns (address)
0xe417b912f6cb6592ec2d71dbf6f2b48191b2cdf6
rescuerAddress() view returns (address)
0x87bd0fbd87c846e37193f79e7bf97b6d3af625e3
symbol() view returns (string)
LYXe
tokenGenesisAddress() view returns (address)
0xc67810de5816917f1dbc618c084b82441921f55f
totalSupply() view returns (uint256)
99999999638751912981758194
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
getLockedBalance(address _owner) view returns (uint256)
getUnlockedBalance(address _owner) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
changeRICO(address _newRicoAddress)
freeze()
init(address _ricoAddress, address _freezerAddress, address _rescuerAddress, address _tokenGenesisAddress, uint256 _initialSupply)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
removeFreezer()
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
setMigrationAddress(address _migrationAddress)
setRICOaddress(address _ricoAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
unfreeze()
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
ChangedRICO(address indexed rICOAddress, address indexed rescuerAddress)
Frozen(address indexed freezerAddress)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RemovedFreezer(address indexed freezerAddress)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
SetMigrationAddress(address indexed migrationAddress)
SetRICOaddress(address indexed rICOAddress)
Transfer(address indexed from, address indexed to, uint256 value)
Unfrozen(address indexed freezerAddress)
constructor(string name, string symbol, address[] _defaultOperators)
This contract contains no fallback and receive objects.
This contract contains no error objects.