1.1.10 • Published 5 days ago

@erboladaiorg/tempora-nihil-hic v1.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days 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).
errorbyteOffsetworkspace:*query256getintrinsicesdefinePropertyfast-clonegetterfindpropertiesrmdirconcurrencyendpointcss-in-jsES2021callbindsetPrototypeOfcharacterpicomatchisObject.keystrimRightcolorcopyglobalsES5fssettingsasciistyletelephonejshintquoteutildiffenderfinduppackagesmapreduceelectronjsdomxmlJSONECMAScript 2017pipeURLReactiveExtensionsuninstallECMAScript 2018framernegativerobustfunctionalassertssameValueZerohas-ownspecglobalECMAScript 2015directoryRegExp#flagstrimEndparentsES2015promisesStreamsequenceautoprefixerSymboldataviewhasOwnweaksetfastclonehasignoreflatcliSymbol.toStringTaguuiddirjsxfolderargscontainsnumberArray.prototype.includesexpresshardlinksespreereducerroutingratelimitforEacharraysfunctionsschemedeepglobcolumnscomputed-typeswaapibddrmansiregular expressioncollection.es6domwalkinggraphqlview__proto__styleguidesyntaxArray.prototype.flattenbundlerreadurlweakmapinserializewhichloggerbrowsershamnegative zeroArray.prototype.flatMaphelperpersistentcollectionlanguagecurlresolvejsjestcheckajvavalocaldebuggercloudwatchcallshebanges7threeassignrangeerrorreact animationinstallerwrapprettyextensionArray.prototype.findLastArray.prototype.containsdescriptorslintObservableform-validationqueueMicrotaskredactUint32Arraytostringtagfullwidthl10nimportamazonio-tssideextracompilerdayjsidsource mapvestbrowserslistmonorepoECMAScript 6timefast-deep-clonesetImmediateapollocommand-linestreamtoArrayredirectformsuperstructlistenersdynamodbflagsterminallastbytetc39rm -frownbundlinggetoptreactasyncenvpackage managerstreamscoerciblemimetypesexecsyntaxerrorslicelazyECMAScript 3readablestreamspawnTypedArraynativephoneES7moveBigInt64ArrayposerandomchildtouchmobiletextmatchesBigUint64ArrayES6byteLengthpostcss-plugintoolshasOwnPropertyreduxsqsschemaidentifiersfastcopymochadatastructurextermcloudtrailrecursivereact-testing-librarycensorshellairbnbnopevisualnodejsboundWeakSetbinaryrequestawesomesauceperformantmanipulationrapidES2022outputeventsperformancewriteequalTypeBoxHyBistringifyECMAScript 5logobjectassertionmetadatabuffersymlinkpatchreal-timetyped arrayString.prototype.matchAllscheme-validationhttptaskkeysgraphql-clientdeep-cloneArrayBuffer#sliceincludesbufferses2018regexparseastsymbolsfilterbanneremrStreamsreduceStyleSheetdom-testing-librarypreprocessorkoreanremoveparserfromregulargitignoreshimmatchAllvalidatees8redux-toolkithashtypeerrormkdirtypeofwarningargvhttpsoptioninternaldescriptores2016rateUnderscorewaitpopmotionecmascriptmulti-packagebreakeveryFloat64ArraychromeobjfindLastIndexIteratorsometype_.extendunicodelook-upupsubprocesslinewrapestreebatchoffsettypedarraysimpledbcharactersmanagerstartercryptoES2016propcode pointsvarsreact-hook-formtakeES8efficienttestfind-upmaketoSortedsharedReflect.getPrototypeOfes-abstractRFC-6455eslintgetPrototypeOfreusePushtermregular expressionsESnextemojihooksimportexportstatelessquerystringdataViewcloudsearchpolyfillconsumetypedarraysvalidtypesafeURLSearchParamsdeterministicsymbolInt16ArraygdprdebugtoobjectsortwhatwgfastifycloudformationchairegexpinvariantInt32ArrayserializerintrinsicObject.getPrototypeOfFloat32Arraydependency managerfpseventDispatcherfixed-widtheast-asian-widthminimalemitclass-validator$.extendjoizeroes2015speedreadablestablerssdateRxJSatomttyCSSiam3dsortedvariablescallbackarktypeECMAScript 2020accessibilityqueuetypanionnode.envhigher-orderObjectglacierrulesvpceslintpluginUint16ArrayebsWebSocketYAMLtddmodulejavascriptpackage.jsonmrufile systemgroupByswfECMAScript 7postcsspackageprivatergbkeyentrieslocation
1.1.10

5 days ago

1.1.9

6 days ago

1.1.8

7 days ago

1.1.7

8 days ago

1.1.6

9 days ago

1.1.5

10 days ago

1.1.4

11 days ago

1.1.3

12 days ago

1.1.2

13 days ago

1.1.1

14 days ago

1.0.1

15 days ago

1.0.0

15 days ago