FlashSwapsProxy contract
Last updated
Last updated
This is a helper contract. It is only needed in case of entrypoint call. It accepts a user's lambda from contract and executes it.
This implementation is due to the fact that users' lambdas can be malicious for a contract. And to avoid this, the execution of the users' lambdas is transferred to this FlashSwapProxy contract.