createSwapPair
) if token is not registered.SwapPairRegister
event and create swap pair on BSC:swapBSC2ETH
via ETHSwapAgent and specify erc20 token address, amount and swap fee.SwapStarted
event and call fillETH2BSCSwap
via BSCSwapAgent to mint corresponding bep20 tokens to the same address that initiate the swap.swapBSC2ETH
via BSCSwapAgent and specify bep20 token address, amount and swap fee. Bep20 tokens will be burned.SwapStarted
event and call fillBSC2ETHSwap
via BSCSwapAgent to transfer corresponding erc20 tokens to the same address that initiate the swap.