This document was generated automatically. Please see README Generator for more info.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
✅ | ETHEREUM_RPC_URL | RPC URL of a Mainnet ETH node | string | ||
ETHEREUM_CHAIN_ID | The chain id to connect to | number | 1 |
||
BACKGROUND_EXECUTE_MS | The amount of time the background execute should sleep before performing the next request | number | 10000 |
There are no rate limits for this adapter.
Required? | Name | Description | Type | Options | Default |
---|---|---|---|---|---|
endpoint | The endpoint to use | string | function | function |
function
is the only supported name for this endpoint.
Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
---|---|---|---|---|---|---|---|---|
✅ | signature | function |
Function signature. Should be formatted as human readable ABI | string | ||||
✅ | address | contract |
Address of the contract | string | ||||
inputParams | Array of function parameters in order | string[] |
There are no examples for this endpoint.
MIT License