chapter17-code-1

PHOTO EMBED

Thu Mar 30 2023 11:26:27 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract ExampleContract {

	function getTopLeaderboardScore() public pure returns (address, uint256) {
		return (0xd8da6bf26964af9d7eed9e03e53415d37aa96045, 100);
	}
}
content_copyCOPY