Finish Pausable and AccessControl
This commit is contained in:
11
certora/diff/access_AccessControl.sol.patch
Normal file
11
certora/diff/access_AccessControl.sol.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- access/AccessControl.sol 2023-08-10 22:02:18
|
||||
+++ access/AccessControl.sol 2023-08-10 22:11:07
|
||||
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts (last updated v4.9.0) (access/AccessControl.sol)
|
||||
|
||||
-pragma solidity ^0.8.20;
|
||||
+pragma solidity ^0.8.19;
|
||||
|
||||
import {IAccessControl} from "./IAccessControl.sol";
|
||||
import {Context} from "../utils/Context.sol";
|
||||
11
certora/diff/access_IAccessControl.sol.patch
Normal file
11
certora/diff/access_IAccessControl.sol.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- access/IAccessControl.sol 2023-08-10 22:02:20
|
||||
+++ access/IAccessControl.sol 2023-08-10 22:11:07
|
||||
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts v4.4.1 (access/IAccessControl.sol)
|
||||
|
||||
-pragma solidity ^0.8.20;
|
||||
+pragma solidity ^0.8.19;
|
||||
|
||||
/**
|
||||
* @dev External interface of AccessControl declared to support ERC165 detection.
|
||||
11
certora/diff/security_Pausable.sol.patch
Normal file
11
certora/diff/security_Pausable.sol.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- security/Pausable.sol 2023-08-10 21:54:54
|
||||
+++ security/Pausable.sol 2023-08-10 22:11:07
|
||||
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts (last updated v4.7.0) (security/Pausable.sol)
|
||||
|
||||
-pragma solidity ^0.8.20;
|
||||
+pragma solidity ^0.8.19;
|
||||
|
||||
import {Context} from "../utils/Context.sol";
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
--- token/ERC721/ERC721.sol 2023-03-07 10:48:47.736822221 +0100
|
||||
+++ token/ERC721/ERC721.sol 2023-03-09 19:49:39.669338673 +0100
|
||||
@@ -199,6 +199,11 @@
|
||||
--- token/ERC721/ERC721.sol 2023-08-10 16:45:36
|
||||
+++ token/ERC721/ERC721.sol 2023-08-10 22:11:07
|
||||
@@ -208,6 +208,11 @@
|
||||
return _owners[tokenId];
|
||||
}
|
||||
|
||||
|
||||
11
certora/diff/utils_Context.sol.patch
Normal file
11
certora/diff/utils_Context.sol.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- utils/Context.sol 2023-08-10 21:54:56
|
||||
+++ utils/Context.sol 2023-08-10 22:11:07
|
||||
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)
|
||||
|
||||
-pragma solidity ^0.8.20;
|
||||
+pragma solidity ^0.8.19;
|
||||
|
||||
/**
|
||||
* @dev Provides information about the current execution context, including the
|
||||
11
certora/diff/utils_introspection_ERC165.sol.patch
Normal file
11
certora/diff/utils_introspection_ERC165.sol.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- utils/introspection/ERC165.sol 2023-08-10 22:02:24
|
||||
+++ utils/introspection/ERC165.sol 2023-08-10 22:11:07
|
||||
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)
|
||||
|
||||
-pragma solidity ^0.8.20;
|
||||
+pragma solidity ^0.8.19;
|
||||
|
||||
import {IERC165} from "./IERC165.sol";
|
||||
|
||||
11
certora/diff/utils_introspection_IERC165.sol.patch
Normal file
11
certora/diff/utils_introspection_IERC165.sol.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- utils/introspection/IERC165.sol 2023-08-09 11:45:05
|
||||
+++ utils/introspection/IERC165.sol 2023-08-10 22:11:07
|
||||
@@ -1,7 +1,7 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)
|
||||
|
||||
-pragma solidity ^0.8.20;
|
||||
+pragma solidity ^0.8.19;
|
||||
|
||||
/**
|
||||
* @dev Interface of the ERC165 standard, as defined in the
|
||||
Reference in New Issue
Block a user