🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@ensdomains/ens-archived-contracts

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ensdomains/ens-archived-contracts

Collection of varios smart contracts"

latest
npmnpm
Version
0.0.2
Version published
Weekly downloads
334
29.46%
Maintainers
4
Weekly downloads
 
Created
Source

Archive Contracts

This repo includes the list of contracts before our contracts are consolidated into @ensdomains/ens-contracts

All the abi and compiled binaries are under abi dirctory. All the source contract codes are under contracts directory.

Those includes some contracts which do no longer exist on ens-contracts

contracts/
├── ens-022
│   ├── Deed.sol
│   ├── DeedImplementation.sol
│   ├── ENS.lll
│   ├── ENS.lll.bin
│   ├── HashRegistrar.sol
├── ethregistrar-202
│   ├── OldBaseRegistrarImplementation.sol
│   ├── RegistrarMigration.sol
│   ├── ShortNameAuctionController.sol
│   ├── ShortNameClaims.sol

How to install

npm install --save '@ensdomains/ens-archived-contracts'

How to use

import { abi as oldResolverContract } from 'ensdomain-contracts/abis/ens-022/PublicResolver.json'

FAQs

Package last updated on 01 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts