Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0001
Balances ($0.00)
No balances found for "MStake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18198392 | a year ago | | | 0 | 0.0014517256 | |
| 18197846 | a year ago | | | 0 | 0.0013586268 | |
| 18195444 | a year ago | | | 0 | 0.0013967976 | |
| 18195264 | a year ago | | | 0 | 0.0014421076 | |
| 18190659 | a year ago | | | 0 | 0.00024280718 | |
| 18190629 | a year ago | | | 0 | 0.00039913765 | |
| 18189276 | a year ago | | | 0 | 0.0016825460 | |
| 18188726 | a year ago | | | 0 | 0.0021527530 | |
| 18188272 | a year ago | | | 0 | 0.0019095890 | |
| 18181583 | a year ago | | | 0 | 0.0017146037 |
ABI
ABI objects
Getter at block 21295187 preTimes() view returns (struct MStakeTimeDetail[] _result)
isOwner() view returns (bool)
false
mCoin() view returns (address)
0x0000000000000000000000000000000000000001
maxIndex() view returns (uint256)
3
owner() view returns (address)
0x2aaf3e5a559dc5584aa1fefdc1643256c14da841
Read-only
controllers(address) view returns (bool)
preQuotaOfTimes(address _addr) view returns (uint256[] _result)
preTotal(address _addr) view returns (uint256[2] _result)
preTotalReward(address _addr, uint256 _index) view returns (uint256 _result)
timeOf(uint256) view returns (uint256 cycle, uint256 min, uint256 reward, uint256 perCount)
userStakes(address _addr, uint256 _from, uint256 _limit) view returns (struct MStakeStakeDetail[] _result)
userStakesOf(address, uint256) view returns (uint256 start, uint256 end, uint256 index, uint256 amount, uint256 autoIndex, bool closed)
userTimeFinishedOf(address, uint256) view returns (uint256)
userTimeStakedOf(address, uint256) view returns (uint256)
State-modifying
Events addController(address controller)
move(address _addr, uint256 _amount)
removeController(address controller)
renounceOwnership()
setTime(uint256 _time, struct MStakeTimeDetail _detail)
setToken(address _token)
stake(uint256 _time, uint256 _amount)
transferOwnership(address newOwner)
userWithdraw(uint256 _index)
withdraw(address _token, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed addr, uint256 indexed amount, uint256 indexed index, uint256 end)
Withdraw(address indexed addr, uint256 indexed amount, uint256 indexed reward)
constructor(address _mCoin)
This contract contains no fallback and receive objects.
This contract contains no error objects.