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