Staked MPH
Verified contract
Proxy
Active on
Ethereum with 1,252 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x8888…35c5
-
variable spans 44 additional slots
Balances ($23,450.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MPH | ERC-20 | 44.221418K | $0.530291 |
$23,450.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20945236 | a month ago | | | 0 | 0.0012170792 | |
| 20347209 | 4 months ago | | | 0 | 0.00017717240 | |
| 19756534 | 6 months ago | | | 0 | 0.00040834579 | |
| 19738138 | 6 months ago | | | 0 | 0.00047328666 | |
| 18659095 | a year ago | | | 0 | 0.0020342279 | |
| 18632397 | a year ago | | | 0 | 0.0025272744 | |
| 18571461 | a year ago | | | 0 | 0.0024929759 | |
| 18503648 | a year ago | | | 0 | 0.0010536772 | |
| 18350439 | a year ago | | | 0 | 0.00038302610 | |
| 18334285 | a year ago | | | 0 | 0.00053118896 |
ABI
ABI objects
Getter at block 21158239
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISTRIBUTOR_ROLE() view returns (bytes32)
0xfbd454f36a7e1a388bd6fc3ab10d434aa4578f811acbbcf33afb1c697486313c
MIN_AMOUNT() view returns (uint256)
1000000000
currentUnlockEndTimestamp() view returns (uint256)
1653634387
decimals() view returns (uint8)
18
getPricePerFullShare() view returns (uint256)
1038555214774300120
lastRewardAmount() view returns (uint256)
1072809089525894361811
lastRewardTimestamp() view returns (uint256)
1651042897
mph() view returns (address)
0x8888801af4d980682e47f1a9036e589479e835c5
name() view returns (string)
Staked MPH
rewardUnlockPeriod() view returns (uint256)
2592000
symbol() view returns (string)
xMPH
totalSupply() view returns (uint256)
42579746663344017423511
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events admin() returns (address)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _mphAmount) returns (uint256 shareAmount)
distributeReward(uint256 rewardAmount)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _mph, uint256 _rewardUnlockPeriod, address _distributor)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setRewardUnlockPeriod(uint256 newValue)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _shareAmount) returns (uint256 mphAmount)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DistributeReward(uint256 rewardAmount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)