xMPH
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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
-
variable spans 44 additional slots
Balances ($0.00)
No balances found for "xMPH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "xMPH"
ABI
ABI objects
Getter at block 21288080 getPricePerFullShare() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISTRIBUTOR_ROLE() view returns (bytes32)
0xfbd454f36a7e1a388bd6fc3ab10d434aa4578f811acbbcf33afb1c697486313c
MIN_AMOUNT() view returns (uint256)
1000000000
currentUnlockEndTimestamp() view returns (uint256)
0
decimals() view returns (uint8)
18
lastRewardAmount() view returns (uint256)
0
lastRewardTimestamp() view returns (uint256)
0
mph() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
rewardUnlockPeriod() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)