Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MMY LP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5287506 | a year ago | | | 0 | 0.0000027847190 | |
| 5287237 | a year ago | | | 0 | 0.0000047157115 | |
| 5287094 | a year ago | | | 0 | 0.0000026335357 | |
| 5286220 | a year ago | | | 0 | 0.0000027225444 | |
| 5286099 | a year ago | | | 0 | 0.0000047301708 | |
| 5286088 | a year ago | | | 0 | 0.0000046420356 |
ABI
ABI objects
Getter at block 21848364
decimals() view returns (uint8)
18
gov() view returns (address)
0x3c05ad1ba92906db8b9f3db03c4c4d5119ce4110
id() pure returns (string _name)
MLP
inPrivateTransferMode() view returns (bool)
true
name() view returns (string)
MMY LP
nonStakingSupply() view returns (uint256)
0
symbol() view returns (string)
MLP
totalStaked() view returns (uint256)
8155139379308899104082
totalSupply() view returns (uint256)
8155139379308899104082
Read-only
admins(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
isHandler(address) view returns (bool)
isMinter(address) view returns (bool)
nonStakingAccounts(address) view returns (bool)
stakedBalance(address _account) view returns (uint256)
yieldTrackers(uint256) view returns (address)
State-modifying
Events addAdmin(address _account)
addNonStakingAccount(address _account)
approve(address _spender, uint256 _amount) returns (bool)
burn(address _account, uint256 _amount)
claim(address _receiver)
mint(address _account, uint256 _amount)
recoverClaim(address _account, address _receiver)
removeAdmin(address _account)
removeNonStakingAccount(address _account)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateTransferMode(bool _inPrivateTransferMode)
setInfo(string _name, string _symbol)
setMinter(address _minter, bool _isActive)
setYieldTrackers(address[] _yieldTrackers)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.