MoncatStaking

Verified contract

Active on Base with 2,418 txns
Deployed by via 0xf996d296 at 13423321
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x827153af0dde373d18427b80530e4f47366ea1f44d39655a56ed860d8bb60355
0x2c1cae4a10b2329ae77d14415f540c80ef5accf7ac6c198485389c3e17e878f9
0x63dfd50963a123516c4f08a1f56445a3a25163ede25b4dbc4559d3d3b3f8c085
0x430596ea4cb285595615a386d2772dfffcd73d73274353449df4d3b761751023
0x0cfcf9dda2b1b09f6aed00d510a0f42406a5e64835682b167aa10d2cfc97e7b2
0x3536124c0c8fa8fd0fda51cf53bd993a8911250c740c1766d0a05b981716e8b2
0x46d1855a1db4c5cb6ee0f3ac2772a35965550bc90ef8b5e25f94d79ec3ac9227
0xfe5961e3b7abace7cb23dcc52c06cde9bbc26c7cb5ca05f63ce73a048e590a33
0x40d6a10ea6908ce69a54d73369772bb2622cf4f61a348ed2fa7f903386ad35d1
0x68be7b86be35ee966ea25bd911f0462766c95fa83e47ee4cdf7d89b43f880e0a

Functions
Getter at block 23055050
owner(view returns (address)
0xe09154f93ad9c9885b7bd828807655c05a2803b0
rewardsOngoing(view returns (bool)
true
rewardsRate(view returns (uint256)
0
totalMoncatStaked(view returns (uint256)
1422490123842660
Read-only
getClaimableRewards(address _userview returns (uint256)
getTotalRewards(address _userview returns (uint256)
staked(address _userview returns (uint256)
stakers(uint256view returns (address)
stakersId(addressview returns (uint256)
stakingInfos(addressview returns (uint256 userClaimedRewardsuint256 claimTimestampuint256 amountStaked)
State-modifying
claimRewards(
deposit(uint256 _amount
forceUpdateRewards(uint256 startIduint256 endId
renounceOwnership(
setRewardsRate(uint256 _amountbool _update
switchRewardsOngoing(
transferOwnership(address newOwner
withdraw(
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _moncatuint256 _rate
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(