IOtc
Contains the types for the GNSPairsStorage facet
OtcStorage
struct OtcStorage {
mapping(uint8 => uint256) collateralBalances;
struct IOtc.OtcConfig otcConfig;
uint256[47] __gap;
}
OtcConfig
struct OtcConfig {
address gnsTreasury;
uint64 treasuryShareP;
uint64 stakingShareP;
uint64 burnShareP;
uint64 premiumP;
}
Was this helpful?