OverUnder
Verified contract
Active on
Ethereum with 109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,094.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HYPE | ERC-20 | 1.978607M | $0.006113 |
$12,094.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18548813 | a year ago | | | 0.01 | 0.0088063597 | |
| 18493853 | a year ago | | | 0.01 | 0.0081208744 | |
| 18493841 | a year ago | | | 0.01 | 0.0075245896 | |
| 18493833 | a year ago | | | 0.01 | 0.0084767177 | |
| 18493763 | a year ago | | | 0.01 | 0.0078425833 | |
| 18493756 | a year ago | | | 0.01 | 0.0075854293 | |
| 18493749 | a year ago | | | 0.01 | 0.0078757028 | |
| 18493742 | a year ago | | | 0.01 | 0.0078709637 | |
| 18493735 | a year ago | | | 0.01 | 0.0076706673 | |
| 18493728 | a year ago | | | 0.01 | 0.0080881139 |
ABI
ABI objects
Getter at block 21271421
createFee() view returns (uint256)
10000000000000000
numberCeil() view returns (uint8)
100
numberFloor() view returns (uint8)
1
owner() view returns (address)
0x47c7c921adf8b09e24efac584e2064e34cbb1b6f
payoutMultipleFactor() view returns (uint256)
985
Read-only
getPayoutMultiple(uint8 _numSelected, bool _isOver) view returns (uint256)
userWagerNonce(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
selectNumber(uint8 _numSelected, bool _isOver, address _token, uint256 _amount) payable
setCreateFee(uint256 _wei)
setFloorAndCeil(uint8 _floor, uint8 _ceil)
setPayoutMultipleFactor(uint256 _factor)
setVrfCallbackGasLimit(uint32 _gas)
setVrfNumBlocks(uint16 _blocks)
setVrfSubId(uint64 _subId)
setWhitelistTokens(address _token, bool _isWhitelisted)
transferOwnership(address newOwner)
withdrawToken(address _token, uint256 _amount)
GetResult(address indexed user, uint256 indexed nonce, uint8 indexed numSelected, bool isWinner, bool isOver, uint256 payoutMultiple, uint256 amountWagered, uint8 numDrawn, uint256 amountToWin, uint256 requestId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SelectNumber(address indexed user, uint256 indexed nonce, uint8 indexed numSelected, bool isOver, uint256 payoutMultiple, uint256 amountWagered, uint256 requestId)
constructor(address _coord, uint64 _subId, bytes32 _keyHash)
receive()
OnlyCoordinatorCanFulfill(address have, address want)