Contract Addresses

Deployed contract addresses for Gaambl Lotto and Raafl on Base network

Base Sepolia (Testnet)

These contracts are deployed on Base Sepolia testnet for testing and development purposes.

Gaambl Lotto

Token-based lottery contract

0x6ff4f11e39B7AC86195B39fbd20B4A54B67932F1

Gaambl Raafl

NFT-based raffle contract

0x5B9043f4ac926BB131F6335CdEF8121Be1f3efd9

Base Mainnet

Coming Soon

Mainnet contracts are currently under development and will be deployed after thorough testing.

Contract Verification

All contracts are verified on BaseScan for transparency and security. You can view the source code, ABI, and interact with the contracts directly.

Verification Status

  • Source code verified
  • ABI available
  • Contract interaction enabled
  • Event logs accessible

Security Features

  • Open source code
  • Audited by security experts
  • Emergency pause functionality
  • Multi-sig ownership

Integration Guide

Use these addresses to integrate Gaambl contracts into your applications:

JavaScript/TypeScript

const LOTTO_ADDRESS = "0x6ff4f11e39B7AC86195B39fbd20B4A54B67932F1";
const RAFFLE_ADDRESS = "0x5B9043f4ac926BB131F6335CdEF8121Be1f3efd9";

Solidity

address constant LOTTO_ADDRESS = 0x6ff4f11e39B7AC86195B39fbd20B4A54B67932F1;
address constant RAFFLE_ADDRESS = 0x5B9043f4ac926BB131F6335CdEF8121Be1f3efd9;