TreePump Token
Verified contract
Active on
Ethereum with 374 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TreePump Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20331949 | 4 months ago | | | 0 | 0.00045406247 | |
| 20317166 | 4 months ago | | | 0 | 0.00025453367 | |
| 20204691 | 5 months ago | | | 0 | 0.00015133562 | |
| 20073961 | 6 months ago | | | 0 | 0.00026135331 | |
| 20042507 | 6 months ago | | | 0 | 0.00051663613 | |
| 19478149 | 8 months ago | | | 0 | 0.0018470938 | |
| 17489672 | a year ago | | | 0 | 0.00046151000 | |
| 14240359 | 3 years ago | | | 0 | 0.0018969406 | |
| 12068413 | 4 years ago | | | 0 | 0.0018326700 | |
| 11456013 | 4 years ago | | | 0 | 0.00050907500 |
ABI
ABI objects
Getter at block 21281793
beginning() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
TreePump Token
symbol() view returns (string)
TREE
totalSupply() view returns (uint256)
356912998759622188748
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
findOnePercent(uint256 value) pure returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableBots()
enableBots()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] addresses, uint256 amount)
multiWhitelistAdd(address[] addresses)
multiWhitelistRemove(address[] addresses)
stopBeginning()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
whitelistAdd(address a)
whitelistRemove(address a)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.