Giter Site home page Giter Site logo

fairincentiveprotocol-contracts's Introduction

FairProtocolContracts

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

Tokens

Виды эмиссий:

Capped - C - обязательно устанавливается max supply, при этом возможность установить initial supply и можно минтить до max supply.

Fixed -F - устанавливается обязательно initial supply и больше нельзя наминтить.

Unlimited -U - можно минтить сколько угодно, нет max supply, но можно установить initial supply.

Дополнения:

Pausable - P - возможность остановить критические функции в контракте.

Burnable - B - возможность сжигать монеты.

Blacklist - Bl - возможность добавлять пользователей в черный список, что запретит им пользоваться контрактом.

Recoverable - R - возможность возвращать любой токен, который был отправлен на контракт.

Verified on Etherscan

Название контрактов:

{Стандарт}{Тип эмиссии}{...Дополнения}.sol

ERC20CP.sol - ERC-20 Capped Pausable

ERC20CPB.sol - ERC-20 Capped Pausable Burnable

ERC20CPBBl.sol - ERC-20 Capped Pausable Blacklist

ERC20CPBBl.sol - ERC-20 Capped Pausable Recoverable

ERC20CPBBl.sol - ERC-20 Capped Pausable Burnable Blacklist

ERC20CPBBlR.sol - ERC-20 Capped Pausable Burnable Recoverable

ERC20CPBlR - ERC-20 Capped Pausable Blacklist Recoverable

ERC20CPBBlBlR.sol - ERC-20 Capped Pausable Burnable Blacklist Recoverable

fairincentiveprotocol-contracts's People

Contributors

elolpuer avatar

Watchers

 avatar  avatar

Forkers

goncalveses

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.