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 Blaze Testnet
  1. Resources
  2. Smart Contracts

Testnet

yieldz.cc smart contract addresses on testnets

PreviousSmart ContractsNextSecurity & Audits

Last updated 3 months ago

Smart Contracts on GitHub

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

Sonic Blaze Testnet

Name
Address

StakingSimple Factory

StakingSimple

StakingCustomReward Factory

StakingCustomReward

StakingTimeLock Factory

StakingTimeLock

StakingActionFees Factory

StakingActionFees

StakingOverTimeReward Factory

StakingOverTimeReward

0xb5c0e7956a002Cdd06AF05f9B68503F19C3Bc58D
0xE033437cA0DE3373dF8d08bB0793962dAC07ce1F
0xFcE77471E0f564D0fd559f34084d20c1b1287847
0x7224192C5fC0Fbf8D54DbFdc41c1A7236429b531
0xF87118897A11a7c4e9a5e22388d377Fbb6C3FAAA
0xF0079A1278C4E728d4674F35d0F49c32E3dCe92f
0x403971B6a505078b752d2142703a0F10cE0bD12E
0xCE5892B8Ca1735715Bc24F24ae6341Ab59471081
0x4afC06dBFb62fdd0430AB75a8EE6f7863d999d64
0x48CEa6a6091eFbbb6e0e08DD0848b31789C57627
https://github.com/web3-creator/yieldzcc-contracts/blob/main/deployments/sonic-testnet.json
{
    "StakingActionFees": "0xCE5892B8Ca1735715Bc24F24ae6341Ab59471081",
    "StakingActionFeesFactory": "0x403971B6a505078b752d2142703a0F10cE0bD12E",
    "StakingCustomReward": "0x7224192C5fC0Fbf8D54DbFdc41c1A7236429b531",
    "StakingCustomRewardFactory": "0xFcE77471E0f564D0fd559f34084d20c1b1287847",
    "StakingOverTimeReward": "0x48CEa6a6091eFbbb6e0e08DD0848b31789C57627",
    "StakingOverTimeRewardFactory": "0x4afC06dBFb62fdd0430AB75a8EE6f7863d999d64",
    "StakingSimple": "0xE033437cA0DE3373dF8d08bB0793962dAC07ce1F",
    "StakingSimpleFactory": "0xb5c0e7956a002Cdd06AF05f9B68503F19C3Bc58D",
    "StakingTimeLock": "0xF0079A1278C4E728d4674F35d0F49c32E3dCe92f",
    "StakingTimeLockFactory": "0xF87118897A11a7c4e9a5e22388d377Fbb6C3FAAA"
}