MCStaking
Verified contract
Active on
Ethereum with 216 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MC | ERC-20 | 61.044K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17068359 | 2 years ago | | | 0 | 0.015201233 | |
| 17068294 | 2 years ago | | | 0 | 0.0012420753 | |
| 17068282 | 2 years ago | | | 0 | 0.0042568632 | |
| 17068282 | 2 years ago | | | 0 | 0.0054582455 | |
| 17068255 | 2 years ago | | | 0 | 0.0051643734 | |
| 17068254 | 2 years ago | | | 0 | 0.0012659324 | |
| 17068249 | 2 years ago | | | 0 | 0.0016903745 | |
| 17068248 | 2 years ago | | | 0 | 0.0010708333 | |
| 17068230 | 2 years ago | | | 0 | 0.0010449719 | |
| 17068188 | 2 years ago | | | 0 | 0.0035058282 |
ABI
ABI objects
Getter at block 21319174
owner() view returns (address)
0x506b102e2cea72476a41f3d4200cf3fa7a56dd3e
plentyPercent() view returns (uint256)
15
token() view returns (address)
0x0f304557d7f410385b45f3ce104b8f215126396d
totalRewarded() view returns (uint256)
0
totalStakedTokens() view returns (uint256)
190488000000000000000000
totalWithdrawn() view returns (uint256)
0
Read-only
calculateReward(address _user) view returns (uint256 reward)
getStakeInfo(address _usr, uint256 stakeId) view returns (uint256, uint256, uint256, bool, uint256, uint256)
planAPY(uint256) view returns (uint256)
planDuration(uint256) view returns (uint256)
users(address) view returns (uint256 stakeCount, uint256 totalStaked, uint256 totalRewarded, uint256 totalWithdrawn)
State-modifying
Events SetPlanAPY(uint256 first, uint256 second)
SetStakeDuration(uint256 first, uint256 second)
renounceOwnership()
restake(uint256 stakeId)
stake(uint256 planId, uint256 _amnt)
transferOwnership(address newOwner)
updatePlentyFee(uint256 _fee)
withdraw(uint256 stakeId)
withdrawStuckTokens(address _token, address _account, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RESTAKE(uint256 stakeId, uint256 _amount)
STAKE(uint256 _amount, uint256 stakedAt, uint256 planId)
WITHDRAW(uint256 unstakedAt, uint256 stakeId)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.