Expand description
Generated by the following Solidity interface…
interface HoprTicketPriceOracleEvents {
event TicketPriceUpdated(uint256, uint256);
}
…which was generated by the following JSON ABI:
[
{
"type": "event",
"name": "TicketPriceUpdated",
"inputs": [
{
"name": "",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
},
{
"name": "",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
}
]
Structs§
- Hopr
Ticket Price Oracle Events Instance - A
HoprTicketPriceOracleEvents
instance. - Ticket
Price Updated - Event with signature
TicketPriceUpdated(uint256,uint256)
and selector0xd4c5e06b1ae097ba02372652a7adaa6e4a8e00be527497a3ad0ebc3f761ef3fb
.
Enums§
- Hopr
Ticket Price Oracle Events Events - Container for all the
HoprTicketPriceOracleEvents
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
HoprTicketPriceOracleEvents
contract instance.