MultiAction

The MultiAction contract is a mostly stateless convenience contract which allows users to bundle multiple actions into a single transaction. For example the convertAddAndBuy method can be used to convert a currenty to Dai using Uniswap, listing a new IdeaToken and then buying the newly listed token.

Last updated