Liquidity.Network Token
Verified contract
Active on
Ethereum with 10,233 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LQD | ERC-20 | 10.694565K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
ORET | ERC-20 | 25 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070898 | 13 days ago | | | 0 | 0.00037284436 | |
| 21049966 | 16 days ago | | | 0 | 0.00031030327 | |
| 20695836 | 2 months ago | | | 0 | 0.000050974193 | |
| 20499232 | 3 months ago | | | 0 | 0.000043797990 | |
| 20203940 | 4 months ago | | | 0 | 0.00014393711 | |
| 19369572 | 8 months ago | | | 0 | 0.0038734123 | |
| 19034034 | 10 months ago | | | 0 | 0.0013699509 | |
| 18934261 | 10 months ago | | | 0 | 0.0010983254 | |
| 18849505 | a year ago | | | 0 | 0.00070952137 | |
| 17882699 | a year ago | | | 0 | 0.00059130793 |
ABI
ABI objects
Getter at block 21163293
decimals() view returns (uint8)
18
name() view returns (string)
Liquidity.Network Token
symbol() view returns (string)
LQD
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.