generated from Uniswap/foundry-template
-
Notifications
You must be signed in to change notification settings - Fork 26
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 #27 from Uniswap/deploy-bnb
deploy BNB
- Loading branch information
Showing
5 changed files
with
1,475 additions
and
11 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 | ||
|
@@ -18,9 +18,15 @@ | |
- [Uniswap Interface Multicall](#uniswap-interface-multicall) | ||
- [Uniswap V3 Factory](#uniswap-v3-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) | ||
- [Tue Jan 21 2025](#tue-jan-21-2025) | ||
- [Tue Jul 09 2024](#tue-jul-09-2024) | ||
- [Fri May 10 2024](#fri-may-10-2024) | ||
- [Thu May 09 2024](#thu-may-09-2024) | ||
- [Fri Apr 19 2024](#fri-apr-19-2024) | ||
- [Thu Feb 08 2024](#thu-feb-08-2024) | ||
- [Thu Jan 11 2024](#thu-jan-11-2024) | ||
|
@@ -58,7 +64,7 @@ | |
</tr> | ||
<tr> | ||
<td>UniversalRouter</td> | ||
<td><a href="https://bscscan.com/address/0x4Dae2f939ACf50408e13d58534Ff8c2776d45265" target="_blank">0x4Dae2f939ACf50408e13d58534Ff8c2776d45265</a></td> | ||
<td><a href="https://bscscan.com/address/0x1906c1d672b88cd1b9ac7593301ca990f94eae07" target="_blank">0x1906c1d672b88cd1b9ac7593301ca990f94eae07</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
|
@@ -105,6 +111,31 @@ | |
<td>Permit2</td> | ||
<td><a href="https://bscscan.com/address/0x000000000022D473030F116dDEE9F6B43aC78BA3" target="_blank">0x000000000022D473030F116dDEE9F6B43aC78BA3</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>PoolManager</td> | ||
<td><a href="https://bscscan.com/address/0x28e2ea090877bf75740558f6bfb36a5ffee9e9df" target="_blank">0x28e2ea090877bf75740558f6bfb36a5ffee9e9df</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>PositionDescriptor</td> | ||
<td><a href="https://bscscan.com/address/0xf0432f360703ec3d33931a8356a75a77d8d380e1" target="_blank">0xf0432f360703ec3d33931a8356a75a77d8d380e1</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>PositionManager</td> | ||
<td><a href="https://bscscan.com/address/0x7a4a5c919ae2541aed11041a1aeee68f1287f95b" target="_blank">0x7a4a5c919ae2541aed11041a1aeee68f1287f95b</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>V4Quoter</td> | ||
<td><a href="https://bscscan.com/address/0x9f75dd27d6664c475b90e105573e550ff69437b0" target="_blank">0x9f75dd27d6664c475b90e105573e550ff69437b0</a></td> | ||
<td>N/A</td> | ||
</tr> | ||
<tr> | ||
<td>StateView</td> | ||
<td><a href="https://bscscan.com/address/0xd13dd3d6e93f276fafc9db9e6bb47c1180aee0c4" target="_blank">0xd13dd3d6e93f276fafc9db9e6bb47c1180aee0c4</a></td> | ||
<td>N/A</td> | ||
</tr></table> | ||
|
||
## Contracts | ||
|
@@ -175,15 +206,15 @@ Thu, 08 Feb 2024 18:30:14 UTC | |
|
||
### Universal Router | ||
|
||
Address: [0x4Dae2f939ACf50408e13d58534Ff8c2776d45265](https://bscscan.com/address/0x4Dae2f939ACf50408e13d58534Ff8c2776d45265) | ||
Address: [0x1906c1d672b88cd1b9ac7593301ca990f94eae07](https://bscscan.com/address/0x1906c1d672b88cd1b9ac7593301ca990f94eae07) | ||
|
||
Deployment Transaction: [0x52a97c8435bc0c6b60c33fa05608a0c6f2faefffd06fb5a32d11624b690946bf](https://bscscan.com/tx/0x52a97c8435bc0c6b60c33fa05608a0c6f2faefffd06fb5a32d11624b690946bf) | ||
Deployment Transaction: [0x5226450df1d44d9a8073c0939b37d505c2ef6e19c52eeb1e00ba72ce96ccff7a](https://bscscan.com/tx/0x5226450df1d44d9a8073c0939b37d505c2ef6e19c52eeb1e00ba72ce96ccff7a) | ||
|
||
|
||
|
||
|
||
Commit Hash: [e6c327f]([email protected]:Uniswap/contracts/commit/e6c327f) | ||
|
||
Thu, 11 Jan 2024 20:09:31 UTC | ||
Tue, 21 Jan 2025 21:01:15 UTC | ||
|
||
|
||
|
||
|
@@ -331,9 +362,259 @@ Fri, 03 Feb 2023 09:45:39 UTC | |
|
||
|
||
|
||
--- | ||
|
||
### Pool Manager | ||
|
||
Address: [0x28e2ea090877bf75740558f6bfb36a5ffee9e9df](https://bscscan.com/address/0x28e2ea090877bf75740558f6bfb36a5ffee9e9df) | ||
|
||
Deployment Transaction: [0x64b395f1b0b3c734a477c802bc8cc3ce394f328c651290d0d166946048487bbe](https://bscscan.com/tx/0x64b395f1b0b3c734a477c802bc8cc3ce394f328c651290d0d166946048487bbe) | ||
|
||
|
||
|
||
Commit Hash: [e6c327f]([email protected]:Uniswap/contracts/commit/e6c327f) | ||
|
||
Tue, 21 Jan 2025 21:01:15 UTC | ||
|
||
|
||
|
||
--- | ||
|
||
### Position Descriptor | ||
|
||
Address: [0xf0432f360703ec3d33931a8356a75a77d8d380e1](https://bscscan.com/address/0xf0432f360703ec3d33931a8356a75a77d8d380e1) | ||
|
||
Deployment Transaction: [0x71e3b52bc19b7d1debd4605127d1d74ce089c8b6dfba7867b4f98b5ad950f5f9](https://bscscan.com/tx/0x71e3b52bc19b7d1debd4605127d1d74ce089c8b6dfba7867b4f98b5ad950f5f9) | ||
|
||
|
||
|
||
Commit Hash: [e6c327f]([email protected]:Uniswap/contracts/commit/e6c327f) | ||
|
||
Tue, 21 Jan 2025 21:01:15 UTC | ||
|
||
|
||
|
||
_Proxy Information_ | ||
|
||
|
||
|
||
Proxy Type: TransparentUpgradeableProxy | ||
|
||
|
||
|
||
Implementation: [0x98eded8886c37eaab755e8fd064ba672b7593f9e](https://bscscan.com/address/0x98eded8886c37eaab755e8fd064ba672b7593f9e) | ||
|
||
|
||
|
||
<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://bscscan.com/address/0x98eded8886c37eaab755e8fd064ba672b7593f9e" target="_blank">0x98eded8886c37eaab755e8fd064ba672b7593f9e</a></td> | ||
<td><a href="[email protected]:Uniswap/contracts/commit/e6c327f" target="_blank">e6c327f</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
|
||
|
||
--- | ||
|
||
### Position Manager | ||
|
||
Address: [0x7a4a5c919ae2541aed11041a1aeee68f1287f95b](https://bscscan.com/address/0x7a4a5c919ae2541aed11041a1aeee68f1287f95b) | ||
|
||
Deployment Transaction: [0xbdf1b9b925ffdae84e6f78d77cff05ce3f18daffadcf3985e149dd65cd558bc1](https://bscscan.com/tx/0xbdf1b9b925ffdae84e6f78d77cff05ce3f18daffadcf3985e149dd65cd558bc1) | ||
|
||
|
||
|
||
Commit Hash: [e6c327f]([email protected]:Uniswap/contracts/commit/e6c327f) | ||
|
||
Tue, 21 Jan 2025 21:01:15 UTC | ||
|
||
|
||
|
||
--- | ||
|
||
### V4 Quoter | ||
|
||
Address: [0x9f75dd27d6664c475b90e105573e550ff69437b0](https://bscscan.com/address/0x9f75dd27d6664c475b90e105573e550ff69437b0) | ||
|
||
Deployment Transaction: [0x43879698fc528e9f48294acf2c423d4d3f10a31fb0565e915d2a201992dbf16a](https://bscscan.com/tx/0x43879698fc528e9f48294acf2c423d4d3f10a31fb0565e915d2a201992dbf16a) | ||
|
||
|
||
|
||
Commit Hash: [e6c327f]([email protected]:Uniswap/contracts/commit/e6c327f) | ||
|
||
Tue, 21 Jan 2025 21:01:15 UTC | ||
|
||
|
||
|
||
--- | ||
|
||
### State View | ||
|
||
Address: [0xd13dd3d6e93f276fafc9db9e6bb47c1180aee0c4](https://bscscan.com/address/0xd13dd3d6e93f276fafc9db9e6bb47c1180aee0c4) | ||
|
||
Deployment Transaction: [0xe5c716fd7b9122a51a55cdb24b2d0e984a4d51e4a202e1b9bc026a8267737695](https://bscscan.com/tx/0xe5c716fd7b9122a51a55cdb24b2d0e984a4d51e4a202e1b9bc026a8267737695) | ||
|
||
|
||
|
||
Commit Hash: [e6c327f]([email protected]:Uniswap/contracts/commit/e6c327f) | ||
|
||
Tue, 21 Jan 2025 21:01:15 UTC | ||
|
||
|
||
|
||
## Deployment History | ||
|
||
|
||
### Tue Jan 21 2025 | ||
|
||
|
||
|
||
Deployed contracts: | ||
|
||
<details> | ||
<summary> | ||
<a href="https://bscscan.com/address/0x28e2ea090877bf75740558f6bfb36a5ffee9e9df">Pool Manager</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/e6c327f" target="_blank">e6c327f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>initialOwner</td> | ||
<td><a href="https://bscscan.com/address/0x341c1511141022cf8eE20824Ae0fFA3491F1302b" target="_blank">0x341c1511141022cf8eE20824Ae0fFA3491F1302b</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://bscscan.com/address/0xf0432f360703ec3d33931a8356a75a77d8d380e1">Position Descriptor</a> (<a href="https://bscscan.com/address/0x98eded8886c37eaab755e8fd064ba672b7593f9e">Implementation</a>) | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/e6c327f" target="_blank">e6c327f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>_poolManager</td> | ||
<td><a href="https://bscscan.com/address/0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF" target="_blank">0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF</a></td> | ||
</tr> | ||
<tr> | ||
<td>_wrappedNative</td> | ||
<td><a href="https://bscscan.com/address/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c" target="_blank">0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c</a></td> | ||
</tr> | ||
<tr> | ||
<td>_nativeCurrencyLabelBytes</td> | ||
<td><a href="https://bscscan.com/tx/0x424e420000000000000000000000000000000000000000000000000000000000" target="_blank">0x424e420000000000000000000000000000000000000000000000000000000000</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://bscscan.com/address/0x7a4a5c919ae2541aed11041a1aeee68f1287f95b">Position Manager</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/e6c327f" target="_blank">e6c327f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>_poolManager</td> | ||
<td><a href="https://bscscan.com/address/0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF" target="_blank">0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF</a></td> | ||
</tr> | ||
<tr> | ||
<td>_permit2</td> | ||
<td><a href="https://bscscan.com/address/0x000000000022D473030F116dDEE9F6B43aC78BA3" target="_blank">0x000000000022D473030F116dDEE9F6B43aC78BA3</a></td> | ||
</tr> | ||
<tr> | ||
<td>_unsubscribeGasLimit</td> | ||
<td>300000</td> | ||
</tr> | ||
<tr> | ||
<td>_tokenDescriptor</td> | ||
<td><a href="https://bscscan.com/address/0xf0432f360703EC3d33931a8356a75A77d8d380e1" target="_blank">0xf0432f360703EC3d33931a8356a75A77d8d380e1</a></td> | ||
</tr> | ||
<tr> | ||
<td>_weth9</td> | ||
<td><a href="https://bscscan.com/address/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c" target="_blank">0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://bscscan.com/address/0x9f75dd27d6664c475b90e105573e550ff69437b0">V4 Quoter</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/e6c327f" target="_blank">e6c327f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>_poolManager</td> | ||
<td><a href="https://bscscan.com/address/0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF" target="_blank">0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://bscscan.com/address/0xd13dd3d6e93f276fafc9db9e6bb47c1180aee0c4">State View</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/e6c327f" target="_blank">e6c327f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>_poolManager</td> | ||
<td><a href="https://bscscan.com/address/0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF" target="_blank">0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF</a></td> | ||
</tr> | ||
</table> | ||
</details> | ||
<details> | ||
<summary> | ||
<a href="https://bscscan.com/address/0x1906c1d672b88cd1b9ac7593301ca990f94eae07">Universal Router</a> | ||
</summary> | ||
<table> | ||
<tr> | ||
<td>Commit hash: <a href="[email protected]:Uniswap/contracts/commit/e6c327f" target="_blank">e6c327f</a></td> | ||
</tr> | ||
<tr> | ||
<th>Parameter</th> | ||
<th>Value</th> | ||
</tr> | ||
<tr> | ||
<td>params</td> | ||
<td>{"permit2":"0x000000000022D473030F116dDEE9F6B43aC78BA3","weth9":"0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c","v2Factory":"0x8909Dc15e40173Ff4699343b6eB8132c65e18eC6","v3Factory":"0xdB1d10011AD0Ff90774D0C6Bb92e5C5c8b4461F7","pairInitCodeHash":"0x96e8ac4277198ff8b6f785478aa9a39f403cb768dd02cbee326c3e7da348845f","poolInitCodeHash":"0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54","v4PoolManager":"0x28e2Ea090877bF75740558f6BFB36A5ffeE9e9dF","v3NFTPositionManager":"0x7b8A01B39D58278b5DE7e48c8449c9f4F5170613","v4PositionManager":"0x7A4a5c919aE2541AeD11041A1AEeE68f1287f95"}</td> | ||
</tr> | ||
</table> | ||
</details> | ||
|
||
|
||
|
||
### Tue Jul 09 2024 | ||
|
||
|
||
|
@@ -359,7 +640,7 @@ Deployed contracts: | |
|
||
|
||
|
||
### Fri May 10 2024 | ||
### Thu May 09 2024 | ||
|
||
|
||
|
||
|
Oops, something went wrong.