ReceivableStorage
State Variables
isleGlobal
address public isleGlobal;
_tokenIdCounter
uint256 internal _tokenIdCounter;
idToReceivableInfo
mapping(uint256 => Receivable.Info) public idToReceivableInfo;
__gap
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