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

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

Continue Learning

Continue with the next part or try a related tutorial

Feedback
How has your developer experience been?
Share your feedback and help improve it for everyone.