Stick Token
Verified contract
Active on
Ethereum with 64 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29.60)
Native
Value
$29.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007474 | $3,960.13 |
$29.6 | |
STICK | ERC-20 | 11.828638B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15871646 | 2 years ago | | | 0 | 0.00070075501 | |
| 15871640 | 2 years ago | | | 0 | 0.0032162673 | |
| 15385107 | 2 years ago | | | 0 | 0.00037304288 | |
| 15385102 | 2 years ago | | | 0 | 0.00061913842 | |
| 15384999 | 2 years ago | | | 0 | 0.00017708354 | |
| 15267371 | 2 years ago | | | 0 | 0.00014972400 | |
| 14148084 | 3 years ago | | | 0 | 0.0025455555 | |
| 13822367 | 3 years ago | | | 0 | 0.0014296515 | |
| 13820446 | 3 years ago | | | 0 | 0.0036347348 | |
| 13820134 | 3 years ago | | | 0 | 0.0043076093 |
ABI
ABI objects
Getter at block 21416273
decimals() pure returns (uint256)
9
name() pure returns (string)
Stick Token
owner() view returns (address)
0x60e5e6d1e361cbc2e26eaa0c59cc5d9fac4d3fa4
symbol() pure returns (string)
STICK
totalSupply() pure returns (uint256)
100000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address ad) view returns (bool)
isExcludedFromFee(address ad) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
delBots(address[] bots_)
excludeFromFee(address ad)
includeToFee(address ad)
initContract(address feeAddress)
openTrading()
renounceOwnership()
setBots(address[] bots_)
setFeeWallet(address feeWalletAddress)
setNoTaxMode(bool onoff)
setTeamFee(uint256 fee)
swapFeesManual()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawFees()
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()
receive()
This contract contains no error objects.