-
Notifications
You must be signed in to change notification settings - Fork 52
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
fa40dd7
commit 1ff2526
Showing
3 changed files
with
3,585 additions
and
327 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
|
||
|
||
// File @openzeppelin/contracts/interfaces/[email protected].1 | ||
// File @openzeppelin/contracts/interfaces/[email protected].2 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/draft-IERC6093.sol) | ||
|
@@ -169,7 +169,7 @@ interface IERC1155Errors { | |
} | ||
|
||
|
||
// 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) | ||
|
@@ -252,7 +252,7 @@ interface IERC20 { | |
} | ||
|
||
|
||
// File @openzeppelin/contracts/token/ERC20/extensions/[email protected].1 | ||
// File @openzeppelin/contracts/token/ERC20/extensions/[email protected].2 | ||
|
||
// Original license: SPDX_License_Identifier: MIT | ||
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/IERC20Metadata.sol) | ||
|
@@ -280,7 +280,7 @@ interface IERC20Metadata is IERC20 { | |
} | ||
|
||
|
||
// 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) | ||
|
@@ -312,7 +312,7 @@ abstract contract Context { | |
} | ||
|
||
|
||
// 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/ERC20.sol) | ||
|
@@ -630,7 +630,7 @@ abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors { | |
} | ||
|
||
|
||
// 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) | ||
|
@@ -659,7 +659,7 @@ interface IERC165 { | |
} | ||
|
||
|
||
// 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/ERC165.sol) | ||
|
Oops, something went wrong.