Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf57f…cd6c
Balances ($0.99)
Native
Value
$0.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000255 | $3,860.61 |
$0.99 | |
TOSHI | ERC-20 | 8.002477M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16579149 | 2 years ago | | | 0 | 0.0020362532 | |
| 15764940 | 2 years ago | | | 0 | 0.00055539082 | |
| 15740317 | 2 years ago | | | 0 | 0.0018162819 | |
| 15703247 | 2 years ago | | | 0 | 0.00053117431 | |
| 15697140 | 2 years ago | | | 0 | 0.00071779546 | |
| 15697124 | 2 years ago | | | 0 | 0.00067813713 | |
| 15697109 | 2 years ago | | | 0 | 0.00096016902 | |
| 15692403 | 2 years ago | | | 0 | 0.00026752051 | |
| 15690196 | 2 years ago | | | 0 | 0.0011090829 | |
| 15685662 | 2 years ago | | | 0 | 0.00020181808 |
ABI
ABI objects
Getter at block 21407164
BLOCKCOUNT() view returns (uint8)
2
buyFee() view returns (uint16 marketingFee, uint16 liquidityFee)
(marketingFee=4, liquidityFee=1)
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
maxBuyAmount() view returns (uint256)
10000000000000000000000000
maxWalletAmount() view returns (uint256)
20000000000000000000000000
name() view returns (string)
Toshi
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint16 marketingFee, uint16 liquidityFee)
(marketingFee=4, liquidityFee=1)
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
10000000000000000000000000
symbol() view returns (string)
TOSHI
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingStartBlock() view returns (uint256)
15676185
uniswapV2Pair() view returns (address)
0x40920801fbf978ffe730b8491df963051a3cabb8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlackListed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimStuckTokens(address _token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludefromLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBlackList(address addr, bool value)
setBuyFee(uint16 marketing, uint16 liquidity)
setMarketingWallet(address newWallet)
setMaxBuyAmount(uint256 amount)
setMaxWallet(uint256 amount)
setSellFee(uint16 marketing, uint16 liquidity)
setSwapEnabled(bool value)
setSwapTokensAtAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.