Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 348 Bytes

File metadata and controls

13 lines (6 loc) · 348 Bytes

BondFactory

Factory for BondController minimal proxy contracts

API Documentation

constructor(address _target, address _trancheFactory) (public)

createBond(address _collateralToken, uint256[] trancheRatios, uint256 maturityDate) → address (external)

Deploys a minimal proxy instance for a new bond with the given parameters.