DegenHouse
  • đŸ’ŦWhat is DegenHouse?
  • Getting Started
    • 📒Glossary
    • đŸŽ¯Setting up your wallet
  • 👇Wallet Interaction
    • 💰How to Load Your Wallet?
    • 🔄Withdrawal and Refunds
  • 🌍Faucet
    • â„šī¸How to use Faucet and Testnet
  • 🎲Betting
    • Creating a Predict the ERC-20 Token Price Bet
    • Betting NFT as Collateral
    • Joining a Bet
    • How does a bet end ?
  • đŸŽŸī¸Lottery
    • Joining Lottery Games
    • Calculating the Lottery Pool Prize
  • 🏆Leaderboards
    • Leaderboard
    • Points System
    • Multipliers
  • DEVELOPERS
    • Contract Addresses
Powered by GitBook
On this page
  1. DEVELOPERS

Contract Addresses

Last updated 1 year ago

All our contracts are currently deployed on the testnet. While these contracts are not verified, you can still view all transactions associated with them on for transparency and tracking purposes.

Name
Purpose
Address

Test USDC

DUSDC - Token used for Testnet

0x068cCD77629EC0C1C7f201BE3ea7d11Bb018fDaf

Bankroll

Where all Token Interaction takes place.

0x9908Db86086c33D8E6B7cDEb7A37B7F103aD307D

Basebet

The base contract. Tokenbet and NFT Bet NFTbet implements Basebet.

0x71027E58767B17bA9cf0d8cF824b0179c7bc6853

Tokenbet

Erc20 Bet Interactions

0xb624859F98dc8C8318148c1a02dbA7Df573a503F

NFT Bet

NFT Bet Interactions

0xbA4F3E995cFb11f559E870ac68870a84e0ac46d2

Lottery

Lottery Game Play

0x3CE73284CBC0d2D341661b5A61ba08281fa2EBac

DegenHouse utilizes for seamless automation in various functionalities:

Prediction Bet Automation

  • Functionality: For prediction bets, a Solidity function runs in every block. Gelato's automation system efficiently handles updates such as checking for winners and bet expirations.

  • Access Bet Automation Details: To view the specific automation task for prediction bets, visit

Lottery Automation

  • Functionality: Similarly, lottery processes are automated for optimal efficiency.

  • Access Lottery Automation Details: For details on the lottery automation task, check out

Random Number Generation with Chainlink VRF

  • Purpose: For selecting random numbers, DegenHouse relies on Chainlink's Verifiable Random Function (VRF).

  • Chainlink VRF Details: For details on the VRF, check out

These automation tools ensure that DegenHouse operates smoothly, with timely updates and fair processes in both betting and lottery systems.

Sepolia
Etherscan
Gelato
Gelato Prediction Bet Automation.
Gelato Lottery Automation.
Chainlink VRF