-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
- Loading branch information
1 parent
90b6e1c
commit f55f63c
Showing
3 changed files
with
3 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
// SPDX-License-Identifier: MIT | ||
pragma solidity ^0.8.19; | ||
|
||
// File @openzeppelin/contracts/utils/[email protected] | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Provides information about the current execution context, including the | ||
* sender of the transaction and its data. While these are generally available | ||
|
@@ -32,8 +31,6 @@ abstract contract Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Contract module which provides a basic access control mechanism, where | ||
* there is an account (an owner) that can be granted exclusive access to | ||
|
@@ -116,8 +113,6 @@ abstract contract Ownable is Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Contract module which allows children to implement an emergency stop | ||
* mechanism that can be triggered by an authorized account. | ||
|
@@ -222,8 +217,6 @@ abstract contract Pausable is Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC1820Implementer.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Interface for an ERC1820 implementer, as defined in the | ||
* https://eips.ethereum.org/EIPS/eip-1820#interface-implementation-erc1820implementerinterface[EIP]. | ||
|
@@ -245,8 +238,6 @@ interface IERC1820Implementer { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (utils/introspection/ERC1820Implementer.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Implementation of the {IERC1820Implementer} interface. | ||
* | ||
|
@@ -289,8 +280,6 @@ contract ERC1820Implementer is IERC1820Implementer { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (utils/Create2.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Helper to make usage of the `CREATE2` EVM opcode easier and safer. | ||
* `CREATE2` can be used to compute in advance the address where a smart | ||
|
@@ -366,7 +355,6 @@ library Create2 { | |
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// Further information: https://eips.ethereum.org/EIPS/eip-1014 | ||
pragma solidity ^0.8.9; | ||
|
||
/** | ||
* @title CREATE2 Deployer Smart Contract | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
// SPDX-License-Identifier: MIT | ||
pragma solidity ^0.8.19; | ||
|
||
// File @openzeppelin/contracts/utils/[email protected] | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Provides information about the current execution context, including the | ||
* sender of the transaction and its data. While these are generally available | ||
|
@@ -32,8 +31,6 @@ abstract contract Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Contract module which provides a basic access control mechanism, where | ||
* there is an account (an owner) that can be granted exclusive access to | ||
|
@@ -116,8 +113,6 @@ abstract contract Ownable is Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Contract module which allows children to implement an emergency stop | ||
* mechanism that can be triggered by an authorized account. | ||
|
@@ -222,8 +217,6 @@ abstract contract Pausable is Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC1820Implementer.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Interface for an ERC1820 implementer, as defined in the | ||
* https://eips.ethereum.org/EIPS/eip-1820#interface-implementation-erc1820implementerinterface[EIP]. | ||
|
@@ -245,8 +238,6 @@ interface IERC1820Implementer { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (utils/introspection/ERC1820Implementer.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Implementation of the {IERC1820Implementer} interface. | ||
* | ||
|
@@ -289,8 +280,6 @@ contract ERC1820Implementer is IERC1820Implementer { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (utils/Create2.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Helper to make usage of the `CREATE2` EVM opcode easier and safer. | ||
* `CREATE2` can be used to compute in advance the address where a smart | ||
|
@@ -366,7 +355,6 @@ library Create2 { | |
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// Further information: https://eips.ethereum.org/EIPS/eip-1014 | ||
pragma solidity ^0.8.9; | ||
|
||
/** | ||
* @title CREATE2 Deployer Smart Contract | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
// SPDX-License-Identifier: MIT | ||
pragma solidity ^0.8.19; | ||
|
||
// File @openzeppelin/contracts/utils/[email protected] | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Provides information about the current execution context, including the | ||
* sender of the transaction and its data. While these are generally available | ||
|
@@ -32,8 +31,6 @@ abstract contract Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Contract module which provides a basic access control mechanism, where | ||
* there is an account (an owner) that can be granted exclusive access to | ||
|
@@ -116,8 +113,6 @@ abstract contract Ownable is Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Contract module which allows children to implement an emergency stop | ||
* mechanism that can be triggered by an authorized account. | ||
|
@@ -222,8 +217,6 @@ abstract contract Pausable is Context { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC1820Implementer.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Interface for an ERC1820 implementer, as defined in the | ||
* https://eips.ethereum.org/EIPS/eip-1820#interface-implementation-erc1820implementerinterface[EIP]. | ||
|
@@ -245,8 +238,6 @@ interface IERC1820Implementer { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (utils/introspection/ERC1820Implementer.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Implementation of the {IERC1820Implementer} interface. | ||
* | ||
|
@@ -289,8 +280,6 @@ contract ERC1820Implementer is IERC1820Implementer { | |
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v4.9.0) (utils/Create2.sol) | ||
|
||
pragma solidity ^0.8.0; | ||
|
||
/** | ||
* @dev Helper to make usage of the `CREATE2` EVM opcode easier and safer. | ||
* `CREATE2` can be used to compute in advance the address where a smart | ||
|
@@ -366,7 +355,6 @@ library Create2 { | |
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// Further information: https://eips.ethereum.org/EIPS/eip-1014 | ||
pragma solidity ^0.8.9; | ||
|
||
/** | ||
* @title CREATE2 Deployer Smart Contract | ||
|