Staked + Bonus MMY
Verified contract
Active on
Base with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sMMY | ERC-20 | 36.242186K | -- | -- | |
bnMMY | ERC-20 | 9.174469K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5287488 | a year ago | | | 0 | 0.0000027417158 | |
| 5287209 | a year ago | | | 0 | 0.0000046726317 | |
| 5287202 | a year ago | | | 0 | 0.0000046675563 | |
| 5287162 | a year ago | | | 0 | 0.0000029209408 | |
| 5287155 | a year ago | | | 0 | 0.0000029030137 | |
| 5287152 | a year ago | | | 0 | 0.0000046092484 | |
| 5287105 | a year ago | | | 0 | 0.0000073578832 |
ABI
ABI objects
Getter at block 21847909
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
PRECISION() view returns (uint256)
1000000000000000000000000000000
cumulativeRewardPerToken() view returns (uint256)
1049234208523592081428310789535
decimals() view returns (uint8)
18
distributor() view returns (address)
0xad96d9736484e35985773bdf7dba5750dc830042
gov() view returns (address)
0x3c05ad1ba92906db8b9f3db03c4c4d5119ce4110
inPrivateClaimingMode() view returns (bool)
true
inPrivateStakingMode() view returns (bool)
true
inPrivateTransferMode() view returns (bool)
true
isInitialized() view returns (bool)
true
name() view returns (string)
Staked + Bonus MMY
rewardToken() view returns (address)
0x41cd8cafc24a771031b9eb9c57cfc94d86045eb6
symbol() view returns (string)
sbMMY
tokensPerInterval() view returns (uint256)
1149232190496675
totalSupply() view returns (uint256)
36242186359503167945718
Read-only
allowance(address _owner, address _spender) view returns (uint256)
allowances(address, address) view returns (uint256)
averageStakedAmounts(address) view returns (uint256)
balanceOf(address _account) view returns (uint256)
balances(address) view returns (uint256)
claimable(address _account) view returns (uint256)
claimableReward(address) view returns (uint256)
cumulativeRewards(address) view returns (uint256)
depositBalances(address, address) view returns (uint256)
isDepositToken(address) view returns (bool)
isHandler(address) view returns (bool)
previousCumulatedRewardPerToken(address) view returns (uint256)
stakedAmounts(address) view returns (uint256)
totalDepositSupply(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
claim(address _receiver) returns (uint256)
claimForAccount(address _account, address _receiver) returns (uint256)
initialize(address[] _depositTokens, address _distributor)
setDepositToken(address _depositToken, bool _isDepositToken)
setGov(address _gov)
setHandler(address _handler, bool _isActive)
setInPrivateClaimingMode(bool _inPrivateClaimingMode)
setInPrivateStakingMode(bool _inPrivateStakingMode)
setInPrivateTransferMode(bool _inPrivateTransferMode)
stake(address _depositToken, uint256 _amount)
stakeForAccount(address _fundingAccount, address _account, address _depositToken, uint256 _amount)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
unstake(address _depositToken, uint256 _amount)
unstakeForAccount(address _account, address _depositToken, uint256 _amount, address _receiver)
updateRewards()
withdrawToken(address _token, address _account, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.