Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x31e5…7c6c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Ashi | ERC-20 | 187.570437M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20200872 | 5 months ago | | | 0 | 0.000063896427 | |
| 15859575 | 2 years ago | | | 0 | 0.00040384747 | |
| 15747291 | 2 years ago | | | 0 | 0.00094945496 | |
| 15744946 | 2 years ago | | | 0 | 0.0020350221 | |
| 15743781 | 2 years ago | | | 0 | 0.00030824209 | |
| 15743448 | 2 years ago | | | 0 | 0.00056119518 | |
| 15742504 | 2 years ago | | | 0 | 0.00062153719 | |
| 15740315 | 2 years ago | | | 0 | 0.0020723461 | |
| 15738339 | 2 years ago | | | 0 | 0.00066304210 | |
| 15738194 | 2 years ago | | | 0 | 0.00047233000 |
ABI
ABI objects
Getter at block 21277107
burnFee() view returns (uint256)
50
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devFee() view returns (uint256)
200
liquidityFee() view returns (uint256)
100
maxTransactionAmount() view returns (uint256)
60000000000000000000000000
maxWalletToken() view returns (uint256)
60000000000000000000000000
name() view returns (string)
Yoshiaki
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
600000000000000000000000
symbol() view returns (string)
Ashi
totalSupply() view returns (uint256)
1500000000000000000000000000
uniswapV2Pair() view returns (address)
0xc4174a0080d0a9477f6e8d8ed2ebd51920f56dc6
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events SetSwapTokensAtAmount(uint256 newLimit)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxTransactionAmount(uint256 _maxTxAmount)
setMaxWalletToken(uint256 _newValue)
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevWallet(address _devWallet)
updateFees(uint256 _liqFee, uint256 _devFee, uint256 _burnFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 prevValue, uint256 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensIntoLiqudity, uint256 ethReceived)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapEthForTokens(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.