Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4f3a…b751
Balances ($113,778.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LCX | ERC-20 | 646.105288K | $0.110798 |
$71,587.17 | |
QNT | ERC-20 | 308.099 | $85.57 |
$26,364.03 | |
AIOZ | ERC-20 | 19.773224K | $0.723539 |
$14,306.7 | |
GALA | ERC-20 | 20.000647K | $0.028785 |
$575.72 | |
MATIC | ERC-20 | 755.791399 | $0.469108 |
$354.55 | |
VXV | ERC-20 | 1K | $0.260721 |
$260.72 | |
USDT | ERC-20 | 199.5 | $1.002 |
$199.9 | |
WETH | ERC-20 | 0.03 | $3,308.93 |
$99.27 | |
CXO | ERC-20 | 124.93493 | $0.215415 |
$26.91 | |
DRAGGY | ERC-20 | 267.07757M | $0.00 |
$2.14 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244750 | 4 minutes ago | | | 0 | 0.00042537369 | |
| 21244740 | 6 minutes ago | | | 0 | 0.00043121640 | |
| 21244735 | 7 minutes ago | | | 0 | 0.00067976326 | |
| 21244499 | an hour ago | | | 0 | 0.00080356122 | |
| 21244425 | an hour ago | | | 0 | 0.00084400844 | |
| 21244419 | an hour ago | | | 0 | 0.00084479085 | |
| 21244417 | an hour ago | | | 0 | 0.00071463523 | |
| 21244408 | an hour ago | | | 0 | 0.00077149105 | |
| 21244406 | an hour ago | | | 0 | 0.00096570903 | |
| 21244396 | an hour ago | | | 0 | 0.00089784706 |
ABI
ABI objects
Getter at block 21244769
decimals() view returns (uint256)
18
isOwner() view returns (bool)
false
name() view returns (string)
LCX
owner() view returns (address)
0xc0c704bfc375b3fc657bc378b1cfee009194e2b3
symbol() view returns (string)
LCX
totalSupply() view returns (uint256)
950000000000000000000000000
vestingContractAddress() view returns (address)
0x4f3aa1e1e79e1668fcf241010bafcced5c9fb751
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchTransfer(address[] accounts, uint256[] values) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDefaultVestingToken(address account, uint256 amount) returns (bool)
setTokenVestingAddress(address tokenVestingAddress) returns (bool)
setVestingToken(address account, uint256 amount, uint256 cliff, uint256 duration, uint256 startAt) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.