Expand description
Module containing a contract’s types and functions.
interface ICurveAddressProvider {
function get_address(uint256) external view returns (address);
}
Modules§
- Contains dynamic ABI definitions for this contract.
Structs§
- A
ICurveAddressProvider
instance. - Function with signature
get_address(uint256)
and selector0x493f4f74
. - Container type for the return parameters of the
get_address(uint256)
function.
Enums§
- Container for all the
ICurveAddressProvider
function calls.
Functions§
- Creates a new wrapper around an on-chain
ICurveAddressProvider
contract instance.