Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TTSS | ERC-20 | 32.074872K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305045 | 4 days ago | | | 0 | 0.00029351870 | |
| 21305044 | 4 days ago | | | 0.01 | 0.00016648485 | |
| 21305044 | 4 days ago | | | 0 | 0.00043261986 | |
| 21305040 | 4 days ago | | | 0.001 | 0.00016739722 | |
| 21305038 | 4 days ago | | | 0 | 0.00052694769 | |
| 21305027 | 4 days ago | | | 0 | 0.00041851761 | |
| 21305023 | 4 days ago | | | 0 | 0.00031441061 | |
| 21304999 | 4 days ago | | | 0 | 0.00034365974 | |
| 21304969 | 4 days ago | | | 0 | 0.00049496050 | |
| 21304967 | 4 days ago | | | 0 | 0.00038003267 |
ABI
ABI objects
Getter at block 21330939
buySellTax() view returns (uint256)
500
decimals() view returns (uint8)
18
ethFee() view returns (uint256)
5
liquidityFee() view returns (uint256)
0
marketingWallet() view returns (address)
0x6ad4f5ba12a4a8d1c11bcd2783248144e33fcfd5
name() view returns (string)
ooTest
owner() view returns (address)
0x6ad4f5ba12a4a8d1c11bcd2783248144e33fcfd5
purchaseLimit() view returns (uint256)
50
swapAndLiqThreshold() view returns (uint256)
300000000000000000000000
symbol() view returns (string)
TTSS
totalSupply() view returns (uint256)
100000000000000000000000000
tradingOpen() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xab13ba4c7c5eafb1e00c0f674844e8b8b71edc7a
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchExcludeFromLimitation(address[] account, bool[] excluded)
excludeFromLimitation(address account, bool excluded)
renounceOwnership()
setPurchaseLimit(uint256 _limit)
setSellBuyTax(uint256 forMarketingInPercentage, uint256 forLiquidityInPercentage)
setSwapThreshold(uint256 amount)
setTradingOpen()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Token(address token, address to)
withdrawETH(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
BatchExcludeFromLimitation(address[] account, bool[] isExcluded)
ERC20Withdrawn(address indexed to, uint256 amount)
ETHWithdrawn(address indexed to, uint256 amount)
ExcludeFromLimitation(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseLimitUpdated(uint256 limitPercent)
SwapAndLiqThresholdSet(uint256 amount)
SwapAndLiquified(uint256 tokensSwapped, uint256 tokensForLiquidity, uint256 ethForLiquidity, uint256 ethForMarketing)
TaxUpdated(uint256 taxPercent)
TradingStatusUpdated(bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _marketingWallet)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)