Skip to content

Latest commit

 

History

History
213 lines (206 loc) · 8.25 KB

Objects.md

File metadata and controls

213 lines (206 loc) · 8.25 KB

Objects contract. (Objects.sol)

View Source: contracts/core/Objects.sol

↗ Extends: LoanStruct, LoanParamsStruct, OrderStruct, LenderInterestStruct, LoanInterestStruct ↘ Derived Contracts: State

Objects contract

This contract code comes from bZx. bZx is a protocol for tokenized margin trading and lending https://bzx.network similar to the dYdX protocol.

  • This contract inherints and aggregates several structures needed to handle loans on the protocol.

Functions

Contracts