https://github.com/plebbit/pleb-token-smart-contracts
https://github.com/plebbit/pleb-token-smart-contracts
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/plebbit/pleb-token-smart-contracts
- Owner: plebbit
- License: gpl-2.0
- Created: 2022-01-07T19:29:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-18T03:08:45.000Z (about 3 years ago)
- Last Synced: 2025-04-12T11:17:26.415Z (about 1 year ago)
- Language: Solidity
- Size: 658 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*