Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28,665.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAY | ERC-20 | 2.953835M | $0.00855 |
$25,256.53 | |
MIMO | ERC-20 | 720.165262K | $0.004734 |
$3,408.94 | |
MC | ERC-20 | 100 | -- | -- | |
AMB | ERC-20 | 1 | -- | -- | |
cUSD | ERC-20 | 1 | -- | -- | |
dMMM | ERC-20 | 0.7 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453370 | 3 months ago | | | 0 | 0.000060000000 | |
| 17896039 | a year ago | | | 0 | 0.00024551676 | |
| 15559341 | 2 years ago | | | 0 | 0.00019984200 | |
| 14346297 | 3 years ago | | | 0 | 0.00044765460 | |
| 14152801 | 3 years ago | | | 0 | 0.0053449154 | |
| 12926497 | 3 years ago | | | 0 | 0.0021513000 | |
| 12920177 | 3 years ago | | | 0 | 0.0026508680 | |
| 12872782 | 3 years ago | | | 0 | 0.0012025200 | |
| 12714777 | 3 years ago | | | 0 | 0.00035175449 | |
| 12663911 | 3 years ago | | | 0 | 0.00086052000 |
ABI
ABI objects
Getter at block 21161251
isOwner() view returns (bool)
false
isRunning() view returns (bool)
true
maxShares() view returns (uint256)
205218255948577763364408207
owner() view returns (address)
0x185f19b43d818e10a31be68f445ef8edcb8afb83
paused() view returns (bool)
false
supply() view returns (uint256)
2953834612803952042461351
totalClaimedRewards() view returns (uint256)
3016171765926303037117222
totalDepositedRewards() view returns (uint256)
5969999735809178743961352
totalRewards() view returns (uint256)
5969999735809178743961352
totalShares() view returns (uint256)
205218255948577763364408207
Read-only
claimedRewards(address) view returns (uint256)
isModerator(address account) view returns (bool)
isPauser(address account) view returns (bool)
isRewarder(address account) view returns (bool)
isWhitelisted(address) view returns (bool)
unclaimedRewards(address _payee) view returns (uint256)
State-modifying
Events addModerator(address account)
addPauser(address account)
addRewarder(address account)
deposit(uint256 _amount)
pause()
reclaimRewards()
renounceModerator()
renounceOwnership()
renouncePauser()
renounceRewarder()
setRewardsNotifier(address _notifier)
transferOwnership(address newOwner)
unpause()
unwhitelist(address account)
updateOnBurn(address _account, uint256 _value) returns (bool)
updateOnTransfer(address _from, address _to, uint256 _value) returns (bool)
whitelist(address account)
withdraw()
Deposited(address indexed from, uint256 amount)
ModeratorAdded(address indexed account)
ModeratorRemoved(address indexed account)
NotifierUpdated(address implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Reclaimed(uint256 amount)
RewarderAdded(address indexed account)
RewarderRemoved(address indexed account)
Unpaused(address account)
Unwhitelisted(address account)
Whitelisted(address account)
Withdrawn(address indexed from, uint256 amount)
constructor(address _rewardableToken, address _rewardsToken)
fallback()
This contract contains no error objects.