TimeMiner
Verified contract
Active on
Ethereum with 10,526 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
-
variable spans 1 additional slot
No balances found for "TimeMiner"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19837101 | 6 months ago | | | 0 | 0.000080248370 | |
| 19637453 | 7 months ago | | | 0 | 0.00028246052 | |
| 19374894 | 8 months ago | | | 0 | 0.0031986421 | |
| 17908742 | a year ago | | | 0 | 0.00032141373 | |
| 17879443 | a year ago | | | 0 | 0.00051820735 | |
| 17028141 | 2 years ago | | | 0 | 0.00057522755 | |
| 17013562 | 2 years ago | | | 0 | 0.00056087500 | |
| 16996175 | 2 years ago | | | 0 | 0.00053532701 | |
| 16973500 | 2 years ago | | | 0 | 0.00051266907 | |
| 16885435 | 2 years ago | | | 0 | 0.0021487369 |
ABI
ABI objects
Getter at block 21226436
TOKEN_PRECISION() view returns (uint256)
1000000
decimals() view returns (uint8)
6
infoStableSystem() view returns (bool _stableCoinSystem, uint256 _rewardSupplyDivision, uint256 _rewardSupplyMultiply)
(_stableCoinSystem=false, _rewardSupplyDivision=1, _rewardSupplyMultiply=1)
name() view returns (string)
TimeMiner
symbol() view returns (string)
TIME
totalSupply() view returns (uint256)
37216000000
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 userTokenCirculation, uint256 userBalance, uint256 realUserBalance)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
balanceOfTokenCirculation(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
tokensToClaim(address _user) view returns (uint256 totalTokenSupply)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
changePreSalePriceIfToHigh(uint256 _preSaleDivide)
preSale(uint256 _tokens) payable
preSaleFinished()
setPrizeFromNewAddress(uint256 _supplydivision, uint256 _supplymultiply)
setStableCoinSystem(bool _stableCoinSystem)
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.