Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
openzeppelin-contracts-upgradeable
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
俞永鹏
openzeppelin-contracts-upgradeable
Commits
d9038d30
Commit
d9038d30
authored
Jul 14, 2021
by
github-actions
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Transpile
8c29a81b
parent
fa52f391
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ERC2771ContextUpgradeable.sol
contracts/metatx/ERC2771ContextUpgradeable.sol
+1
-1
MinimalForwarderUpgradeable.sol
contracts/metatx/MinimalForwarderUpgradeable.sol
+1
-1
ContextUpgradeable.sol
contracts/utils/ContextUpgradeable.sol
+1
-1
No files found.
contracts/metatx/ERC2771ContextUpgradeable.sol
View file @
d9038d30
...
...
@@ -5,7 +5,7 @@ pragma solidity ^0.8.0;
import "../utils/ContextUpgradeable.sol";
import "../proxy/utils/Initializable.sol";
/*
/*
*
* @dev Context variant with ERC2771 support.
*/
abstract contract ERC2771ContextUpgradeable is Initializable, ContextUpgradeable {
...
...
contracts/metatx/MinimalForwarderUpgradeable.sol
View file @
d9038d30
...
...
@@ -6,7 +6,7 @@ import "../utils/cryptography/ECDSAUpgradeable.sol";
import "../utils/cryptography/draft-EIP712Upgradeable.sol";
import "../proxy/utils/Initializable.sol";
/*
/*
*
* @dev Simple minimal forwarder to be used together with an ERC2771 compatible contract. See {ERC2771Context}.
*/
contract MinimalForwarderUpgradeable is Initializable, EIP712Upgradeable {
...
...
contracts/utils/ContextUpgradeable.sol
View file @
d9038d30
...
...
@@ -3,7 +3,7 @@
pragma solidity ^0.8.0;
import "../proxy/utils/Initializable.sol";
/*
/*
*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment