ReceivableStorage
Last updated
Was this helpful?
address public isleGlobal;uint256 internal _tokenIdCounter;mapping(uint256 => Receivable.Info) public idToReceivableInfo;This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain. See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
uint256[100] private __gap;Last updated
Was this helpful?
Was this helpful?
