LIQSAV3Token
Verified contract
Active on
Ethereum with 102 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($78.67)
Native
Value
$78.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.025516 | $3,083.18 |
$78.67 | |
LIQSAV3 | ERC-20 | 4.49657 | -- | -- | |
UNI-V2 | ERC-20 | 3.728658 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11346220 | 4 years ago | | | 0 | 0.00041108200 | |
| 11346201 | 4 years ago | | | 0 | 0.00035780800 | |
| 11346196 | 4 years ago | | | 0 | 0.00035780800 | |
| 11346185 | 4 years ago | | | 0 | 0.00048453400 | |
| 11338204 | 4 years ago | | | 0 | 0.0016252609 | |
| 11310807 | 4 years ago | | | 0 | 0.0022215000 | |
| 11310575 | 4 years ago | | | 0 | 0.0014217600 | |
| 11303145 | 4 years ago | | | 0 | 0.0019549200 | |
| 11297254 | 4 years ago | | | 0 | 0.0014661900 | |
| 11288178 | 4 years ago | | | 0 | 0.0013440075 |
ABI
ABI objects
Getter at block 21214343
_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)
0
feePercentage() view returns (uint32)
5
minimumSupply() view returns (uint256)
0
name() view returns (string)
LIQSAV3Token
owner() view returns (address)
0x0dc2f41dcbaed436aabebac9189a0a035ff84604
symbol() view returns (string)
LIQSAV3
totalSupply() view returns (uint256)
100000000000000000000
uniswapV2Pair() view returns (address)
0x0732d178f68330f6dbeeb0ea1cae3f5a6e19370b
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()
receive()
This contract contains no error objects.