An open API service indexing awesome lists of open source software.

https://github.com/plebbit/pleb-token-smart-contracts


https://github.com/plebbit/pleb-token-smart-contracts

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

The PLEB token is an upgradable contract deployed at https://snowtrace.io/address/0x625fc9bb971bb305a2ad63252665dcfe9098bee9

The current implementation of the contract (TokenV4.sol) is deployed at https://snowtrace.io/address/0xbdc4fd746bf7c3bdb92eb50c6db8e9caec772818

The Farm contract is deployed at https://snowtrace.io/address/0xbde4da3d0d8a7f7cc4ad9c1bcea8c8a53d1dd460

The Locker contracts are deployed at https://snowtrace.io/address/0x7db134260b0be15d5c2ec8d9246fd51765bf69fc and https://snowtrace.io/address/0x745fad4e2c8d07226ef8d6a8f3d78265a9a8eb45

#### Compile

`npx hardhat compile`

#### Test

`npx hardhat test`

*Using node 16.13.0 and solidity 0.8.11*