Skip to content

contract.ERC20TransferProxy

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

ERC20TransferProxy

Git Source

Inherits: OwnableOperatorRole

Functions

erc20safeTransferFrom

function erc20safeTransferFrom(IERC20 token, address from, address to, uint256 value) external onlyOperator;
Clone this wiki locally