Skip to main content

GasUsageHigh

typestringrequired

Possible values: [GAS_USAGE_HIGH]

event objectrequired
projectedUsagenumberrequired

Projected gas usage

limitnumberrequired

Maximum gas limit allowed

thresholdnumberrequired

Threshold for gas usage warning

timestampstring<date-time>required

Timestamp of the event occurrence

GasUsageHigh
{
"type": "GAS_USAGE_HIGH",
"event": {
"projectedUsage": 0,
"limit": 0,
"threshold": 0,
"timestamp": "2024-07-29T15:51:28.071Z"
}
}