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

https://github.com/bjornbuug/upgradeable_staking_uups

UUPS-compliant contract in Solidity, allowing token staking, unstaking, and claiming with built-in pause and upgrade features
https://github.com/bjornbuug/upgradeable_staking_uups

blockchain foundry solidity-contracts staking staking-rewards uups-proxy-pattern

Last synced: 4 months ago
JSON representation

UUPS-compliant contract in Solidity, allowing token staking, unstaking, and claiming with built-in pause and upgrade features

Awesome Lists containing this project

README

        

# Staking Smart Contract

This repository contains a UUPS (Universal Upgradeable Proxy Standard) compliant smart contract that allows users to stake ERC20 tokens and earn periodic rewards. The contract also enables unstaking and claiming of tokens, and includes features for pausability and upgradability