DODOV2Proxy
that encapsulates the pools for the underlying layer, allowing for continuous multi-hop pool trading at the upper layer. Developers can access DODOV2Proxy
by means of contracts, and likewise specify DODO liquidity pools to dock to contracts for trading. sellBase
and sellQuote
receiveQuoteAmount
before closing to ensure safe execution of the trade.receiveBaseAmount
to ensure safe execution of the transaction. receiveQuoteAmount
to ensure safe execution of the trade.DODOV2Proxy
to implement transactions against DODOV2 or DODOV1, as well as to implement multi-hop transactions by constructing parameters. For more details on how to access it, see the following code sample DODOProxyIntegrate.sol DPPFactory
&&DVMFactory
&& DSPFactory
need to be called separately) for functions such as retrieval displayiNewDVM
and RemoveDVM
are events in the DVMFactory, NewDPP
and RemoveDPP
are events in the DPPFactory, and NewDSP
and RemoveDSP
are events in the DSPFactory
.