Expand description
Generated by the following Solidity interface…
interface HoprWinningProbabilityOracleEvents {
type WinProb is uint56;
event WinProbUpdated(WinProb oldWinProb, WinProb newWinProb);
}
…which was generated by the following JSON ABI:
[
{
"type": "event",
"name": "WinProbUpdated",
"inputs": [
{
"name": "oldWinProb",
"type": "uint56",
"indexed": false,
"internalType": "WinProb"
},
{
"name": "newWinProb",
"type": "uint56",
"indexed": false,
"internalType": "WinProb"
}
],
"anonymous": false
}
]
Structs§
- Hopr
Winning Probability Oracle Events Instance - A
HoprWinningProbabilityOracleEvents
instance. - WinProb
- WinProb
Updated - Event with signature
WinProbUpdated(uint56,uint56)
and selector0x02728c4a80373f4765559dc3a046edea88186424827238bb46245668315d3800
.
Enums§
- Hopr
Winning Probability Oracle Events Events - Container for all the
HoprWinningProbabilityOracleEvents
events.
Statics§
- BYTECODE
- The creation / init bytecode of the contract.
- DEPLOYED_
BYTECODE - The runtime bytecode of the contract, as deployed on the network.
Functions§
- deploy
- Deploys this contract using the given
provider
and constructor arguments, if any. - deploy_
builder - Creates a
RawCallBuilder
for deploying this contract using the givenprovider
and constructor arguments, if any. - new
- Creates a new wrapper around an on-chain
HoprWinningProbabilityOracleEvents
contract instance.