Erc20Portal
Inherits: IErc20Portal, Portal
Title: ERC-20 Portal
This contract allows anyone to perform transfers of ERC-20 tokens to an application contract while informing the off-chain machine.
Functions
depositErc20Tokens
function depositErc20Tokens(
IERC20 token,
address appContract,
uint256 value,
bytes calldata execLayerData
) external override;