Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($2.75)
Native
Value
$2.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000872 | $3,150.85 |
$2.75 | |
SHOTO | ERC-20 | 2944.919432T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14330491 | 3 years ago | | | 0 | 0.0022727835 | |
| 14330491 | 3 years ago | | | 0 | 0.0012967084 | |
| 14330491 | 3 years ago | | | 0 | 0.0022727835 | |
| 14330491 | 3 years ago | | | 0 | 0.0022727835 | |
| 14330489 | 3 years ago | | | 0 | 0.0034291180 | |
| 14284696 | 3 years ago | | | 0 | 0.0011609740 | |
| 14264655 | 3 years ago | | | 0 | 0.0048479569 | |
| 14264592 | 3 years ago | | | 0 | 0.0042949605 | |
| 14264566 | 3 years ago | | | 0 | 0.0037568816 | |
| 14264565 | 3 years ago | | | 0 | 0.0033838047 |
ABI
ABI objects
Getter at block 21203912
compoundingEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
dividendFeeBPS() view returns (uint256)
0
lastSwapTime() view returns (uint256)
1645648781
liquidityFeeBPS() view returns (uint256)
4
maxTxBPS() view returns (uint256)
1
maxWalletBPS() view returns (uint256)
2
name() view returns (string)
Shoto Inu
owner() view returns (address)
0x6e817ac90fc8981fdb26fcb7aba9b45db9489f5d
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000
symbol() view returns (string)
SHOTO
taxEnabled() view returns (bool)
true
totalFeeBPS() view returns (uint256)
13
totalSupply() view returns (uint256)
69000000000000000000000000
treasuryFeeBPS() view returns (uint256)
9
uniswapV2Pair() view returns (address)
0x3c516ecc2c74bde5364a9cd4023ba3c0957458ca
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)
isExcludedFromMaxTx(address account) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
marketPairs(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blackList(address _user)
blackListMany(address[] _users)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTx(address account, bool excluded)
excludeFromMaxWallet(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init()
liftLimits()
openTrading()
removeFromBlacklist(address _user)
renounceOwnership()
rescueETH(uint256 _amount)
rescueToken(address _token, uint256 _amount)
setCompoundingEnabled(bool _enabled)
setFee(uint256 _treasuryFee, uint256 _liquidityFee, uint256 _dividendFee)
setMaxTxBPS(uint256 bps)
setMaxWalletBPS(uint256 bps)
setReflector(address reflector)
setSwapEnabled(bool _enabled)
setTaxEnabled(bool _enabled)
setUniswapPair(address pair, bool value)
setWallet(address _marketingWallet, address _liquidityWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unBlackListMany(address[] _users)
updateDividendSettings(bool _swapEnabled, uint256 _swapTokensAtAmount, bool _swapAllToken)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistEnabled(bool enabled)
CompoundingEnabled(bool enabled)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendDividends(uint256 tokensSwapped, uint256 amount)
SwapAndAddLiquidity(uint256 tokensSwapped, uint256 nativeReceived, uint256 tokensIntoLiquidity)
SwapEnabled(bool enabled)
TaxEnabled(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.