Commit 322d9670 by github-actions

Transpile 14a027eb

parent 46e534a1
...@@ -69,7 +69,7 @@ abstract contract AccessControlEnumerableUpgradeable is Initializable, IAccessCo ...@@ -69,7 +69,7 @@ abstract contract AccessControlEnumerableUpgradeable is Initializable, IAccessCo
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -240,7 +240,7 @@ abstract contract AccessControlUpgradeable is Initializable, ContextUpgradeable, ...@@ -240,7 +240,7 @@ abstract contract AccessControlUpgradeable is Initializable, ContextUpgradeable,
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -80,7 +80,7 @@ abstract contract OwnableUpgradeable is Initializable, ContextUpgradeable { ...@@ -80,7 +80,7 @@ abstract contract OwnableUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -193,7 +193,7 @@ contract PaymentSplitterUpgradeable is Initializable, ContextUpgradeable { ...@@ -193,7 +193,7 @@ contract PaymentSplitterUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -143,7 +143,7 @@ contract VestingWalletUpgradeable is Initializable, ContextUpgradeable { ...@@ -143,7 +143,7 @@ contract VestingWalletUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -390,7 +390,7 @@ abstract contract GovernorUpgradeable is Initializable, ContextUpgradeable, ERC1 ...@@ -390,7 +390,7 @@ abstract contract GovernorUpgradeable is Initializable, ContextUpgradeable, ERC1
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -223,7 +223,7 @@ abstract contract IGovernorUpgradeable is Initializable, IERC165Upgradeable { ...@@ -223,7 +223,7 @@ abstract contract IGovernorUpgradeable is Initializable, IERC165Upgradeable {
) public virtual returns (uint256 balance); ) public virtual returns (uint256 balance);
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -364,7 +364,7 @@ contract TimelockControllerUpgradeable is Initializable, AccessControlUpgradeabl ...@@ -364,7 +364,7 @@ contract TimelockControllerUpgradeable is Initializable, AccessControlUpgradeabl
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -293,7 +293,7 @@ abstract contract GovernorCompatibilityBravoUpgradeable is Initializable, IGover ...@@ -293,7 +293,7 @@ abstract contract GovernorCompatibilityBravoUpgradeable is Initializable, IGover
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -119,7 +119,7 @@ abstract contract IGovernorCompatibilityBravoUpgradeable is Initializable, IGove ...@@ -119,7 +119,7 @@ abstract contract IGovernorCompatibilityBravoUpgradeable is Initializable, IGove
function getReceipt(uint256 proposalId, address voter) public view virtual returns (Receipt memory); function getReceipt(uint256 proposalId, address voter) public view virtual returns (Receipt memory);
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -111,7 +111,7 @@ abstract contract GovernorCountingSimpleUpgradeable is Initializable, GovernorUp ...@@ -111,7 +111,7 @@ abstract contract GovernorCountingSimpleUpgradeable is Initializable, GovernorUp
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -111,7 +111,7 @@ abstract contract GovernorPreventLateQuorumUpgradeable is Initializable, Governo ...@@ -111,7 +111,7 @@ abstract contract GovernorPreventLateQuorumUpgradeable is Initializable, Governo
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -28,7 +28,7 @@ abstract contract GovernorProposalThresholdUpgradeable is Initializable, Governo ...@@ -28,7 +28,7 @@ abstract contract GovernorProposalThresholdUpgradeable is Initializable, Governo
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -122,7 +122,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea ...@@ -122,7 +122,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -250,7 +250,7 @@ abstract contract GovernorTimelockCompoundUpgradeable is Initializable, IGoverno ...@@ -250,7 +250,7 @@ abstract contract GovernorTimelockCompoundUpgradeable is Initializable, IGoverno
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -170,7 +170,7 @@ abstract contract GovernorTimelockControlUpgradeable is Initializable, IGovernor ...@@ -170,7 +170,7 @@ abstract contract GovernorTimelockControlUpgradeable is Initializable, IGovernor
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -31,7 +31,7 @@ abstract contract GovernorVotesCompUpgradeable is Initializable, GovernorUpgrade ...@@ -31,7 +31,7 @@ abstract contract GovernorVotesCompUpgradeable is Initializable, GovernorUpgrade
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -89,7 +89,7 @@ abstract contract GovernorVotesQuorumFractionUpgradeable is Initializable, Gover ...@@ -89,7 +89,7 @@ abstract contract GovernorVotesQuorumFractionUpgradeable is Initializable, Gover
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -31,7 +31,7 @@ abstract contract GovernorVotesUpgradeable is Initializable, GovernorUpgradeable ...@@ -31,7 +31,7 @@ abstract contract GovernorVotesUpgradeable is Initializable, GovernorUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -31,7 +31,7 @@ abstract contract IGovernorTimelockUpgradeable is Initializable, IGovernorUpgrad ...@@ -31,7 +31,7 @@ abstract contract IGovernorTimelockUpgradeable is Initializable, IGovernorUpgrad
) public virtual returns (uint256 proposalId); ) public virtual returns (uint256 proposalId);
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -216,7 +216,7 @@ abstract contract VotesUpgradeable is Initializable, IVotesUpgradeable, ContextU ...@@ -216,7 +216,7 @@ abstract contract VotesUpgradeable is Initializable, IVotesUpgradeable, ContextU
function _getVotingUnits(address) internal virtual returns (uint256); function _getVotingUnits(address) internal virtual returns (uint256);
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -42,7 +42,7 @@ abstract contract ERC2771ContextUpgradeable is Initializable, ContextUpgradeable ...@@ -42,7 +42,7 @@ abstract contract ERC2771ContextUpgradeable is Initializable, ContextUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -71,7 +71,7 @@ contract MinimalForwarderUpgradeable is Initializable, EIP712Upgradeable { ...@@ -71,7 +71,7 @@ contract MinimalForwarderUpgradeable is Initializable, EIP712Upgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -21,7 +21,7 @@ contract AccessControlEnumerableMockUpgradeable is Initializable, AccessControlE ...@@ -21,7 +21,7 @@ contract AccessControlEnumerableMockUpgradeable is Initializable, AccessControlE
function senderProtected(bytes32 roleId) public onlyRole(roleId) {} function senderProtected(bytes32 roleId) public onlyRole(roleId) {}
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -21,7 +21,7 @@ contract AccessControlMockUpgradeable is Initializable, AccessControlUpgradeable ...@@ -21,7 +21,7 @@ contract AccessControlMockUpgradeable is Initializable, AccessControlUpgradeable
function senderProtected(bytes32 roleId) public onlyRole(roleId) {} function senderProtected(bytes32 roleId) public onlyRole(roleId) {}
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -46,7 +46,7 @@ contract AddressImplUpgradeable is Initializable { ...@@ -46,7 +46,7 @@ contract AddressImplUpgradeable is Initializable {
receive() external payable {} receive() external payable {}
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -23,7 +23,7 @@ contract ArraysImplUpgradeable is Initializable { ...@@ -23,7 +23,7 @@ contract ArraysImplUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -10,7 +10,7 @@ contract BadBeaconNoImplUpgradeable is Initializable { function __BadBeaconNo ...@@ -10,7 +10,7 @@ contract BadBeaconNoImplUpgradeable is Initializable { function __BadBeaconNo
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -28,7 +28,7 @@ contract BadBeaconNotContractUpgradeable is Initializable { ...@@ -28,7 +28,7 @@ contract BadBeaconNotContractUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -16,7 +16,7 @@ contract Base64MockUpgradeable is Initializable { ...@@ -16,7 +16,7 @@ contract Base64MockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -32,7 +32,7 @@ contract BitMapMockUpgradeable is Initializable { ...@@ -32,7 +32,7 @@ contract BitMapMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -62,7 +62,7 @@ contract CallReceiverMockUpgradeable is Initializable { ...@@ -62,7 +62,7 @@ contract CallReceiverMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -28,7 +28,7 @@ contract CheckpointsImplUpgradeable is Initializable { ...@@ -28,7 +28,7 @@ contract CheckpointsImplUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -23,7 +23,7 @@ contract ClashingImplementationUpgradeable is Initializable { ...@@ -23,7 +23,7 @@ contract ClashingImplementationUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -41,7 +41,7 @@ contract ClonesMockUpgradeable is Initializable { ...@@ -41,7 +41,7 @@ contract ClonesMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -24,7 +24,7 @@ contract ConditionalEscrowMockUpgradeable is Initializable, ConditionalEscrowUpg ...@@ -24,7 +24,7 @@ contract ConditionalEscrowMockUpgradeable is Initializable, ConditionalEscrowUpg
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -24,7 +24,7 @@ contract ContextMockUpgradeable is Initializable, ContextUpgradeable { ...@@ -24,7 +24,7 @@ contract ContextMockUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -50,7 +50,7 @@ contract ContextMockCallerUpgradeable is Initializable { ...@@ -50,7 +50,7 @@ contract ContextMockCallerUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -32,7 +32,7 @@ contract CountersImplUpgradeable is Initializable { ...@@ -32,7 +32,7 @@ contract CountersImplUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -39,7 +39,7 @@ contract Create2ImplUpgradeable is Initializable { ...@@ -39,7 +39,7 @@ contract Create2ImplUpgradeable is Initializable {
receive() external payable {} receive() external payable {}
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -12,7 +12,7 @@ abstract contract ImplUpgradeable is Initializable { ...@@ -12,7 +12,7 @@ abstract contract ImplUpgradeable is Initializable {
function version() public pure virtual returns (string memory); function version() public pure virtual returns (string memory);
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -68,7 +68,7 @@ contract DummyImplementationUpgradeable is Initializable { ...@@ -68,7 +68,7 @@ contract DummyImplementationUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -90,7 +90,7 @@ contract DummyImplementationV2Upgradeable is Initializable, DummyImplementationU ...@@ -90,7 +90,7 @@ contract DummyImplementationV2Upgradeable is Initializable, DummyImplementationU
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -46,7 +46,7 @@ contract ECDSAMockUpgradeable is Initializable { ...@@ -46,7 +46,7 @@ contract ECDSAMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -35,7 +35,7 @@ contract EIP712ExternalUpgradeable is Initializable, EIP712Upgradeable { ...@@ -35,7 +35,7 @@ contract EIP712ExternalUpgradeable is Initializable, EIP712Upgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -22,7 +22,7 @@ contract ERC1155BurnableMockUpgradeable is Initializable, ERC1155BurnableUpgrade ...@@ -22,7 +22,7 @@ contract ERC1155BurnableMockUpgradeable is Initializable, ERC1155BurnableUpgrade
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -55,7 +55,7 @@ contract ERC1155MockUpgradeable is Initializable, ERC1155Upgradeable { ...@@ -55,7 +55,7 @@ contract ERC1155MockUpgradeable is Initializable, ERC1155Upgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -35,7 +35,7 @@ contract ERC1155PausableMockUpgradeable is Initializable, ERC1155MockUpgradeable ...@@ -35,7 +35,7 @@ contract ERC1155PausableMockUpgradeable is Initializable, ERC1155MockUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -61,7 +61,7 @@ contract ERC1155ReceiverMockUpgradeable is Initializable, ERC165Upgradeable, IER ...@@ -61,7 +61,7 @@ contract ERC1155ReceiverMockUpgradeable is Initializable, ERC165Upgradeable, IER
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -26,7 +26,7 @@ contract ERC1155SupplyMockUpgradeable is Initializable, ERC1155MockUpgradeable, ...@@ -26,7 +26,7 @@ contract ERC1155SupplyMockUpgradeable is Initializable, ERC1155MockUpgradeable,
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -22,7 +22,7 @@ contract ERC1271WalletMockUpgradeable is Initializable, OwnableUpgradeable, IERC ...@@ -22,7 +22,7 @@ contract ERC1271WalletMockUpgradeable is Initializable, OwnableUpgradeable, IERC
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -54,7 +54,7 @@ contract SupportsInterfaceWithLookupMockUpgradeable is Initializable, IERC165Upg ...@@ -54,7 +54,7 @@ contract SupportsInterfaceWithLookupMockUpgradeable is Initializable, IERC165Upg
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -74,7 +74,7 @@ contract ERC165InterfacesSupportedUpgradeable is Initializable, SupportsInterfac ...@@ -74,7 +74,7 @@ contract ERC165InterfacesSupportedUpgradeable is Initializable, SupportsInterfac
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -12,7 +12,7 @@ contract ERC165MissingDataUpgradeable is Initializable { ...@@ -12,7 +12,7 @@ contract ERC165MissingDataUpgradeable is Initializable {
function supportsInterface(bytes4 interfaceId) public view {} // missing return function supportsInterface(bytes4 interfaceId) public view {} // missing return
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -10,7 +10,7 @@ contract ERC165NotSupportedUpgradeable is Initializable { function __ERC165No ...@@ -10,7 +10,7 @@ contract ERC165NotSupportedUpgradeable is Initializable { function __ERC165No
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -30,7 +30,7 @@ contract ERC165CheckerMockUpgradeable is Initializable { ...@@ -30,7 +30,7 @@ contract ERC165CheckerMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -12,7 +12,7 @@ contract ERC165MockUpgradeable is Initializable, ERC165Upgradeable { function ...@@ -12,7 +12,7 @@ contract ERC165MockUpgradeable is Initializable, ERC165Upgradeable { function
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -16,7 +16,7 @@ contract ERC165StorageMockUpgradeable is Initializable, ERC165StorageUpgradeable ...@@ -16,7 +16,7 @@ contract ERC165StorageMockUpgradeable is Initializable, ERC165StorageUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -16,7 +16,7 @@ contract ERC1820ImplementerMockUpgradeable is Initializable, ERC1820ImplementerU ...@@ -16,7 +16,7 @@ contract ERC1820ImplementerMockUpgradeable is Initializable, ERC1820ImplementerU
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -26,7 +26,7 @@ contract ERC20BurnableMockUpgradeable is Initializable, ERC20BurnableUpgradeable ...@@ -26,7 +26,7 @@ contract ERC20BurnableMockUpgradeable is Initializable, ERC20BurnableUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -26,7 +26,7 @@ contract ERC20CappedMockUpgradeable is Initializable, ERC20CappedUpgradeable { ...@@ -26,7 +26,7 @@ contract ERC20CappedMockUpgradeable is Initializable, ERC20CappedUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -30,7 +30,7 @@ contract ERC20DecimalsMockUpgradeable is Initializable, ERC20Upgradeable { ...@@ -30,7 +30,7 @@ contract ERC20DecimalsMockUpgradeable is Initializable, ERC20Upgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -26,7 +26,7 @@ contract ERC20FlashMintMockUpgradeable is Initializable, ERC20FlashMintUpgradeab ...@@ -26,7 +26,7 @@ contract ERC20FlashMintMockUpgradeable is Initializable, ERC20FlashMintUpgradeab
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -51,7 +51,7 @@ contract ERC20MockUpgradeable is Initializable, ERC20Upgradeable { ...@@ -51,7 +51,7 @@ contract ERC20MockUpgradeable is Initializable, ERC20Upgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -44,7 +44,7 @@ contract ERC20PausableMockUpgradeable is Initializable, ERC20PausableUpgradeable ...@@ -44,7 +44,7 @@ contract ERC20PausableMockUpgradeable is Initializable, ERC20PausableUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -32,7 +32,7 @@ contract ERC20PermitMockUpgradeable is Initializable, ERC20PermitUpgradeable { ...@@ -32,7 +32,7 @@ contract ERC20PermitMockUpgradeable is Initializable, ERC20PermitUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -38,7 +38,7 @@ contract ERC20SnapshotMockUpgradeable is Initializable, ERC20SnapshotUpgradeable ...@@ -38,7 +38,7 @@ contract ERC20SnapshotMockUpgradeable is Initializable, ERC20SnapshotUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -27,7 +27,7 @@ contract ERC20VotesCompMockUpgradeable is Initializable, ERC20VotesCompUpgradeab ...@@ -27,7 +27,7 @@ contract ERC20VotesCompMockUpgradeable is Initializable, ERC20VotesCompUpgradeab
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -27,7 +27,7 @@ contract ERC20VotesMockUpgradeable is Initializable, ERC20VotesUpgradeable { ...@@ -27,7 +27,7 @@ contract ERC20VotesMockUpgradeable is Initializable, ERC20VotesUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -26,7 +26,7 @@ contract ERC20WrapperMockUpgradeable is Initializable, ERC20WrapperUpgradeable { ...@@ -26,7 +26,7 @@ contract ERC20WrapperMockUpgradeable is Initializable, ERC20WrapperUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -22,7 +22,7 @@ contract ERC2771ContextMockUpgradeable is Initializable, ContextMockUpgradeable, ...@@ -22,7 +22,7 @@ contract ERC2771ContextMockUpgradeable is Initializable, ContextMockUpgradeable,
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -57,7 +57,7 @@ contract ERC3156FlashBorrowerMockUpgradeable is Initializable, IERC3156FlashBorr ...@@ -57,7 +57,7 @@ contract ERC3156FlashBorrowerMockUpgradeable is Initializable, IERC3156FlashBorr
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -33,7 +33,7 @@ contract ERC721BurnableMockUpgradeable is Initializable, ERC721BurnableUpgradeab ...@@ -33,7 +33,7 @@ contract ERC721BurnableMockUpgradeable is Initializable, ERC721BurnableUpgradeab
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -55,7 +55,7 @@ contract ERC721EnumerableMockUpgradeable is Initializable, ERC721EnumerableUpgra ...@@ -55,7 +55,7 @@ contract ERC721EnumerableMockUpgradeable is Initializable, ERC721EnumerableUpgra
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -45,7 +45,7 @@ contract ERC721MockUpgradeable is Initializable, ERC721Upgradeable { ...@@ -45,7 +45,7 @@ contract ERC721MockUpgradeable is Initializable, ERC721Upgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -50,7 +50,7 @@ contract ERC721PausableMockUpgradeable is Initializable, ERC721PausableUpgradeab ...@@ -50,7 +50,7 @@ contract ERC721PausableMockUpgradeable is Initializable, ERC721PausableUpgradeab
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -46,7 +46,7 @@ contract ERC721ReceiverMockUpgradeable is Initializable, IERC721ReceiverUpgradea ...@@ -46,7 +46,7 @@ contract ERC721ReceiverMockUpgradeable is Initializable, IERC721ReceiverUpgradea
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -37,7 +37,7 @@ contract ERC721RoyaltyMockUpgradeable is Initializable, ERC721RoyaltyUpgradeable ...@@ -37,7 +37,7 @@ contract ERC721RoyaltyMockUpgradeable is Initializable, ERC721RoyaltyUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -59,7 +59,7 @@ contract ERC721URIStorageMockUpgradeable is Initializable, ERC721URIStorageUpgra ...@@ -59,7 +59,7 @@ contract ERC721URIStorageMockUpgradeable is Initializable, ERC721URIStorageUpgra
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -30,7 +30,7 @@ contract ERC721VotesMockUpgradeable is Initializable, ERC721VotesUpgradeable { ...@@ -30,7 +30,7 @@ contract ERC721VotesMockUpgradeable is Initializable, ERC721VotesUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -67,7 +67,7 @@ contract ERC777MockUpgradeable is Initializable, ContextUpgradeable, ERC777Upgra ...@@ -67,7 +67,7 @@ contract ERC777MockUpgradeable is Initializable, ContextUpgradeable, ERC777Upgra
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -168,7 +168,7 @@ contract ERC777SenderRecipientMockUpgradeable is Initializable, ContextUpgradeab ...@@ -168,7 +168,7 @@ contract ERC777SenderRecipientMockUpgradeable is Initializable, ContextUpgradeab
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -53,7 +53,7 @@ contract UintToAddressMapMockUpgradeable is Initializable { ...@@ -53,7 +53,7 @@ contract UintToAddressMapMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -104,7 +104,7 @@ contract AddressToUintMapMockUpgradeable is Initializable { ...@@ -104,7 +104,7 @@ contract AddressToUintMapMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -45,7 +45,7 @@ contract EnumerableBytes32SetMockUpgradeable is Initializable { ...@@ -45,7 +45,7 @@ contract EnumerableBytes32SetMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -92,7 +92,7 @@ contract EnumerableAddressSetMockUpgradeable is Initializable { ...@@ -92,7 +92,7 @@ contract EnumerableAddressSetMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -139,7 +139,7 @@ contract EnumerableUintSetMockUpgradeable is Initializable { ...@@ -139,7 +139,7 @@ contract EnumerableUintSetMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -22,7 +22,7 @@ contract EtherReceiverMockUpgradeable is Initializable { ...@@ -22,7 +22,7 @@ contract EtherReceiverMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -47,7 +47,7 @@ contract GovernorCompMockUpgradeable is Initializable, GovernorVotesCompUpgradea ...@@ -47,7 +47,7 @@ contract GovernorCompMockUpgradeable is Initializable, GovernorVotesCompUpgradea
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -150,7 +150,7 @@ contract GovernorCompatibilityBravoMockUpgradeable is ...@@ -150,7 +150,7 @@ contract GovernorCompatibilityBravoMockUpgradeable is
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -69,7 +69,7 @@ contract GovernorMockUpgradeable is ...@@ -69,7 +69,7 @@ contract GovernorMockUpgradeable is
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -71,7 +71,7 @@ contract GovernorPreventLateQuorumMockUpgradeable is ...@@ -71,7 +71,7 @@ contract GovernorPreventLateQuorumMockUpgradeable is
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -118,7 +118,7 @@ contract GovernorTimelockCompoundMockUpgradeable is ...@@ -118,7 +118,7 @@ contract GovernorTimelockCompoundMockUpgradeable is
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -118,7 +118,7 @@ contract GovernorTimelockControlMockUpgradeable is ...@@ -118,7 +118,7 @@ contract GovernorTimelockControlMockUpgradeable is
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -47,7 +47,7 @@ contract GovernorVoteMocksUpgradeable is Initializable, GovernorVotesUpgradeable ...@@ -47,7 +47,7 @@ contract GovernorVoteMocksUpgradeable is Initializable, GovernorVotesUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -28,7 +28,7 @@ contract MathMockUpgradeable is Initializable { ...@@ -28,7 +28,7 @@ contract MathMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -24,7 +24,7 @@ contract MerkleProofWrapperUpgradeable is Initializable { ...@@ -24,7 +24,7 @@ contract MerkleProofWrapperUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -28,7 +28,7 @@ contract MulticallTestUpgradeable is Initializable { ...@@ -28,7 +28,7 @@ contract MulticallTestUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -15,7 +15,7 @@ contract MulticallTokenMockUpgradeable is Initializable, ERC20MockUpgradeable, M ...@@ -15,7 +15,7 @@ contract MulticallTokenMockUpgradeable is Initializable, ERC20MockUpgradeable, M
function __MulticallTokenMock_init_unchained(uint256) internal onlyInitializing {} function __MulticallTokenMock_init_unchained(uint256) internal onlyInitializing {}
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -13,7 +13,7 @@ contract OwnableMockUpgradeable is Initializable, OwnableUpgradeable { functi ...@@ -13,7 +13,7 @@ contract OwnableMockUpgradeable is Initializable, OwnableUpgradeable { functi
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -36,7 +36,7 @@ contract PausableMockUpgradeable is Initializable, PausableUpgradeable { ...@@ -36,7 +36,7 @@ contract PausableMockUpgradeable is Initializable, PausableUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -19,7 +19,7 @@ contract PullPaymentMockUpgradeable is Initializable, PullPaymentUpgradeable { ...@@ -19,7 +19,7 @@ contract PullPaymentMockUpgradeable is Initializable, PullPaymentUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -17,7 +17,7 @@ contract ReentrancyAttackUpgradeable is Initializable, ContextUpgradeable { ...@@ -17,7 +17,7 @@ contract ReentrancyAttackUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -48,7 +48,7 @@ contract ReentrancyMockUpgradeable is Initializable, ReentrancyGuardUpgradeable ...@@ -48,7 +48,7 @@ contract ReentrancyMockUpgradeable is Initializable, ReentrancyGuardUpgradeable
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -71,7 +71,7 @@ contract SafeCastMockUpgradeable is Initializable { ...@@ -71,7 +71,7 @@ contract SafeCastMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -44,7 +44,7 @@ contract ERC20ReturnFalseMockUpgradeable is Initializable, ContextUpgradeable { ...@@ -44,7 +44,7 @@ contract ERC20ReturnFalseMockUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -91,7 +91,7 @@ contract ERC20ReturnTrueMockUpgradeable is Initializable, ContextUpgradeable { ...@@ -91,7 +91,7 @@ contract ERC20ReturnTrueMockUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -135,7 +135,7 @@ contract ERC20NoReturnMockUpgradeable is Initializable, ContextUpgradeable { ...@@ -135,7 +135,7 @@ contract ERC20NoReturnMockUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
...@@ -184,7 +184,7 @@ contract SafeERC20WrapperUpgradeable is Initializable, ContextUpgradeable { ...@@ -184,7 +184,7 @@ contract SafeERC20WrapperUpgradeable is Initializable, ContextUpgradeable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -143,7 +143,7 @@ contract SafeMathMockUpgradeable is Initializable { ...@@ -143,7 +143,7 @@ contract SafeMathMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
...@@ -22,7 +22,7 @@ contract SignatureCheckerMockUpgradeable is Initializable { ...@@ -22,7 +22,7 @@ contract SignatureCheckerMockUpgradeable is Initializable {
} }
/** /**
* This empty reserved space is put in place to allow future versions to add new * @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain. * variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment