Interactions
setBounds
function setBounds(ParamKey key, Bounds calldata newBounds) external;
Name
Type
Description
aParams
function aParams() external view returns (Bounds memory);swapFeeParams / mintFeeParams / redeemFeeParams
function swapFeeParams() external view returns (Bounds memory);
function mintFeeParams() external view returns (Bounds memory);
function redeemFeeParams() external view returns (Bounds memory);Data Structures
Bounds Structure
ParamKey Enum
Last updated