Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
struct OtcStorage { mapping(uint8 => uint256) collateralBalances; struct IOtc.OtcConfig otcConfig; uint256[47] __gap; }
struct OtcConfig { address gnsTreasury; uint64 treasuryShareP; uint64 stakingShareP; uint64 burnShareP; uint64 premiumP; }