Build
Architecture
protocol
contracts
evm
interfaces
IERC20Custody.sol
Interface.ierc20custodyerrors

Git Source (opens in a new tab)

Interface for the errors used in the ERC20 custody contract.

ZeroAddress

Error for zero address input.

error ZeroAddress();

NotWhitelisted

Error for not whitelisted ERC20 token

error NotWhitelisted();

LegacyMethodsNotSupported

Error for calling not supported legacy methods.

error LegacyMethodsNotSupported();