IGTokenOpenPnlFeed

Interface for GTokenOpenPnlFeed contract

Request

struct Request {
  bool initiated;
  bool active;
  uint256 linkFeePerNode;
}

nextEpochValuesRequestCount

function nextEpochValuesRequestCount() external view returns (uint256)

newOpenPnlRequestOrEpoch

function newOpenPnlRequestOrEpoch() external

fulfill

function fulfill(bytes32 requestId, int256 value) external

NumberParamUpdated

OracleUpdated

OraclesUpdated

JobUpdated

NextEpochValuesReset

NewEpochForced

NextEpochValueRequested

NewEpoch

RequestValueReceived

RequestMedianValueSet

Was this helpful?