TimeFarmer
Verified contract
Active on
Ethereum with 146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
No balances found for "TimeFarmer"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12619588 | 3 years ago | | | 0 | 0.00059915700 | |
| 10981321 | 4 years ago | | | 0 | 0.0017179910 | |
| 10971331 | 4 years ago | | | 0 | 0.0075114425 | |
| 10969599 | 4 years ago | | | 0 | 0.0026309520 | |
| 10969599 | 4 years ago | | | 0 | 0.0026309520 | |
| 10969597 | 4 years ago | | | 0 | 0.0026309520 | |
| 10969594 | 4 years ago | | | 0 | 0.0026309520 | |
| 10965791 | 4 years ago | | | 0 | 0.0034074810 | |
| 10919265 | 4 years ago | | | 0 | 0.0050426580 | |
| 10919265 | 4 years ago | | | 0 | 0.0050426580 |
ABI
ABI objects
Getter at block 21304443
TOKEN_PRECISION() view returns (uint256)
1000000
decimals() view returns (uint8)
6
name() view returns (string)
TimeFarmer
symbol() view returns (string)
FARM
totalSupply() view returns (uint256)
87600000000
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 userBalance)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
transfer(address _to, uint256 _tokens) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
whitelist(address _user, bool _status)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Whitelist(address indexed user, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.