cast

Module IERC20

Source
Expand description

Module containing a contract’s types and functions.

interface IERC20 {
    function balanceOf(address owner) external view returns (uint256);
}

Structs§

Enums§

Functions§

  • Creates a new wrapper around an on-chain IERC20 contract instance.