Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 14 additional slots
Balances ($275.18)
Native
Value
$275.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.08874 | $3,100.96 |
$275.18 | |
LYN | ERC-20 | 7.264972B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21220696 | 5 hours ago | | | 0 | 0.00042428161 | |
| 21220644 | 6 hours ago | | | 0 | 0.00029036045 | |
| 21218354 | 13 hours ago | | | 0 | 0.00044320646 | |
| 21208084 | 2 days ago | | | 0 | 0.00059644378 | |
| 21208052 | 2 days ago | | | 0 | 0.00056796079 | |
| 21154592 | 9 days ago | | | 0 | 0.00015640933 | |
| 21154581 | 9 days ago | | | 0 | 0.00016924588 | |
| 21154103 | 10 days ago | | | 0 | 0.00045845879 | |
| 21152524 | 10 days ago | | | 0 | 0.00062952740 | |
| 21100820 | 17 days ago | | | 0 | 0.00023434439 |
ABI
ABI objects
Getter at block 21222323 getTokenInfo() view returns (struct WDIStandardTokenTokenInfo _tokenInfo)
decimals() view returns (uint8)
18
getDevBuyTax() view returns (uint256)
250000000000000000
getDevSellTax() view returns (uint256)
500000000000000000
getLpBuyTax() view returns (uint256)
250000000000000000
getLpSellTax() view returns (uint256)
500000000000000000
getMarketingBuyTax() view returns (uint256)
500000000000000000
getMarketingSellTax() view returns (uint256)
2000000000000000000
maxAmountForTx() view returns (uint256)
10000000000000000000000000000000
maxAmountForWallet() view returns (uint256)
30000000000000000000000000000000
name() view returns (string)
LyonKyng
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapPair() view returns (address)
0x22eb622f65d908a0024e2b926cbd6a5ed3a11ccc
swapping() view returns (bool)
false
symbol() view returns (string)
LYN
totalBuyTaxFees() view returns (uint256)
1000000000000000000
totalSellTaxFees() view returns (uint256)
3000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000000000
totalTaxFees() view returns (uint256)
4000000000000000000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludeFromFee(address) view returns (bool)
isExcludeFromTxLimit(address) view returns (bool)
isExcludeFromWalletLimit(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setExclusionFromFee(address account, bool value)
setExclusionFromTxLimit(address account, bool value)
setExclusionFromWalletLimit(address account, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevBuyTax(uint256 tax)
updateDevSellTax(uint256 tax)
updateDevWallet(address newWallet)
updateLpBuyTax(uint256 tax)
updateLpSellTax(uint256 tax)
updateMarketingBuyTax(uint256 tax)
updateMarketingSellTax(uint256 tax)
updateMarketingWallet(address newWallet)
updateMaxTransactionAmount(uint256 maxTx)
updateMaxWalletAmount(uint256 maxWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletUpdated(address newWallet, address oldWallet)
MarketingWalletUpdated(address newWallet, address oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFee(uint256 makertingTax, uint256 devTax, uint256 indexed lpTax)
constructor(struct WDIStandardTokenTokenInfo _tokenInfo, uint256 _deployerTax, address _deployFeeReceiver)
receive()
This contract contains no error objects.