Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($804.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Fren Pet | ERC-20 | 600 | $1.34 |
$804 | |
toby | ERC-20 | 29.577464M | $0.00 |
$0.71 | |
PEEZY | ERC-20 | 1.2 | $0.007948 |
$0.01 | |
BENTO | ERC-20 | 888.888K | $0.00 |
$0.01 | |
BOYS | ERC-20 | 0.22 | $0.00336 |
$0 | |
BOOMER | ERC-20 | 0.168 | $0.004059 |
$0 | |
RIKY | ERC-20 | 0.99 | $0.000066 |
$0 | |
Boe | ERC-20 | 0.69 | $0.000085 |
$0 | |
MINKY | ERC-20 | 10 | $0.000005 |
$0 | |
UBPS | ERC-20 | 0.01 | $0.000301 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5012896 | a year ago | | | 0 | 1.9054152e-7 | |
| 4827158 | a year ago | | | 0 | 0.000022969010 | |
| 4821509 | a year ago | | | 0 | 0.000022971438 | |
| 4817213 | a year ago | | | 0 | 0.000022971438 | |
| 4815336 | a year ago | | | 0 | 0.000022971438 | |
| 4815331 | a year ago | | | 0 | 0.000022971438 | |
| 4815326 | a year ago | | | 0 | 0.000035188643 | |
| 4807910 | a year ago | | | 0 | 0.000029815978 | |
| 4807905 | a year ago | | | 0 | 0.000022969010 | |
| 4807902 | a year ago | | | 0 | 0.000022969010 |
ABI
ABI objects
Getter at block 22001972
canSettleGame() view returns (bool)
true
currentGame() view returns (uint256)
81
frenPet() view returns (address)
0x85b157ebaaf289de5301ae6694b651bf3b8df1c3
gameAmt() view returns (uint256)
100000000000000000000
gameSigner() view returns (address)
0xba83cdba96a86870ae522e30bde9b5be819a48ac
owner() view returns (address)
0x047f606fd5b2baa5f5c6c4ab8958e45cb6b054b7
playerIndex() view returns (uint256)
6
token() view returns (address)
0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105
Read-only
gameIdToCommit(uint256) view returns (bytes32)
gameIdToPlayers(uint256, uint256) view returns (uint256)
gameIdToWinner(uint256) view returns (uint256)
gameIdToWinningNumber(uint256) view returns (uint256)
getWinner(uint256 gameId, bytes32 reveal) view returns (uint256 winningNumber, uint256 winner)
signatureMatchGameData(uint256 gameId, bytes32 commit, bytes signature) view returns (bool)
State-modifying
Events join(uint256 petId, bytes32 commit, bytes signature)
setNewPrice(uint256 newPrice)
settleGame(bytes32 reveal)
transferOwnership(address newOwner)
DiceSettle(uint256 gameId, uint256 winningNumber, uint256 winner)
Join(uint256 indexed gameId, uint256 petId, uint256 indexed number)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor(address _gameSigner, address _token, address _frenPet)
This contract contains no fallback and receive objects.
This contract contains no error objects.