RewardsDistributorDelegate
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "RewardsDistributorDelegate"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RewardsDistributorDelegate"
ABI
ABI objects
Getter at block 20793629
admin() view returns (address)
0x0000000000000000000000000000000000000000
compInitialIndex() view returns (uint224)
1000000000000000000000000000000000000
getAllMarkets() view returns (address[])
[]
getBlockNumber() view returns (uint256)
20793629
implementation() view returns (address)
0x0000000000000000000000000000000000000000
isRewardsDistributor() view returns (bool)
true
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allMarkets(uint256) view returns (address)
compAccrued(address) view returns (uint256)
compBorrowSpeeds(address) view returns (uint256)
compBorrowState(address) view returns (uint224 index, uint32 block)
compBorrowerIndex(address, address) view returns (uint256)
compContributorSpeeds(address) view returns (uint256)
compSupplierIndex(address, address) view returns (uint256)
compSupplySpeeds(address) view returns (uint256)
compSupplyState(address) view returns (uint224 index, uint32 block)
lastContributorBlock(address) view returns (uint256)
State-modifying
Events _acceptAdmin()
_grantComp(address recipient, uint256 amount)
_setCompBorrowSpeed(address cToken, uint256 compSpeed)
_setCompSpeeds(address[] cTokens, uint256[] supplySpeeds, uint256[] borrowSpeeds)
_setCompSupplySpeed(address cToken, uint256 compSpeed)
_setContributorCompSpeed(address contributor, uint256 compSpeed)
_setPendingAdmin(address newPendingAdmin)
claimRewards(address holder)
claimRewards(address holder, address[] cTokens)
claimRewards(address[] holders, address[] cTokens, bool borrowers, bool suppliers)
flywheelPreBorrowerAction(address cToken, address borrower)
flywheelPreSupplierAction(address cToken, address supplier)
flywheelPreTransferAction(address cToken, address src, address dst)
initialize(address _rewardToken)
updateContributorRewards(address contributor)
CompBorrowSpeedUpdated(address indexed cToken, uint256 newSpeed)
CompGranted(address recipient, uint256 amount)
CompSupplySpeedUpdated(address indexed cToken, uint256 newSpeed)
ContributorCompSpeedUpdated(address indexed contributor, uint256 newSpeed)
DistributedBorrowerComp(address indexed cToken, address indexed borrower, uint256 compDelta, uint256 compBorrowIndex)
DistributedSupplierComp(address indexed cToken, address indexed supplier, uint256 compDelta, uint256 compSupplyIndex)
NewAdmin(address oldAdmin, address newAdmin)
NewPendingAdmin(address oldPendingAdmin, address newPendingAdmin)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.