3.1 Competition
Function 1: start
function start() public onlyOwner whenNotLive whenNotExpiredName
Type
Description
Function 2: setTeamNames
function setTeamNames(string[] calldata _names) public onlyOwner whenNotLiveName
Type
Description
Function 3: completeMatch
function completeMatch(uint256 _matchId, uint8 _winningTeamId) external onlyOwner whenInProgressName
Type
Description
Function 4: advanceRound
function advanceRound(uint8[] calldata _matchResults) public onlyOwner whenInProgressName
Type
Description
Function 5: advanceRound
Name
Type
Description
Function 6: getCompetitionProgression
Name
Type
Description
Function 7: getMatchOutcome
Name
Type
Description
Last updated