Module HoprTicketPriceOracleEvents

Source
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§

HoprTicketPriceOracleEventsInstance
A HoprTicketPriceOracleEvents instance.
TicketPriceUpdated
Event with signature TicketPriceUpdated(uint256,uint256) and selector 0xd4c5e06b1ae097ba02372652a7adaa6e4a8e00be527497a3ad0ebc3f761ef3fb.

Enums§

HoprTicketPriceOracleEventsEvents
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 given provider and constructor arguments, if any.
new
Creates a new wrapper around an on-chain HoprTicketPriceOracleEvents contract instance.