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

IERC20CustodyErrors

Git Source (opens in a new tab)

Interface for the errors used in the ERC20 custody contract.

Errors

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();