View Source: contracts/Interfaces/IFeeSharingProxy.sol
IFeeSharingProxy
Interfaces are used to cast a contract address into a callable instance.
- withdrawFees(address _token)
- transferTokens(address _token, uint96 _amount)
- withdraw(address _loanPoolToken, uint32 _maxCheckpoints, address _receiver)
function withdrawFees(address _token) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
_token | address |
Source Code
function withdrawFees(address _token) external;
function transferTokens(address _token, uint96 _amount) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
_token | address | |
_amount | uint96 |
Source Code
function transferTokens(address _token, uint96 _amount) external;
function withdraw(address _loanPoolToken, uint32 _maxCheckpoints, address _receiver) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
_loanPoolToken | address | |
_maxCheckpoints | uint32 | |
_receiver | address |
Source Code
function withdraw(
address _loanPoolToken,
uint32 _maxCheckpoints,
address _receiver
) external;
- ActivePool
- ActivePoolStorage
- BaseMath
- BorrowerOperations
- BorrowerOperationsScript
- BorrowerOperationsStorage
- BorrowerWrappersScript
- CheckContract
- CollSurplusPool
- CollSurplusPoolStorage
- console
- Context
- DefaultPool
- DefaultPoolStorage
- DocsCover
- DSAuth
- DSAuthEvents
- DSAuthority
- DSNote
- DSProxy
- DSProxyCache
- DSProxyFactory
- ERC20
- ETHTransferScript
- FeeDistributor
- FeeDistributorStorage
- GasPool
- HintHelpers
- HintHelpersStorage
- IActivePool
- IBalanceRedirectPresale
- IBorrowerOperations
- ICollSurplusPool
- IDefaultPool
- IERC20
- IERC2612
- IExternalPriceFeed
- IFeeDistributor
- IFeeSharingProxy
- ILiquityBase
- ILiquityBaseParams
- IMasset
- IMoCBaseOracle
- Initializable
- IPool
- IPriceFeed
- IRSKOracle
- ISortedTroves
- IStabilityPool
- ITroveManager
- IWrbtc
- IZUSDToken
- LiquityBase
- LiquityBaseParams
- LiquityMath
- LiquitySafeMath128
- MoCMedianizer
- MultiTroveGetter
- MultiTroveGetterStorage
- NueToken
- Ownable
- PriceFeed
- PriceFeedStorage
- ProxiableContract
- ProxiableContract2
- Proxy
- RskOracle
- SafeMath
- SortedTroves
- SortedTrovesStorage
- StabilityPool
- StabilityPoolScript
- StabilityPoolStorage
- Storage
- Storage2
- TokenScript
- TroveManager
- TroveManagerBase
- TroveManagerBase1MinuteBootstrap
- TroveManagerRedeemOps
- TroveManagerScript
- TroveManagerStorage
- UpgradableProxy
- ZUSDToken
- ZUSDTokenStorage