Utils
Factory-Level Lookups
Get Coin Bonding Curve Contract
function tokenToBondingCurve(address token) external view returns (address);Get Coin Collateral Token
function tokenToCollateralToken(address token) external view returns (address);Check Migration Readiness
function readyForMigration(address token) external view returns (bool);Bonding Curve Reads
Estimate Output with Fixed Input
Estimate Input with Fixed Output
Curve Progress
Curve Market Cap
Last updated

