Tag
#lottery-game
19 repositories
Repos
This is a simple "winner takes all" raffle lottery dapp built on an Ethereum Test Network.
A simple lottery smart contract with basic lottery functionalily i.e. start lottery , get entrance fees , enter lottery , end lottery , view lottery balance , view winner etc and with additional functions to add profit percentage for the contract owner, and to withdraw the profits earned by the contract etc.
This is a Smart contract based on Chinese Lottery with VRF integration
A simple lottery game using true randomness to select the winner. This contract uses Chainlinks Verifiable Random Number to generate truly random numbers, Chainlink's VRF serves as a oracle to our contract.
A lottery to onboard and educate the web2 community about web3.
Smart Contracts for QChain Lottery project (it's not production version – random vulnerability)
An advanced smart contract that allows players to bet ETH in a raffle style
I created a ethereum based lottery contract. In this we provide some functionality. It will allow player to enter into the game. The player have to pay some amount of ether to enter in the game. And the manager will call a pick Winner function. So, the winner will get all the money
A secure, decentralized raffle system built with Solidity and Foundry. Features Chainlink VRF for verifiable randomness and Chainlink Automation for trustless execution. Includes comprehensive unit tests, automated deployments, and cross-chain compatibility. Built with gas optimization and security best practices in mind.
A simple, transparent on-chain lottery smart contract built with Foundry. Users purchase fixed-price tickets and a winner is randomly selected to receive the entire prize pool.