3.2 PredictableCompetition
Function 1: createBracketPrediction
function createBracketPrediction(address _registrant, uint8[] calldata _matchPredictions) public virtual whenNotLiveName
Type
Description
Function 2: getUserBracketPrediction
function getUserBracketPrediction(address _user) public view returns(uint8[] memory bracketPrediction_)Name
Type
Description
Function 3: hasUserRegistered
function hasUserRegistered(address _user) public view returns(bool isRegistered_)Name
Type
Description
Function 4: getTotalScore
function getTotalScore() external view returns(uint256 totalScore_)Function 5: getUserScorePercent
Name
Type
Description
Function 6: getUserBracketScore
Name
Type
Description
Last updated