yieldz.cc Documentation
web3creator.xyzyieldz.cc
  • Welcome
    • Introduction
    • Why yieldz.cc?
  • Staking Models
    • Simple
    • Custom Reward
    • Stake Locks
    • Action Fees
    • Time-Based Distribution
  • Tutorials
    • Deploy Staking
    • Manage Staking
      • Time-Based Distribution
      • Action Fees
    • A Stakers Guide
  • Resources
    • Roadmap
    • Smart Contracts
      • Testnet
    • Security & Audits
    • Whitepaper
    • Terms of Service
  • Official Links
    • link3.to/yieldzcc
    • GitHub
    • web3creator.xyz
Powered by GitBook
On this page
  • Smart Contracts on GitHub
  • Sonic
  1. Resources

Smart Contracts

PreviousRoadmapNextTestnet

Last updated 3 months ago

Smart Contracts on GitHub

You can find yieldz.cc's smart contracts here:

Sonic

You can find the most recent addresses of the mainnet deployments on our GitHub:

Name
Address

StakingSimple Factory

StakingSimple

StakingCustomReward Factory

StakingCustomReward

StakingTimeLock Factory

StakingTimeLock

StakingActionFees Factory

StakingActionFees

StakingOverTimeReward Factory

StakingOverTimeReward

https://github.com/web3-creator/yieldzcc-contracts
0xc91661d9cEA9B8db82Ea3331C58282ECD745054e
0x1FDFf1297B25B69046a9964A69327544D3DDdC82
0x36712Af1af9b3e5037eFCe322188B895f3c49219
0x5083A85336992418c37d9190d16245d581a147Bd
0x58Eb3b718152f5d41eafe413605923A23A286D92
0x7528C9fb57649a55D453C8AfF68b79075aDec46F
0xc7269a040609680bEd6e9b3bddf0fa2fA530881c
0xD9a35368333aCe772274D5Fa9F888c6B4681be61
0x6e28e856C889aa17A15B9f1936392D916561d30f
0xF6f4e7D85A348869DD055Bad98C476C3a1eaaAc5
https://github.com/web3-creator/yieldzcc-contracts/blob/main/deployments/sonic.json
{
    "StakingActionFees": "0xD9a35368333aCe772274D5Fa9F888c6B4681be61",
    "StakingActionFeesFactory": "0xc7269a040609680bEd6e9b3bddf0fa2fA530881c",
    "StakingCustomReward": "0x5083A85336992418c37d9190d16245d581a147Bd",
    "StakingCustomRewardFactory": "0x36712Af1af9b3e5037eFCe322188B895f3c49219",
    "StakingOverTimeReward": "0x6e28e856C889aa17A15B9f1936392D916561d30f",
    "StakingOverTimeRewardFactory": "0xF6f4e7D85A348869DD055Bad98C476C3a1eaaAc5",
    "StakingSimple": "0x1FDFf1297B25B69046a9964A69327544D3DDdC82",
    "StakingSimpleFactory": "0xc91661d9cEA9B8db82Ea3331C58282ECD745054e",
    "StakingTimeLock": "0x7528C9fb57649a55D453C8AfF68b79075aDec46F",
    "StakingTimeLockFactory": "0x58Eb3b718152f5d41eafe413605923A23A286D92"
}