denominators()
This commit is contained in:
@@ -50,6 +50,7 @@ interface IPartyPool is IERC20Metadata {
|
||||
function tokens(uint256) external view returns (address); // get single token
|
||||
function numTokens() external view returns (uint256);
|
||||
function allTokens() external view returns (address[] memory);
|
||||
function denominators() external view returns (uint256[] memory);
|
||||
function tradeFrac() external view returns (int128); // ABDK 64x64
|
||||
function targetSlippage() external view returns (int128); // ABDK 64x64
|
||||
function swapFeePpm() external view returns (uint256);
|
||||
|
||||
Reference in New Issue
Block a user