Contract Addresses
All our contracts are currently deployed on the Sepolia testnet. While these contracts are not verified, you can still view all transactions associated with them on Etherscan 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 Gelato 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 Gelato Prediction Bet Automation.
Lottery Automation
Functionality: Similarly, lottery processes are automated for optimal efficiency.
Access Lottery Automation Details: For details on the lottery automation task, check out Gelato Lottery Automation.
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 Chainlink VRF
These automation tools ensure that DegenHouse operates smoothly, with timely updates and fair processes in both betting and lottery systems.
Last updated