https://github.com/pokt-foundation/wrapped-pokt-token
Smart contracts for the Wrapped POKT Token
https://github.com/pokt-foundation/wrapped-pokt-token
ant aragon pocket-network pokt-network uni uniswap wpokt
Last synced: 17 days ago
JSON representation
Smart contracts for the Wrapped POKT Token
- Host: GitHub
- URL: https://github.com/pokt-foundation/wrapped-pokt-token
- Owner: pokt-foundation
- License: gpl-3.0
- Created: 2021-02-04T16:18:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T05:05:41.000Z (over 2 years ago)
- Last Synced: 2025-03-24T16:52:08.785Z (about 1 month ago)
- Topics: ant, aragon, pocket-network, pokt-network, uni, uniswap, wpokt
- Language: JavaScript
- Homepage: https://forum.pokt.network/t/wpokt-green-paper/400
- Size: 8.69 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Wrapped POKT Token
Smart contracts and additional resources for the Wrapped POKT Token, forked from Aragon's [ANTv2](https://aragon.org/token/ant).
- ✅ wPOKT has not been deployed yet. Beware of any scams! As soon as the token gets deployed to Mainnet we will have the updated address here.
- 🔍 Audits and security details are available in the [security policy](SECURITY.md)
- 📚 Additional documentation and user guides are available on the [Green Paper](https://forum.pokt.network/t/wpokt-green-paper/400)
- Wanna learn more about Pocket Network? Check the [official website out](https://pokt.network/)## Structure
This repo contains the package for the wPOKT contract:
- [`wPOKT`](packages/wPOKT): the latest wPOKT token contract. [Check it out!](packages/wPOKT/contracts/wPOKT.sol)
## Important contract info
### wPOKT
- [wPOKT.sol](packages/wPOKT/contracts/wPOKT.sol): Main contract for the token. Lightweight and supports [ERC-2612](https://eips.ethereum.org/EIPS/eip-2612), [ERC-3009](https://eips.ethereum.org/EIPS/eip-3009), token mints, and token burns.