-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8058eb6
commit 3158a65
Showing
3 changed files
with
41 additions
and
26 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
// SPDX-License-Identifier: MIT | ||
|
||
// File @openzeppelin/contracts/utils/[email protected].1 | ||
// File @openzeppelin/contracts/utils/[email protected].2 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol) | ||
|
@@ -34,7 +34,7 @@ abstract contract Context { | |
} | ||
|
||
|
||
// File @openzeppelin/contracts/access/[email protected].1 | ||
// File @openzeppelin/contracts/access/[email protected].2 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol) | ||
|
@@ -136,7 +136,7 @@ abstract contract Ownable is Context { | |
} | ||
|
||
|
||
// File @openzeppelin/contracts/utils/introspection/[email protected].1 | ||
// File @openzeppelin/contracts/utils/introspection/[email protected].2 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/IERC165.sol) | ||
|
@@ -165,7 +165,7 @@ interface IERC165 { | |
} | ||
|
||
|
||
// File @openzeppelin/contracts/token/ERC721/[email protected].1 | ||
// File @openzeppelin/contracts/token/ERC721/[email protected].2 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC721/IERC721.sol) | ||
|
@@ -302,7 +302,7 @@ interface IERC721 is IERC165 { | |
} | ||
|
||
|
||
// File @openzeppelin/contracts/token/ERC20/[email protected].1 | ||
// File @openzeppelin/contracts/token/ERC20/[email protected].2 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol) | ||
|
@@ -385,7 +385,7 @@ interface IERC20 { | |
} | ||
|
||
|
||
// File eth-token-recover/contracts/recover/RecoverERC20.sol@v6.1.3 | ||
// File eth-token-recover/contracts/recover/RecoverERC20.sol@v6.2.0 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
|
||
|
@@ -413,7 +413,7 @@ abstract contract RecoverERC20 { | |
} | ||
|
||
|
||
// File eth-token-recover/contracts/recover/RecoverERC721.sol@v6.1.3 | ||
// File eth-token-recover/contracts/recover/RecoverERC721.sol@v6.2.0 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
|
||
|
@@ -446,7 +446,7 @@ abstract contract RecoverERC721 { | |
} | ||
|
||
|
||
// File eth-token-recover/contracts/TokenRecover.sol@v6.1.3 | ||
// File eth-token-recover/contracts/TokenRecover.sol@v6.2.0 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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