Tsuka Helper
Verified contract
Active on
Ethereum with 645 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a22…1992
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HELP | ERC-20 | 147.358068K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453662 | 3 months ago | | | 0 | 0.000056096515 | |
| 19907762 | 6 months ago | | | 0 | 0.00029586075 | |
| 19779903 | 7 months ago | | | 0 | 0.00022993264 | |
| 17059758 | 2 years ago | | | 0 | 0.00061859760 | |
| 15894852 | 2 years ago | | | 0 | 0.00044356502 | |
| 15849144 | 2 years ago | | | 0 | 0.0012704380 | |
| 15835199 | 2 years ago | | | 0 | 0.00079767272 | |
| 15808515 | 2 years ago | | | 0 | 0.00061202701 | |
| 15750667 | 2 years ago | | | 0 | 0.0010016920 | |
| 15748983 | 2 years ago | | | 0 | 0.00083795650 |
ABI
ABI objects
Getter at block 21215432
FEE_DIVISOR() view returns (uint256)
1000
buyTreasuryFee() view returns (uint256)
50
cooldownEnabled() view returns (bool)
false
decimals() pure returns (uint8)
18
feesEnabled() view returns (bool)
true
maxBuyAmount() view returns (uint256)
1000000000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() pure returns (string)
Tsuka Helper
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTreasuryFee() view returns (uint256)
50
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
HELP
totalSupply() pure returns (uint256)
1000000000000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address wallet) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
distributeFees()
launch()
removeLimits()
renounceOwnership()
setBlacklisted(address[] accounts, bool exempt)
setBuyFee(uint256 newBuyTreasuryFee)
setCooldownBlocks(uint256 blocks)
setCooldownEnabled(bool onoff)
setExcludeFromMaxTransaction(address[] accounts, bool isEx)
setExcludedFromFees(address[] accounts, bool isEx)
setFeesEnabled(bool onoff)
setMaxBuyAmount(uint256 maxBuy)
setMaxSellAmount(uint256 maxSell)
setMaxWalletAmount(uint256 maxToken)
setSellFee(uint256 newSellTreasuryFee)
setSwapEnabled(bool onoff)
setSwapTokensAtAmount(uint256 swapAmount)
setTreasuryWallet(address treasuryWalletAddy)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unclog()
withdrawStuckETH()
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
receive()
This contract contains no error objects.