FeeDistributor
Verified contract
Implementation
Active on
Base with 0 txns
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "FeeDistributor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "FeeDistributor"
ABI
ABI objects
Getter at block 22012883
authoritiesRegistry() view returns (address)
0x0000000000000000000000000000000000000000
defaultInterestFeeRate() view returns (uint256)
0
interestFeeRate() view returns (uint256)
0
marketsCounter() view returns (uint256)
0
maxUtilizationRate() view returns (uint256)
0
minBorrowEth() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
cErc20DelegateExtensions(address, uint256) view returns (address)
canCall(address pool, address user, address target, bytes4 functionSig) view returns (bool)
comptrollerExtensions(address, uint256) view returns (address)
customInterestFeeRates(address) view returns (int256)
getCErc20DelegateExtensions(address cErc20Delegate) view returns (address[])
getComptrollerExtensions(address comptroller) view returns (address[])
getMinBorrowEth(address _ctoken) view returns (uint256)
latestCErc20Delegate(uint8 delegateType) view returns (address, bytes)
latestComptrollerImplementation(address oldImplementation) view returns (address)
latestPluginImplementation(address oldImplementation) view returns (address)
State-modifying
Events _acceptOwner()
_callPool(address[] targets, bytes data)
_callPool(address[] targets, bytes[] data)
_registerComptrollerExtension(address pool, address extensionToAdd, address extensionToReplace)
_setCErc20DelegateExtensions(address cErc20Delegate, address[] extensions)
_setComptrollerExtensions(address comptroller, address[] extensions)
_setCustomInterestFeeRate(address comptroller, int256 rate)
_setDefaultInterestFeeRate(uint256 _defaultInterestFeeRate)
_setLatestCErc20Delegate(uint8 delegateType, address newImplementation, bytes becomeImplementationData)
_setLatestComptrollerImplementation(address oldImplementation, address newImplementation)
_setLatestPluginImplementation(address oldImplementation, address newImplementation)
_setPendingOwner(address newPendingOwner)
_setPoolLimits(uint256 _minBorrowEth, uint256 _maxUtilizationRate)
_upgradePluginToLatestImplementation(address cDelegator) returns (bool)
_withdrawAssets(address erc20Contract)
autoUpgradePool(address pool)
deployCErc20(uint8 delegateType, bytes constructorData, bytes becomeImplData) returns (address)
initialize(uint256 _defaultInterestFeeRate)
reinitialize(address _ar)
renounceOwnership()
transferOwnership(address newOwner)
Initialized(uint8 version)
NewOwner(address oldOwner, address newOwner)
NewPendingOwner(address oldPendingOwner, address newPendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.