LIQBURNToken
Verified contract
Active on
Ethereum with 285 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($130.38)
Native
Value
$130.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.033296 | $3,915.81 |
$130.38 | |
UNI-V2 | ERC-20 | 66.731797 | -- | -- | |
LIQBURN | ERC-20 | 26.32595 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18138091 | a year ago | | | 0 | 0.00021624532 | |
| 14466656 | 3 years ago | | | 0 | 0.00044336305 | |
| 12359923 | 4 years ago | | | 0 | 0.0015820200 | |
| 11649496 | 4 years ago | | | 0 | 0.0018660600 | |
| 11648676 | 4 years ago | | | 0 | 0.0020526660 | |
| 11587800 | 4 years ago | | | 0 | 0.0072420900 | |
| 11475494 | 4 years ago | | | 0 | 0.00047925900 | |
| 11372429 | 4 years ago | | | 0 | 0.0015550500 | |
| 11314130 | 4 years ago | | | 0 | 0.0027990901 | |
| 11313357 | 4 years ago | | | 0 | 0.0033985700 |
ABI
ABI objects
Getter at block 21398521
DevMode() view returns (bool)
false
_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)
6
minimumSupply() view returns (uint256)
0
name() view returns (string)
LIQBURNToken
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LIQBURN
totalSupply() view returns (uint256)
7318055474752267680451
uniswapV2Pair() view returns (address)
0xae7a2e84758d0cb112e850c93a87e91903319399
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)
disableDevMode()
enableDevMode()
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.