0xe9005b078701e2a0948d2eac43010d35870ad9d2
Verified contract
Proxy
Active on
Base with 290 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfbb2…f26c
Balances ($443,142.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WELL | ERC-20 | 5.310945M | $0.058208 |
$309,139.46 | |
USDC | ERC-20 | 133.540827K | $1.001 |
$133,674.37 | |
EURC | ERC-20 | 313.055709 | $1.043 |
$326.52 | |
AERO | ERC-20 | 1 | $1.30 |
$1.3 | |
AEROBUD | ERC-20 | 40 | $0.009073 |
$0.36 | |
WGC | ERC-20 | 200 | $0.00051 |
$0.1 | |
GRG | ERC-20 | 0.05 | $1.25 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
PEEZY | ERC-20 | 1.2 | $0.009583 |
$0.01 | |
USA | ERC-20 | 1 | $0.000761 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19307616 | 3 months ago | | | 0 | 1.7942066e-7 | |
| 19307607 | 3 months ago | | | 0 | 1.6704863e-7 | |
| 19307524 | 3 months ago | | | 0 | 1.6816886e-7 | |
| 19307517 | 3 months ago | | | 0 | 1.6816886e-7 | |
| 19307511 | 3 months ago | | | 0 | 1.6871589e-7 | |
| 19307504 | 3 months ago | | | 0 | 1.6876809e-7 | |
| 19307497 | 3 months ago | | | 0 | 1.7001097e-7 | |
| 19307490 | 3 months ago | | | 0 | 1.7071193e-7 | |
| 19307483 | 3 months ago | | | 0 | 1.7139323e-7 | |
| 19307463 | 3 months ago | | | 0 | 1.8412025e-7 |
ABI
ABI objects
Getter at block 22753368
comptroller() view returns (address)
0xfbb21d0380bee3312b33c4353c8936a0f13ef26c
emissionCap() view returns (uint256)
100000000000000000000
getCurrentEmissionCap() view returns (uint256)
100000000000000000000
initialIndexConstant() view returns (uint224)
1000000000000000000000000000000000000
pauseGuardian() view returns (address)
0xb9d4acf113a423bc4a64110b8738a52e51c2ab38
paused() view returns (bool)
false
Read-only
getAllMarketConfigs(address _mToken) view returns (struct MultiRewardDistributorCommonMarketConfig[])
getConfigForMarket(address _mToken, address _emissionToken) view returns (struct MultiRewardDistributorCommonMarketConfig)
getCurrentOwner(address _mToken, address _emissionToken) view returns (address)
getGlobalBorrowIndex(address mToken, uint256 index) view returns (uint256)
getGlobalSupplyIndex(address mToken, uint256 index) view returns (uint256)
getOutstandingRewardsForUser(address _mToken, address _user) view returns (struct MultiRewardDistributorCommonRewardInfo[])
getOutstandingRewardsForUser(address _user) view returns (struct MultiRewardDistributorCommonRewardWithMToken[])
marketConfigs(address, uint256) view returns (struct MultiRewardDistributorCommonMarketConfig config)
State-modifying
Events _addEmissionConfig(address _mToken, address _owner, address _emissionToken, uint256 _supplyEmissionPerSec, uint256 _borrowEmissionsPerSec, uint256 _endTime)
_pauseRewards()
_rescueFunds(address _tokenAddress, uint256 _amount)
_setEmissionCap(uint256 _newEmissionCap)
_setPauseGuardian(address _newPauseGuardian)
_unpauseRewards()
_updateBorrowSpeed(address _mToken, address _emissionToken, uint256 _newBorrowSpeed)
_updateEndTime(address _mToken, address _emissionToken, uint256 _newEndTime)
_updateOwner(address _mToken, address _emissionToken, address _newOwner)
_updateSupplySpeed(address _mToken, address _emissionToken, uint256 _newSupplySpeed)
disburseBorrowerRewards(address _mToken, address _borrower, bool _sendTokens)
disburseSupplierRewards(address _mToken, address _supplier, bool _sendTokens)
initialize(address _comptroller, address _pauseGuardian)
updateMarketBorrowIndex(address _mToken)
updateMarketBorrowIndexAndDisburseBorrowerRewards(address _mToken, address _borrower, bool _sendTokens)
updateMarketSupplyIndex(address _mToken)
updateMarketSupplyIndexAndDisburseSupplierRewards(address _mToken, address _supplier, bool _sendTokens)
DisbursedBorrowerRewards(address indexed mToken, address indexed borrower, address indexed emissionToken, uint256 totalAccrued)
DisbursedSupplierRewards(address indexed mToken, address indexed supplier, address indexed emissionToken, uint256 totalAccrued)
FundsRescued(address token, uint256 amount)
GlobalBorrowIndexUpdated(address mToken, address emissionToken, uint256 newIndex, uint32 newTimestamp)
GlobalSupplyIndexUpdated(address mToken, address emissionToken, uint256 newSupplyIndex, uint32 newSupplyGlobalTimestamp)
Initialized(uint8 version)
InsufficientTokensToEmit(address user, address rewardToken, uint256 amount)
NewBorrowRewardSpeed(address indexed mToken, address indexed emissionToken, uint256 oldRewardSpeed, uint256 newRewardSpeed)
NewConfigCreated(address indexed mToken, address indexed owner, address indexed emissionToken, uint256 supplySpeed, uint256 borrowSpeed, uint256 endTime)
NewEmissionCap(uint256 oldEmissionCap, uint256 newEmissionCap)
NewEmissionConfigOwner(address indexed mToken, address indexed emissionToken, address currentOwner, address newOwner)
NewPauseGuardian(address oldPauseGuardian, address newPauseGuardian)
NewRewardEndTime(address indexed mToken, address indexed emissionToken, uint256 currentEndTime, uint256 newEndTime)
NewSupplyRewardSpeed(address indexed mToken, address indexed emissionToken, uint256 oldRewardSpeed, uint256 newRewardSpeed)
Paused(address account)
RewardsPaused()
RewardsUnpaused()
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.