MoncatStaking
Verified contract
Active on
Base with 2,418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1141…a4d2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
kurbi | ERC-20 | 0.1 | $0.000478 |
$0 | |
MONC | ERC-20 | 1.42249M | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16571091 | 5 months ago | | | 0 | 0.0000041081236 | |
| 16262521 | 5 months ago | | | 0 | 0.0000040581341 | |
| 16098171 | 5 months ago | | | 0 | 0.0000062335515 | |
| 16085588 | 5 months ago | | | 0 | 0.0000034186040 | |
| 15634819 | 6 months ago | | | 0 | 4.8417990e-7 | |
| 15633983 | 6 months ago | | | 0 | 0.0000019141731 | |
| 15525565 | 6 months ago | | | 0 | 4.2584941e-7 | |
| 15112812 | 6 months ago | | | 0 | 9.7471255e-7 | |
| 15086174 | 6 months ago | | | 0 | 0.0000024828624 | |
| 15065632 | 6 months ago | | | 0 | 0.0000045018429 |
ABI
ABI objects
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 _user) view returns (uint256)
getTotalRewards(address _user) view returns (uint256)
staked(address _user) view returns (uint256)
stakers(uint256) view returns (address)
stakersId(address) view returns (uint256)
stakingInfos(address) view returns (uint256 userClaimedRewards, uint256 claimTimestamp, uint256 amountStaked)
State-modifying
Events claimRewards()
deposit(uint256 _amount)
forceUpdateRewards(uint256 startId, uint256 endId)
renounceOwnership()
setRewardsRate(uint256 _amount, bool _update)
switchRewardsOngoing()
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _moncat, uint256 _rate)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()