Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($689.70)
Native
Value
$640.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.180299 | $3,553.35 |
$640.67 | |
USDT | ERC-20 | 48.985214 | $1.001 |
$49.03 | |
UNI-V2 | ERC-20 | 353.423733 | -- | -- | |
LIQ | ERC-20 | 0.58878 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240512 | 7 days ago | | | 0 | 0.00047962980 | |
| 21240504 | 7 days ago | | | 0 | 0.00032941451 | |
| 20551224 | 3 months ago | | | 0 | 0.000029210400 | |
| 20381090 | 4 months ago | | | 0 | 0.00010846650 | |
| 20381068 | 4 months ago | | | 0 | 0.000090180696 | |
| 20072241 | 6 months ago | | | 0 | 0.00027382756 | |
| 19903462 | 6 months ago | | | 0 | 0.000081751292 | |
| 19548918 | 8 months ago | | | 0 | 0.0010946263 | |
| 19461073 | 8 months ago | | | 0 | 0.00096449427 | |
| 19359438 | 9 months ago | | | 0 | 0.011168043 |
ABI
ABI objects
Getter at block 21292060
_balanceOfLpTokens() view returns (uint256)
0
_burnPool() view returns (address)
0x0000000000000000000000000000000000000000
_totalBurnedLpTokens() view returns (uint256)
0
_totalBurnedTokens() view returns (uint256)
0
decimals() view returns (uint8)
18
feeDecimals() view returns (uint8)
1
feePercentage() view returns (uint32)
1
minimumSupply() view returns (uint256)
0
name() view returns (string)
Liquid
owner() view returns (address)
0x89da05f6575296c867d301c458b3ac18cd6245e7
symbol() view returns (string)
LIQ
totalSupply() view returns (uint256)
10000000000000000000000
uniswapV2Pair() view returns (address)
0x8e6d7b8027fd72e0d052c261e9e98ec42b3c333a
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenFee(uint256 _amount, uint8 _feeDecimals, uint32 _feePercentage) pure returns (uint256 locked)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnLiq(address _token, address _to, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint8 _feeDecimals, uint32 _feePercentage)
updateMinTokensBeforeSwap(uint128 _minTokensBeforeSwap)
updateSwapAndLiquifyEnabled(bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeUpdated(uint8 feeDecimals, uint32 feePercentage)
MinTokensBeforeSwapUpdated(uint128 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniswapV2Router, uint8 _feeDecimals, uint32 _feePercentage, uint128 _minTokensBeforeSwap, bool _swapAndLiquifyEnabled)
receive()
This contract contains no error objects.