Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
21 additional
variables
Native
Value
$1,482.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.461223 | $3,213.46 |
$1,482.12 | |
LINE | ERC-20 | 9.827347M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131133 | 4 days ago | | | 0 | 0.0011447853 | |
| 21131090 | 4 days ago | | | 0 | 0.0011608305 | |
| 21131080 | 4 days ago | | | 0 | 0.0012043193 | |
| 21131072 | 4 days ago | | | 0 | 0.0011638231 | |
| 21131063 | 4 days ago | | | 0 | 0.0012973803 | |
| 21131055 | 4 days ago | | | 0 | 0.0021364834 | |
| 21131049 | 4 days ago | | | 0 | 0.0022824818 | |
| 21131033 | 4 days ago | | | 0 | 0.0025007534 | |
| 21130596 | 4 days ago | | | 0 | 0.0026845021 | |
| 21130589 | 4 days ago | | | 0 | 0.0027115540 |
ABI
ABI objects
Getter at block 21159414 listTaxBeneficiaries() view returns (struct CF_TaxabletaxBeneficiaryView[] list)
DOMAIN_SEPARATOR() view returns (bytes32)
0xb5391d3d4fafdf208482b9a808771634be003f04b0b04fa2968df1ce498f0331
buyTax() view returns (uint24)
2000
decimals() view returns (uint8)
18
denominator() pure returns (uint24)
1000
getAutoAddLiquidityPercent() view returns (uint24 min, uint24 max)
(min=100, max=1000)
getAutoSwapPercent() view returns (uint24 min, uint24 max)
(min=50, max=100)
getDEXLPTokenReceiver() view returns (address)
0x31d6baa2c643a8dabcaa6d5b3e0660eacc9e3355
getDEXPairV2() view returns (address)
0x9300ad1855623eca6b6f6dffd7ba6020bacb6cee
getDEXRouterV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getEarlyPenaltyTime() view returns (uint32)
260
getTaxToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
info() view returns (string name, string symbol, uint8 decimals, address owner, uint256 totalSupply, string version)
(name=LINE, symbol=LINE, decimals=18, owner=0x0000000000000000000000000000000000000000, totalSupply=1000000000000000000000000000, version=1.0.3)
isAutoSwapEnabled() view returns (bool)
true
isTradingEnabled() view returns (bool)
true
name() view returns (string)
LINE
owner() view returns (address)
0x0000000000000000000000000000000000000000
renounced() view returns (bool Whitelist, bool DEXRouterV2, bool Taxable)
(Whitelist=true, DEXRouterV2=true, Taxable=true)
sellTax() view returns (uint24)
2000
symbol() view returns (string)
LINE
taxesSuspended() view returns (bool)
false
totalSupply() view returns (uint256)
1000000000000000000000000000
totalTaxCollected() view returns (uint256)
325959723614152885810391326
txTax() view returns (uint24)
0
version() pure returns (string)
1.0.3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyTax(address from) view returns (uint24)
isPenalized(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
sellTax(address to) view returns (uint24)
txTax(address from) view returns (uint24)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoSwap()
autoSwap(bool force)
autoTaxDistribute()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableAutoSwap(bool status)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address token, address to, uint256 amount)
recoverERC721(address token, address to, uint256 tokenId)
recoverNative(address to, uint256 amount)
removePenalty(address account)
renounceDEXRouterV2()
renounceOwnership()
renounceTaxable()
renounceWhitelist()
setAutoAddLiquidityPercent(uint24 min, uint24 max)
setAutoSwapPercent(uint24 min, uint24 max)
setDEXLPTokenReceiver(address receiver)
setEarlyPenaltyTime(uint32 time)
setTaxBeneficiary(uint8 slot, address account, uint24[3] percent, uint24[3] penalty)
suspendTaxes(bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelist(address account, bool status)
whitelist(address[] accounts, bool status)
AddedLiquidity(uint256 tokenAmount, uint256 ethAmount, uint256 liquidity)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RenouncedDEXRouterV2()
RenouncedTaxable()
RenouncedWhitelist()
SetDEXRouterV2(address indexed router, address indexed pair)
SetEarlyPenaltyTime(uint32 time)
SetTaxBeneficiary(uint8 slot, address account, uint24[3] percent, uint24[3] penalty)
SwappedTokensForNative(uint256 tokenAmount, uint256 ethAmount)
SwappedTokensForTokens(address token, uint256 token0Amount, uint256 token1Amount)
TaxDistributed(uint256 amount)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
Whitelisted(address indexed account, bool status)
constructor()
fallback()
receive()
This contract contains no error objects.