Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.41)
Native
Value
$2.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000968 | $2,493.71 |
$2.41 | |
UNI-V2 | ERC-20 | 67.088546 | -- | -- | |
LIQX | ERC-20 | 8.41169 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19903528 | 5 months ago | | | 0 | 0.000066728954 | |
| 19903526 | 5 months ago | | | 0 | 0.000068422640 | |
| 19903524 | 5 months ago | | | 0 | 0.000071012411 | |
| 16475332 | 2 years ago | | | 0 | 0.00068029622 | |
| 15052958 | 2 years ago | | | 0 | 0.0020064480 | |
| 12376123 | 3 years ago | | | 0 | 0.0035389134 | |
| 12346643 | 3 years ago | | | 0 | 0.0012822150 | |
| 12043773 | 4 years ago | | | 0 | 0.0081927840 | |
| 11547475 | 4 years ago | | | 0 | 0.0018700920 | |
| 11499428 | 4 years ago | | | 0 | 0.0019591440 |
ABI
ABI objects
Getter at block 21089802
_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)
50
minimumSupply() view returns (uint256)
0
name() view returns (string)
LiquidX
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LIQX
totalSupply() view returns (uint256)
8378042137792429757203
uniswapV2Pair() view returns (address)
0xf2b5bb521c84dafa83374053536d535db06cab86
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)
updateMaxTokensPerTx(uint256 _maxTokensPerTx)
updateMinTokensBeforeSwap(uint128 _minTokensBeforeSwap)
updateSwapAndLiquifyEnabled(bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeUpdated(uint8 feeDecimals, uint32 feePercentage)
MaxTokensPerTxUpdated(uint256 maxTokensPerTx)
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, uint256 _maxTokensPerTx)
receive()
This contract contains no error objects.