TACKO TOKEN
Verified contract
Active on
Ethereum with 166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TACKO | ERC-20 | 1.542889M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21031660 | a month ago | | | 0 | 0.00016604873 | |
| 20571990 | 3 months ago | | | 0 | 0.00011186880 | |
| 20500002 | 3 months ago | | | 0 | 0.000087945801 | |
| 20273183 | 4 months ago | | | 0 | 0.00013810656 | |
| 20273177 | 4 months ago | | | 0 | 0.00012483095 | |
| 20257346 | 4 months ago | | | 0 | 0.00014414017 | |
| 20257280 | 4 months ago | | | 0 | 0.000088837824 | |
| 20257276 | 4 months ago | | | 0 | 0.000084714002 | |
| 20256984 | 4 months ago | | | 0 | 0.000070261616 | |
| 20250982 | 4 months ago | | | 0 | 0.00016742186 |
ABI
ABI objects
Getter at block 21230360
FEE_DIVISOR() view returns (uint256)
1000
buyDevFee() view returns (uint256)
10
buyLiqFee() view returns (uint256)
10
buyMktgFee() view returns (uint256)
20
decimals() view returns (uint8)
18
maxBuyAmount() view returns (uint256)
1000000000000000000000000000
maxSellAmount() view returns (uint256)
1000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
TACKO TOKEN
owner() view returns (address)
0xf1a11bf6bfd623d9f4be825902071bdb40745a6d
sellDevFee() view returns (uint256)
10
sellLiqFee() view returns (uint256)
10
sellMktgFee() view returns (uint256)
20
swapEnabled() view returns (bool)
true
symbol() view returns (string)
TACKO
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address wallet) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bots(address[] accounts, bool bl)
buyFee(uint256 _buyMktgFee, uint256 _buyDevFee, uint256 _buyLiqFee)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFees(address[] accounts, bool exclude)
excludeMaxTx(address[] accounts, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
removeLimits()
renounceOwnership()
rescueETH()
rescueForeignTokens(address tkn)
sellFee(uint256 _sellMktgFee, uint256 _sellDevFee, uint256 _sellLiqFee)
sendFees()
setDevWallet(address devWallet)
setLiqWallet(address liqWallet)
setMaxBuyAmount(uint256 _maxBuyAmount)
setMaxSellAmount(uint256 _maxSellAmount)
setMaxWalletAmount(uint256 _maxWalletAmount)
setMktgWallet(address mktgWallet)
setSwapEnabled(bool onoff)
setSwapTokensAtAmount(uint256 swapTokensAtAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unclog()
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.