Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($86.19)
Native
Value
$86.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.033225 | $2,594.03 |
$86.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11702433 | 8 months ago | | | 0 | 0.000000043446813030 | |
| 11690588 | 8 months ago | | | 0 | 0.000000063353126868 | |
| 11514690 | 8 months ago | | | 0 | 0.000000046136411404 | |
| 11514616 | 8 months ago | | | 0 | 0.000000407228474236 | |
| 11514577 | 8 months ago | | | 0 | 0.000000030590064960 | |
| 11514576 | 8 months ago | | | 0 | 1.2881692e-7 | |
| 11514576 | 8 months ago | | | 0 | 0.000000094607499440 | |
| 11514574 | 8 months ago | | | 0 | 1.1170911e-7 | |
| 11514571 | 8 months ago | | | 0 | 1.2881576e-7 | |
| 11514564 | 8 months ago | | | 0 | 1.1170867e-7 |
ABI
ABI objects
Getter at block 22037652
owner() view returns (address)
0x95b94af6a603f75a2a1c4712e7ec53aff1e8bbf6
roundNumber() view returns (uint256)
5
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getGame(uint256 _roundNumber) view returns (struct IMiniGameGuessTheNumber)
getGuesses(uint256 _roundNumber, uint256 _guess) view returns (address[])
getPlayerGuess(uint256 _roundNumber, address _player) view returns (uint256)
getWinners(uint256 _roundNumber) view returns (address[])
guessLookup(uint256 roundNum, address player) view returns (uint256 guess)
guessTheNumberGames(uint256 roundNum) view returns (uint256 range, uint256 winningNumber, uint256 guessCount, uint256 playersAdded, bool active)
guesses(uint256 roundNum, uint256 guess, uint256) view returns (address guessers)
isApprovedForAll(address account, address operator) view returns (bool)
players(uint256 roundNum, address player) view returns (bool canPlay)
roundWinners(uint256 roundNum, uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
State-modifying
Events addPlayers(address[] _players)
addPlayers(address[] _players, uint256 etherAmount)
endGame()
guessTheNumber(uint256 _guess)
newGame(uint256 _range)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
receive()
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
alreadyInRound()
failedToSendEth()
gameIsNotActive()
guessNotInRange()
insufficientContractBalance()
playerNotInRound()
rangeShouldBeGreaterThanZero()