Skip to content

biolypl/ETH_Mutual_bettings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETH_Mutual_bettings

Features

By deploying this contract you define an event with possible options to bet. Example constructor:

{
	"string betName": "Club A vs Club B", // name of the bet
	"uint8 myFee": 10, // Your fee as a deployer
	"uint256 _closeTime": "1577836800", // Time when the contract will not accept more deposits
	"uint256 _solveTime": "1577836810", // Time when the contract would be able to resolve
	"bytes32[] _options": [ // Event options
		"0x1000000000000000000000000000000000000000000000000000000000000000",
		"0x2000000000000000000000000000000000000000000000000000000000000000"
	]
}

By using this software you agree to GNUv3 license

About

Simple Solidity contract for mutual bettings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published