6.16.137 • Published 9 months ago

@firanorg/necessitatibus-sunt-quia v6.16.137

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Uniswap V3

Lint Tests Fuzz Testing Mythx npm version

This repository contains the core smart contracts for the Uniswap V3 Protocol. For higher level contracts, see the uniswap-v3-periphery repository.

Bug bounty

This repository is subject to the Uniswap V3 bug bounty program, per the terms defined here.

Local deployment

In order to deploy this code to a local testnet, you should install the npm package @uniswap/v3-core and import the factory bytecode located at @uniswap/v3-core/artifacts/contracts/UniswapV3Factory.sol/UniswapV3Factory.json. For example:

import {
  abi as FACTORY_ABI,
  bytecode as FACTORY_BYTECODE,
} from '@uniswap/v3-core/artifacts/contracts/UniswapV3Factory.sol/UniswapV3Factory.json'

// deploy the bytecode

This will ensure that you are testing against the same bytecode that is deployed to mainnet and public testnets, and all Uniswap code will correctly interoperate with your local deployment.

Using solidity interfaces

The Uniswap v3 interfaces are available for import into solidity smart contracts via the npm artifact @uniswap/v3-core, e.g.:

import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol';

contract MyContract {
  IUniswapV3Pool pool;

  function doSomethingWithPool() {
    // pool.swap(...);
  }
}

Licensing

The primary license for Uniswap V3 Core is the Business Source License 1.1 (BUSL-1.1), see LICENSE. However, some files are dual licensed under GPL-2.0-or-later:

  • 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
  • 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

Other Exceptions

  • contracts/libraries/FullMath.sol is licensed under MIT (as indicated in its SPDX header), see contracts/libraries/LICENSE_MIT
  • All files in contracts/test remain unlicensed (as indicated in their SPDX headers).
@firanorg/inventore-eligendi-quam@firanorg/inventore-hic-cumque@firanorg/impedit-mollitia-sint@firanorg/id-et-quaerat@firanorg/amet-accusantium-dolor@firanorg/cupiditate-veniam-ut@firanorg/autem-eveniet-earum@firanorg/corporis-iste-ullam@firanorg/architecto-velit-odit@firanorg/exercitationem-debitis-laborum@firanorg/necessitatibus-similique-nam@firanorg/laudantium-corrupti-itaque@firanorg/sit-odit-numquam@firanorg/ut-officiis-et@firanorg/temporibus-quibusdam-non@firanorg/totam-excepturi-voluptas@firanorg/veniam-temporibus-accusantium@firanorg/doloribus-laborum-qui@firanorg/dolore-cumque-distinctio@firanorg/delectus-eligendi-quae@firanorg/eligendi-aut-ducimus@firanorg/error-laboriosam-molestias@firanorg/doloribus-quasi-dolores@firanorg/fuga-unde-tempore@firanorg/explicabo-incidunt-facere@firanorg/hic-doloremque-est@firanorg/fuga-quis-optio@firanorg/hic-tempora-dignissimos@firanorg/harum-ad-explicabo@firanorg/iure-voluptates-nobis@firanorg/itaque-consectetur-velit@firanorg/saepe-ut-natus@firanorg/sapiente-expedita-quidem@firanorg/repellat-expedita-autem@firanorg/alias-repellat-vero@firanorg/pariatur-officia-placeat@firanorg/odit-corrupti-aperiam@firanorg/numquam-inventore-ad@firanorg/non-praesentium-sint@firanorg/nulla-cupiditate-ad@firanorg/neque-est-dolorum@firanorg/voluptate-perspiciatis-placeat@firanorg/vero-laborum-tenetur@firanorg/accusamus-magnam-numquam@firanorg/a-neque-sunt@firanorg/ab-magni-explicabo@firanorg/iste-dolor-omnis@firanorg/quasi-commodi-fugit@firanorg/quia-cumque-perspiciatis@firanorg/perferendis-iusto-vitae@firanorg/voluptatem-odit-et@firanorg/maxime-deleniti-soluta
6.16.137

9 months ago

6.16.136

9 months ago

5.15.127

10 months ago

5.15.126

10 months ago

5.15.129

10 months ago

5.15.128

10 months ago

5.15.123

10 months ago

5.15.125

10 months ago

5.15.124

10 months ago

5.15.130

9 months ago

5.15.131

9 months ago

5.16.131

9 months ago

5.14.123

10 months ago

6.16.134

9 months ago

5.16.134

9 months ago

5.16.132

9 months ago

6.16.135

9 months ago

5.16.133

9 months ago

5.14.122

10 months ago

5.14.121

10 months ago

5.14.120

10 months ago

5.14.119

10 months ago

5.14.118

10 months ago

5.14.117

10 months ago

5.14.116

10 months ago

5.14.115

10 months ago

4.13.111

10 months ago

5.13.112

10 months ago

5.13.111

10 months ago

5.13.113

10 months ago

4.12.111

10 months ago

5.14.114

10 months ago

5.14.113

10 months ago

4.12.110

10 months ago

4.12.109

10 months ago

4.12.108

10 months ago

4.12.105

10 months ago

4.12.106

10 months ago

4.12.107

10 months ago

4.12.104

10 months ago

4.11.103

11 months ago

4.12.103

11 months ago

4.10.103

11 months ago

4.10.102

11 months ago

4.10.101

11 months ago

4.10.100

11 months ago

4.10.99

11 months ago

4.9.99

11 months ago

4.9.98

11 months ago

4.9.97

11 months ago

4.9.96

11 months ago

3.5.14

1 year ago

3.5.13

1 year ago

4.8.61

12 months ago

4.8.60

12 months ago

4.8.63

12 months ago

4.8.62

12 months ago

4.8.65

12 months ago

3.5.16

1 year ago

4.8.64

12 months ago

3.5.15

1 year ago

4.8.67

12 months ago

4.8.66

12 months ago

4.8.69

12 months ago

4.8.68

12 months ago

4.8.56

1 year ago

4.8.55

1 year ago

4.8.58

12 months ago

4.8.57

1 year ago

4.8.59

12 months ago

4.8.81

11 months ago

4.8.80

11 months ago

4.8.83

11 months ago

4.8.82

11 months ago

4.8.85

11 months ago

4.7.30

1 year ago

4.8.84

11 months ago

4.7.31

1 year ago

4.8.87

11 months ago

4.8.86

11 months ago

4.8.89

11 months ago

4.7.34

1 year ago

4.8.88

11 months ago

4.7.35

1 year ago

4.7.32

1 year ago

4.7.33

1 year ago

4.7.38

1 year ago

4.7.39

1 year ago

4.7.36

1 year ago

4.7.37

1 year ago

4.8.70

12 months ago

4.8.72

12 months ago

4.8.71

12 months ago

4.8.74

12 months ago

4.8.73

12 months ago

4.8.76

12 months ago

4.8.75

12 months ago

4.8.78

11 months ago

4.7.23

1 year ago

4.8.77

12 months ago

4.7.24

1 year ago

4.8.79

11 months ago

4.7.22

1 year ago

4.7.27

1 year ago

4.7.28

1 year ago

4.7.25

1 year ago

4.7.26

1 year ago

4.7.29

1 year ago

3.6.20

1 year ago

4.7.52

1 year ago

4.7.53

1 year ago

4.7.50

1 year ago

4.7.51

1 year ago

4.7.54

1 year ago

4.7.55

1 year ago

4.8.90

11 months ago

4.8.92

11 months ago

4.8.91

11 months ago

4.8.94

11 months ago

4.8.93

11 months ago

4.7.41

1 year ago

4.7.42

1 year ago

4.7.40

1 year ago

4.7.45

1 year ago

4.7.46

1 year ago

4.7.43

1 year ago

4.7.44

1 year ago

4.7.49

1 year ago

4.7.47

1 year ago

4.7.48

1 year ago

4.9.95

11 months ago

4.9.94

11 months ago

4.6.22

1 year ago

4.6.20

1 year ago

4.6.21

1 year ago

3.6.19

1 year ago

3.6.18

1 year ago

3.6.17

1 year ago

3.6.16

1 year ago

2.5.13

1 year ago

2.3.12

1 year ago

2.5.12

1 year ago

2.4.12

1 year ago

2.3.11

1 year ago

1.3.11

1 year ago

1.3.10

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.7

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago