OptionRewardFactoryStorage
State Variables
STORAGE_SLOT
bytes32 internal constant STORAGE_SLOT = keccak256("premia.contracts.storage.OptionRewardFactory");
Functions
layout
function layout() internal pure returns (Layout storage l);
keyHash
Returns the encoded option reward key using args
function keyHash(IOptionRewardFactory.OptionRewardKey memory args) internal pure returns (bytes32);
Structs
Layout
struct Layout {
mapping(address proxy => bool) isProxyDeployed;
mapping(bytes32 key => address proxy) proxyByKey;
}