pragma solidity 0.5.17; interface CurveInterface { function calc(uint) external pure returns (uint); }