View Source: contracts/BorrowerOperationsStorage.sol
↗ Extends: Ownable ↘ Derived Contracts: BorrowerOperations
BorrowerOperationsStorage
Constants & Variables
//public members
string public constant NAME;
contract ITroveManager public troveManager;
contract IZEROStaking public zeroStaking;
address public zeroStakingAddress;
contract IZUSDToken public zusdToken;
contract ISortedTroves public sortedTroves;
contract IMasset public masset;
contract IFeeDistributor public feeDistributor;
//internal members
address internal stabilityPoolAddress;
address internal gasPoolAddress;
contract ICollSurplusPool internal collSurplusPool;
- onTokensMinted(uint256 _orderAmount, address _tokenAddress, bytes _userData)
- redeemByBridge(address _bAsset, uint256 _massetQuantity, address _recipient)
function onTokensMinted(uint256 _orderAmount, address _tokenAddress, bytes _userData) external nonpayable
Arguments
Name | Type | Description |
---|---|---|
_orderAmount | uint256 | |
_tokenAddress | address | |
_userData | bytes |
Source Code
function onTokensMinted(
uint256 _orderAmount,
address _tokenAddress,
bytes calldata _userData
) external;
function redeemByBridge(address _bAsset, uint256 _massetQuantity, address _recipient) external nonpayable
returns(massetRedeemed uint256)
Arguments
Name | Type | Description |
---|---|---|
_bAsset | address | |
_massetQuantity | uint256 | |
_recipient | address |
Source Code
function redeemByBridge(
address _bAsset,
uint256 _massetQuantity,
address _recipient
) external returns (uint256 massetRedeemed);
- 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