The amount of the first asset that was swapped.
The amount of the second asset that was received.
The route of asset IDs with amounts that the swap went through. E.g. (A, amount_in) -> (Dot, amount_out) -> (B, amount_out)
The account that the assets were transferred to.
Which account was the instigator of the swap.
Assets have been converted from one to another. Both
SwapExactTokenForToken
andSwapTokenForExactToken
will generate this event.