SimpleStaking
Verified contract
Active on
Ethereum with 21,938 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,704,196.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOCA | ERC-20 | 222.848461M | $0.079445 |
$17,704,196 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200277 | 4 hours ago | | | 0 | 0.00088346149 | |
| 21200194 | 4 hours ago | | | 0 | 0.0011930732 | |
| 21200158 | 4 hours ago | | | 0 | 0.00038375405 | |
| 21200147 | 4 hours ago | | | 0 | 0.0014137662 | |
| 21199820 | 5 hours ago | | | 0 | 0.00085592270 | |
| 21199809 | 5 hours ago | | | 0 | 0.00086593364 | |
| 21199734 | 6 hours ago | | | 0 | 0.00092540148 | |
| 21199646 | 6 hours ago | | | 0 | 0.00077973396 | |
| 21199252 | 7 hours ago | | | 0 | 0.0011374867 | |
| 21199232 | 7 hours ago | | | 0 | 0.0010895874 |
ABI
ABI objects
Getter at block 21201376
getMocaToken() view returns (address)
0xf944e35f95e819e752f3ccb5faf40957d311e8c5
getPoolCumulativeWeight() view returns (uint256)
1627233060921274660265305289401472
getPoolLastUpdateTimestamp() view returns (uint256)
1731760331
getStartTime() view returns (uint256)
1720688400
getTotalCumulativeWeight() view returns (uint256)
1624278090326597314682294086896692
getTotalStaked() view returns (uint256)
222848461137054719684102753
getUpdater() view returns (address)
0x0adb8f65c59ceddd90c210a0caed33b18906cd48
owner() view returns (address)
0xed699ab8547440729de9b8d104e93d5b013d7973
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getUser(address user) view returns (struct SimpleStakingData)
getUserCumulativeWeight(address user) view returns (uint256)
State-modifying
Events acceptOwnership()
changeUpdater(address newUpdater)
pause()
renounceOwnership()
stake(uint256 amount)
stakeBehalf(address[] users, uint256[] amounts)
transferOwnership(address newOwner)
unpause()
unstake(uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address indexed user, uint256 amount)
StakedBehalf(address[] indexed users, uint256[] indexed amounts)
Unpaused(address account)
Unstaked(address indexed user, uint256 amount)
constructor(address mocaToken, uint256 startTime_, address owner, address updater)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
EnforcedPause()
ExpectedPause()
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)