generated from Uniswap/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from Uniswap/deploy-blast
deploy blast
- Loading branch information
Showing
5 changed files
with
1,519 additions
and
13 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# contracts | ||
# | ||
|
||
|
||
### Table of Contents | ||
|
@@ -14,11 +14,17 @@ | |
- [Uniswap V3 Factory](#uniswap-v3-factory) | ||
- [Uniswap V2 Factory](#uniswap-v2-factory) | ||
- [Permit2](#permit2) | ||
- [Pool Manager](#pool-manager) | ||
- [Position Descriptor](#position-descriptor) | ||
- [Position Manager](#position-manager) | ||
- [V4 Quoter](#v4-quoter) | ||
- [State View](#state-view) | ||
- [Deployment History](#deployment-history) | ||
- [Wed Jan 22 2025](#wed-jan-22-2025) | ||
- [Fri Apr 19 2024](#fri-apr-19-2024) | ||
- [Thu Mar 21 2024](#thu-mar-21-2024) | ||
- [Fri Mar 08 2024](#fri-mar-08-2024) | ||
- [Tue Mar 05 2024](#tue-mar-05-2024) | ||
- [Thu Mar 07 2024](#thu-mar-07-2024) | ||
- [Mon Mar 04 2024](#mon-mar-04-2024) | ||
- [Wed Feb 28 2024](#wed-feb-28-2024) | ||
|
||
## Summary | ||
|
@@ -34,7 +40,7 @@ | |
</tr> | ||
<tr> | ||
<td>UniversalRouter</td> | ||
<td><a href="https://blastscan.io/address/0x643770E279d5D0733F21d6DC03A8efbABf3255B4" target="_blank">0x643770E279d5D0733F21d6DC03A8efbABf3255B4</a></td> | ||
<td><a href="https://blastscan.io/address/0xeabbcb3e8e415306207ef514f660a3f820025be3" target="_blank">0xeabbcb3e8e415306207ef514f660a3f820025be3</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
|
@@ -76,6 +82,31 @@ | |
<td>Permit2</td> | ||
<td><a href="https://blastscan.io/address/0x000000000022D473030F116dDEE9F6B43aC78BA3" target="_blank">0x000000000022D473030F116dDEE9F6B43aC78BA3</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>PoolManager</td> | ||
<td><a href="https://blastscan.io/address/0x1631559198a9e474033433b2958dabc135ab6446" target="_blank">0x1631559198a9e474033433b2958dabc135ab6446</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>PositionDescriptor</td> | ||
<td><a href="https://blastscan.io/address/0x0747ad2b2e1f5761b1dcf0d8672bd1ffc3676f97" target="_blank">0x0747ad2b2e1f5761b1dcf0d8672bd1ffc3676f97</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>PositionManager</td> | ||
<td><a href="https://blastscan.io/address/0x4ad2f4cca2682cbb5b950d660dd458a1d3f1baad" target="_blank">0x4ad2f4cca2682cbb5b950d660dd458a1d3f1baad</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>V4Quoter</td> | ||
<td><a href="https://blastscan.io/address/0x6f71cdcb0d119ff72c6eb501abceb576fbf62bcf" target="_blank">0x6f71cdcb0d119ff72c6eb501abceb576fbf62bcf</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>StateView</td> | ||
<td><a href="https://blastscan.io/address/0x12a88ae16f46dce4e8b15368008ab3380885df30" target="_blank">0x12a88ae16f46dce4e8b15368008ab3380885df30</a></td> | ||
<td>N/A</td> | ||
</tr></table> | ||
|
||
## Contracts | ||
|
@@ -98,15 +129,15 @@ Fri, 19 Apr 2024 18:09:33 UTC | |
|
||
### Universal Router | ||
|
||
Address: [0x643770E279d5D0733F21d6DC03A8efbABf3255B4](https://blastscan.io/address/0x643770E279d5D0733F21d6DC03A8efbABf3255B4) | ||
Address: [0xeabbcb3e8e415306207ef514f660a3f820025be3](https://blastscan.io/address/0xeabbcb3e8e415306207ef514f660a3f820025be3) | ||
|
||
Deployment Transaction: [0xec835d353cbe1fb21629674de8fb1d829224e7f3ef22933fc934c0a36416dfce](https://blastscan.io/tx/0xec835d353cbe1fb21629674de8fb1d829224e7f3ef22933fc934c0a36416dfce) | ||
Deployment Transaction: [0xb4f08b5a67d2404acffe18c03d9dcc1ab68e24bd01b6b5e302b5eb42d11ef419](https://blastscan.io/tx/0xb4f08b5a67d2404acffe18c03d9dcc1ab68e24bd01b6b5e302b5eb42d11ef419) | ||
|
||
|
||
|
||
|
||
Commit Hash: [417770f]([email protected]:Uniswap/contracts/commit/417770f) | ||
|
||
Thu, 21 Mar 2024 17:38:23 UTC | ||
Wed, 22 Jan 2025 16:49:46 UTC | ||
|
||
|
||
|
||
|
@@ -238,9 +269,259 @@ Wed, 28 Feb 2024 13:43:25 UTC | |
|
||
|
||
|
||
--- | ||
|
||
### Pool Manager | ||
|
||
Address: [0x1631559198a9e474033433b2958dabc135ab6446](https://blastscan.io/address/0x1631559198a9e474033433b2958dabc135ab6446) | ||
|
||
Deployment Transaction: [0x858e71e5e3e23c717ed95db9be8c6beba5f0b2a6eac4147dffc2e4c269e1216b](https://blastscan.io/tx/0x858e71e5e3e23c717ed95db9be8c6beba5f0b2a6eac4147dffc2e4c269e1216b) | ||
|
||
|
||
|
||
Commit Hash: [417770f]([email protected]:Uniswap/contracts/commit/417770f) | ||
|
||
Wed, 22 Jan 2025 16:49:46 UTC | ||
|
||
|
||
|
||
--- | ||
|
||
### Position Descriptor | ||
|
||
Address: [0x0747ad2b2e1f5761b1dcf0d8672bd1ffc3676f97](https://blastscan.io/address/0x0747ad2b2e1f5761b1dcf0d8672bd1ffc3676f97) | ||
|
||
Deployment Transaction: [0x901075a66b3c4cb79c9a345b3ee20c70f1e7b4fb013aeced3810568141890d54](https://blastscan.io/tx/0x901075a66b3c4cb79c9a345b3ee20c70f1e7b4fb013aeced3810568141890d54) | ||
|
||
|
||
|
||
Commit Hash: [417770f]([email protected]:Uniswap/contracts/commit/417770f) | ||
|
||
Wed, 22 Jan 2025 16:49:46 UTC | ||
|
||
|
||
|
||
_Proxy Information_ | ||
|
||
|
||
|
||
Proxy Type: TransparentUpgradeableProxy | ||
|
||
|
||
|
||
Implementation: [0x5ccf80f31f9126ba0888d31d0eceacd6eb2da6ef](https://blastscan.io/address/0x5ccf80f31f9126ba0888d31d0eceacd6eb2da6ef) | ||
|
||
|
||
|
||
<details> | ||
<summary>Implementation History</summary> | ||
<table> | ||
<tr> | ||
<th>Version</th> | ||
<th>Address</th> | ||
<th>Commit Hash</th> | ||
</tr> | ||
<tr> | ||
<td>N/A</td> | ||
<td><a href="https://blastscan.io/address/0x5ccf80f31f9126ba0888d31d0eceacd6eb2da6ef" target="_blank">0x5ccf80f31f9126ba0888d31d0eceacd6eb2da6ef</a></td> | ||
<td><a href="[email protected]:Uniswap/contracts/commit/417770f" target="_blank">417770f</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
|
||
|
||
--- | ||
|
||
### Position Manager | ||
|
||
Address: [0x4ad2f4cca2682cbb5b950d660dd458a1d3f1baad](https://blastscan.io/address/0x4ad2f4cca2682cbb5b950d660dd458a1d3f1baad) | ||
|
||
Deployment Transaction: [0xf350e81c346a68270e88ae2e6817db932d1863de1c9ece767ffa6a27f755a42d](https://blastscan.io/tx/0xf350e81c346a68270e88ae2e6817db932d1863de1c9ece767ffa6a27f755a42d) | ||
|
||
|
||
|
||
Commit Hash: [417770f]([email protected]:Uniswap/contracts/commit/417770f) | ||
|
||
Wed, 22 Jan 2025 16:49:46 UTC | ||
|
||
|
||
|
||
--- | ||
|
||
### V4 Quoter | ||
|
||
Address: [0x6f71cdcb0d119ff72c6eb501abceb576fbf62bcf](https://blastscan.io/address/0x6f71cdcb0d119ff72c6eb501abceb576fbf62bcf) | ||
|
||
Deployment Transaction: [0x2754031f93ec1e505b9236cb24779b5688c2cae91188ed4067e0ec00fb0f5df2](https://blastscan.io/tx/0x2754031f93ec1e505b9236cb24779b5688c2cae91188ed4067e0ec00fb0f5df2) | ||
|
||
|
||
|
||
Commit Hash: [417770f]([email protected]:Uniswap/contracts/commit/417770f) | ||
|
||
Wed, 22 Jan 2025 16:49:46 UTC | ||
|
||
|
||
|
||
--- | ||
|
||
### State View | ||
|
||
Address: [0x12a88ae16f46dce4e8b15368008ab3380885df30](https://blastscan.io/address/0x12a88ae16f46dce4e8b15368008ab3380885df30) | ||
|
||
Deployment Transaction: [0x7075aad6676517bfbe235b27534e98c7817e1cae5916a9f1f1d04fc17c76c2fa](https://blastscan.io/tx/0x7075aad6676517bfbe235b27534e98c7817e1cae5916a9f1f1d04fc17c76c2fa) | ||
|
||
|
||
|
||
Commit Hash: [417770f]([email protected]:Uniswap/contracts/commit/417770f) | ||
|
||
Wed, 22 Jan 2025 16:49:46 UTC | ||
|
||
|
||
|
||
## Deployment History | ||
|
||
|
||
### Wed Jan 22 2025 | ||
|
||
|
||
|
||
Deployed contracts: | ||
|
||
<details> | ||
<summary> | ||
<a href="https://blastscan.io/address/0x1631559198a9e474033433b2958dabc135ab6446">Pool Manager</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/417770f" target="_blank">417770f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>initialOwner</td> | ||
<td><a href="https://blastscan.io/address/0x2339C0d23b60739B3E5ABF201F05903D24A26C77" target="_blank">0x2339C0d23b60739B3E5ABF201F05903D24A26C77</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://blastscan.io/address/0x0747ad2b2e1f5761b1dcf0d8672bd1ffc3676f97">Position Descriptor</a> (<a href="https://blastscan.io/address/0x5ccf80f31f9126ba0888d31d0eceacd6eb2da6ef">Implementation</a>) | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/417770f" target="_blank">417770f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>_poolManager</td> | ||
<td><a href="https://blastscan.io/address/0x1631559198A9e474033433b2958daBC135ab6446" target="_blank">0x1631559198A9e474033433b2958daBC135ab6446</a></td> | ||
</tr> | ||
<tr> | ||
<td>_wrappedNative</td> | ||
<td><a href="https://blastscan.io/address/0x4300000000000000000000000000000000000004" target="_blank">0x4300000000000000000000000000000000000004</a></td> | ||
</tr> | ||
<tr> | ||
<td>_nativeCurrencyLabelBytes</td> | ||
<td><a href="https://blastscan.io/tx/0x4554480000000000000000000000000000000000000000000000000000000000" target="_blank">0x4554480000000000000000000000000000000000000000000000000000000000</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://blastscan.io/address/0x4ad2f4cca2682cbb5b950d660dd458a1d3f1baad">Position Manager</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/417770f" target="_blank">417770f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>_poolManager</td> | ||
<td><a href="https://blastscan.io/address/0x1631559198A9e474033433b2958daBC135ab6446" target="_blank">0x1631559198A9e474033433b2958daBC135ab6446</a></td> | ||
</tr> | ||
<tr> | ||
<td>_permit2</td> | ||
<td><a href="https://blastscan.io/address/0x000000000022D473030F116dDEE9F6B43aC78BA3" target="_blank">0x000000000022D473030F116dDEE9F6B43aC78BA3</a></td> | ||
</tr> | ||
<tr> | ||
<td>_unsubscribeGasLimit</td> | ||
<td>300000</td> | ||
</tr> | ||
<tr> | ||
<td>_tokenDescriptor</td> | ||
<td><a href="https://blastscan.io/address/0x0747AD2b2E1f5761B1dCf0d8672bD1fFc3676F97" target="_blank">0x0747AD2b2E1f5761B1dCf0d8672bD1fFc3676F97</a></td> | ||
</tr> | ||
<tr> | ||
<td>_weth9</td> | ||
<td><a href="https://blastscan.io/address/0x4300000000000000000000000000000000000004" target="_blank">0x4300000000000000000000000000000000000004</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://blastscan.io/address/0x6f71cdcb0d119ff72c6eb501abceb576fbf62bcf">V4 Quoter</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/417770f" target="_blank">417770f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>_poolManager</td> | ||
<td><a href="https://blastscan.io/address/0x1631559198A9e474033433b2958daBC135ab6446" target="_blank">0x1631559198A9e474033433b2958daBC135ab6446</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://blastscan.io/address/0x12a88ae16f46dce4e8b15368008ab3380885df30">State View</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/417770f" target="_blank">417770f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>_poolManager</td> | ||
<td><a href="https://blastscan.io/address/0x1631559198A9e474033433b2958daBC135ab6446" target="_blank">0x1631559198A9e474033433b2958daBC135ab6446</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://blastscan.io/address/0xeabbcb3e8e415306207ef514f660a3f820025be3">Universal Router</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/417770f" target="_blank">417770f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>params</td> | ||
<td>{"permit2":"0x000000000022D473030F116dDEE9F6B43aC78BA3","weth9":"0x4300000000000000000000000000000000000004","v2Factory":"0x5C346464d33F90bABaf70dB6388507CC889C1070","v3Factory":"0x792edAdE80af5fC680d96a2eD80A44247D2Cf6Fd","pairInitCodeHash":"0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f","poolInitCodeHash":"0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54","v4PoolManager":"0x1631559198A9e474033433b2958daBC135ab6446","v3NFTPositionManager":"0xB218e4f7cF0533d4696fDfC419A0023D33345F28","v4PositionManager":"0x4AD2F4CcA2682cBB5B950d660dD458a1D3f1bAa"}</td> | ||
</tr> | ||
</table> | ||
</details> | ||
|
||
|
||
|
||
### Fri Apr 19 2024 | ||
|
||
|
||
|
@@ -291,7 +572,7 @@ Deployed contracts: | |
|
||
|
||
|
||
### Fri Mar 08 2024 | ||
### Thu Mar 07 2024 | ||
|
||
|
||
|
||
|
@@ -320,7 +601,7 @@ Deployed contracts: | |
|
||
|
||
|
||
### Tue Mar 05 2024 | ||
### Mon Mar 04 2024 | ||
|
||
|
||
|
||
|
Oops, something went wrong.