Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uniswap/v3-core

Package Overview
Dependencies
Maintainers
7
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uniswap/v3-core - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-solc-0.8-simulate

artifacts/contracts/interfaces/pool/IUniswapV3PoolErrors.sol/IUniswapV3PoolErrors.json

62

artifacts/contracts/interfaces/IUniswapV3Pool.sol/IUniswapV3Pool.json

@@ -7,2 +7,62 @@ {

{
"inputs": [],
"name": "AI",
"type": "error"
},
{
"inputs": [],
"name": "AS",
"type": "error"
},
{
"inputs": [],
"name": "F0",
"type": "error"
},
{
"inputs": [],
"name": "F1",
"type": "error"
},
{
"inputs": [],
"name": "IIA",
"type": "error"
},
{
"inputs": [],
"name": "L",
"type": "error"
},
{
"inputs": [],
"name": "LOK",
"type": "error"
},
{
"inputs": [],
"name": "M0",
"type": "error"
},
{
"inputs": [],
"name": "M1",
"type": "error"
},
{
"inputs": [],
"name": "TLM",
"type": "error"
},
{
"inputs": [],
"name": "TLU",
"type": "error"
},
{
"inputs": [],
"name": "TUM",
"type": "error"
},
{
"anonymous": false,

@@ -692,3 +752,3 @@ "inputs": [

"internalType": "uint128",
"name": "_liquidity",
"name": "liquidity",
"type": "uint128"

@@ -695,0 +755,0 @@ },

2

artifacts/contracts/interfaces/pool/IUniswapV3PoolState.sol/IUniswapV3PoolState.json

@@ -91,3 +91,3 @@ {

"internalType": "uint128",
"name": "_liquidity",
"name": "liquidity",
"type": "uint128"

@@ -94,0 +94,0 @@ },

@@ -8,3 +8,3 @@ {

},
"version": "1.0.0",
"version": "1.0.1-solc-0.8-simulate",
"homepage": "https://uniswap.org",

@@ -34,3 +34,3 @@ "keywords": [

"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.1",

@@ -37,0 +37,0 @@ "@typechain/ethers-v5": "^4.0.0",

@@ -58,9 +58,10 @@ # Uniswap V3

The primary license for Uniswap V3 Core is the Business Source License 1.1 (`BUSL-1.1`), see [`LICENSE`](./LICENSE).
The primary license for Uniswap V3 Core is the Business Source License 1.1 (`BUSL-1.1`), see [`LICENSE`](./LICENSE). However, some files are dual licensed under `GPL-2.0-or-later`:
### Exceptions
- All files in `contracts/interfaces/` may also be licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see [`contracts/interfaces/LICENSE`](./contracts/interfaces/LICENSE)
- Several files in `contracts/libraries/` may also be licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see [`contracts/libraries/LICENSE`](contracts/libraries/LICENSE)
- All files in `contracts/interfaces/` are licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see [`contracts/interfaces/LICENSE`](./contracts/interfaces/LICENSE)
- Several files in `contracts/libraries/` are licensed under `GPL-2.0-or-later` (as indicated in their SPDX headers), see [`contracts/libraries/LICENSE_GPL`](contracts/libraries/LICENSE_GPL)
### Other Exceptions
- `contracts/libraries/FullMath.sol` is licensed under `MIT` (as indicated in its SPDX header), see [`contracts/libraries/LICENSE_MIT`](contracts/libraries/LICENSE_MIT)
- All files in `contracts/test` remain unlicensed.
- All files in `contracts/test` remain unlicensed (as indicated in their SPDX headers).

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc