CometRewards
Verified contract
Active on
Base with 7,116 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($82,930.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 1.949467K | $42.54 |
$82,930.32 | |
USA | ERC-20 | 1 | $0.001599 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 25 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21840192 | 4 hours ago | | | 0 | 7.2959791e-7 | |
| 21839483 | 5 hours ago | | | 0 | 6.1795410e-7 | |
| 21832691 | 9 hours ago | | | 0 | 0.000000602462400000 | |
| 21831778 | 9 hours ago | | | 0 | 5.2048410e-7 | |
| 21828749 | 11 hours ago | | | 0 | 7.3775688e-7 | |
| 21828012 | 11 hours ago | | | 0 | 6.2090077e-7 | |
| 21826170 | 12 hours ago | | | 0 | 3.9966120e-7 | |
| 21826138 | 12 hours ago | | | 0 | 6.1795410e-7 | |
| 21821337 | 15 hours ago | | | 0 | 0.000000509541100000 | |
| 21819467 | 16 hours ago | | | 0 | 0.000000703640000000 |
ABI
ABI objects
Getter at block 21848175
governor() view returns (address)
0xcc3e7c85bb0ee4f09380e041fee95a0caedd4a02
Read-only
rewardConfig(address) view returns (address token, uint64 rescaleFactor, bool shouldUpscale, uint256 multiplier)
rewardsClaimed(address, address) view returns (uint256)
State-modifying
Events claim(address comet, address src, bool shouldAccrue)
claimTo(address comet, address src, address to, bool shouldAccrue)
getRewardOwed(address comet, address account) returns (struct CometRewardsRewardOwed)
setRewardConfig(address comet, address token)
setRewardConfigWithMultiplier(address comet, address token, uint256 multiplier)
setRewardsClaimed(address comet, address[] users, uint256[] claimedAmounts)
transferGovernor(address newGovernor)
withdrawToken(address token, address to, uint256 amount)
GovernorTransferred(address indexed oldGovernor, address indexed newGovernor)
RewardClaimed(address indexed src, address indexed recipient, address indexed token, uint256 amount)
RewardsClaimedSet(address indexed user, address indexed comet, uint256 amount)
constructor(address governor_)
This contract contains no fallback and receive objects.
AlreadyConfigured(address arg0)
BadData()
InvalidUInt64(uint256 arg0)
NotPermitted(address arg0)
NotSupported(address arg0)
TransferOutFailed(address arg0, uint256 arg1)