This repository serves as a reference for the World Republic smart contracts. It contains:
-
Smart Contract Files:
Staking20Base.sol
(modified from thirdweb's Staking20Base)Staking20.sol
(modified from thirdweb's Staking20 implementation, used by Staking20Base)
-
Deployment Addresses:
Staking20Base.sol
:0x2f08c17b30e6622f8b780fb58835fc0927e2dc8e
TokenERC20.sol
(Drachma):0xAAC7d5E9011Fc0fC80bF707DDcC3D56DdfDa9084
Key Features:
- The
Staking20Base.sol
contract provides the basic income distribution mechanism for the World Republic - The
Staking20.sol
contract contains the core staking logic that has been modified to suit the World Republic's needs - Drachma (WDD) is the official currency and payment token of the World Republic, deployed as a thirdweb TokenERC20
Important:
This repository is provided for documentation purposes only. Do not clone this repo for deploying or testing the contracts.