Staked MPH

Verified contract

Proxy

Active on Ethereum with 1,252 txns
Deployed by via 0x41e498c8 at 13132358
Slot
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
-
variable spans 44 additional slots
ERC-20
Value $23,450.22
0x576973e21bf0afa549a97d656e19e52db779d722296b8c1c740ae26ca4495a28
0x117209d459b4cb1af309c12527e3c7a5b0b67f3e78f1eaf6edcf73546b39ad41
0xf8a33081370e802072c779bdd2871fee281a72beec59cf0cd750a29c42d9f042
0xd9eac786a96a6481bf3cc09b2d3d6a4e1854ef1dc90b828ad0cccb77e1b46d9a
0xe697e2b27244eb2833f701352b04d8890ea5b33a015b59dc711b5f062f24b5fd
0x823997e25a9e624949cc1e22c9b5b94d4219a974042beebabaca3762bdd5b1c5
0xda3a9ff8cbcb93677e7c2fc11618b10905de7d47e996b13c2cbe829514f5abb4
0xb532d00d2100fd0f155a2bf1c7c4225dd0dfb6e6eb724f159e35970b93b335a0
From
0x694305545ab4328eca06fb22461427b4b3cb9e7f04b36d5f95377320472c081b
0x4839d1f18449f9544f7619b3490aac17809337f0cf07eec45863563970326090

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
admin(returns (address)
implementation(returns (address)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
deposit(uint256 _mphAmountreturns (uint256 shareAmount)
distributeReward(uint256 rewardAmount
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(address _mphuint256 _rewardUnlockPeriodaddress _distributor
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setRewardUnlockPeriod(uint256 newValue
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
withdraw(uint256 _shareAmountreturns (uint256 mphAmount)
Events
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
DistributeReward(uint256 rewardAmount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address initialLogicaddress initialAdminbytes _data
Fallback and receive
fallback(
receive(
Errors
PRBMath__MulDivFixedPointOverflow(uint256 prod1
PRBMath__MulDivOverflow(uint256 prod1uint256 denominator