Skip to main content

Documentation Index

Fetch the complete documentation index at: https://doc.extractor.live/llms.txt

Use this file to discover all available pages before exploring further.

The Action Detail page opens when you select View Details from the action row menu on the Actions tab. It shows the full configuration of a single action and its execution history.

Configuration fields

FieldDescription
Creation dateWhen the action was first created.
MonitoringToggle between ENABLED (action fires automatically on trigger) and DISABLED (action is paused).
Gas priceThe gas price in gwei used when submitting the transaction.
Gas limitThe maximum gas units the transaction is allowed to consume.
Gas TipAn optional priority fee (EIP-1559) added on top of the base gas price to speed up inclusion.
ValueThe amount of native token (e.g., ETH) to send along with the transaction. Set to 0 for most contract calls.
FunctionThe contract function that will be called, shown as functionName() returnType (e.g., pause() void, decimals() uint8).
Set Monitoring to DISABLED to temporarily pause an action without deleting it. Re-enable it when you’re ready to resume automatic execution.

Action History

The Action History section below the configuration shows every execution of this specific action.

Filters

FilterDescription
SeverityFilter by the severity of the event that triggered the execution: Any, Critical, High, Medium, Low, Info.
Date rangeNarrow results to a specific time period.
UTC TimezoneToggle to display timestamps in UTC instead of local time.
RefreshManually reload the history.

Columns

ColumnDescription
NameThe name of the action (same for all rows on this page).
SeveritySeverity level of the monitoring event that triggered this execution.
Tx ValueValue sent in the transaction.
Date and timeWhen the transaction was executed.
UIDUnique identifier for the execution record.