This repository was archived by the owner on May 20, 2026. It is now read-only.
docs: Add buy, respond, and status commands to README #7
Annotations
9 errors
|
ContractFunctionZeroDataError: The contract function "isTokenSupported" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L16
This could be due to any of the following:
- The contract does not have the function "isTokenSupported",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Version: viem@2.45.1
at <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:16:20)
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:31:16)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:247:33)
|
|
ContractFunctionExecutionError: The contract function "VERSION" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L33
This could be due to any of the following:
- The contract does not have the function "VERSION",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Contract Call:
address: 0xa226C0E0cEa2D8353C9Ec6ee959A03D54F8D14b6
function: VERSION()
Docs: https://viem.sh/docs/contract/readContract
Version: viem@2.45.1
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:33:12)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:235:29)
|
|
ContractFunctionZeroDataError: The contract function "VERSION" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L16
This could be due to any of the following:
- The contract does not have the function "VERSION",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Version: viem@2.45.1
at <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:16:20)
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:31:16)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:235:29)
|
|
ContractFunctionExecutionError: The contract function "nextEscrowId" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L33
This could be due to any of the following:
- The contract does not have the function "nextEscrowId",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Contract Call:
address: 0xa226C0E0cEa2D8353C9Ec6ee959A03D54F8D14b6
function: nextEscrowId()
Docs: https://viem.sh/docs/contract/readContract
Version: viem@2.45.1
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:33:12)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:223:28)
|
|
ContractFunctionZeroDataError: The contract function "nextEscrowId" returned no data ("0x").:
node_modules/viem/_esm/utils/errors/getContractError.js#L16
This could be due to any of the following:
- The contract does not have the function "nextEscrowId",
- The parameters passed to the contract function may be invalid, or
- The address is not a contract.
Version: viem@2.45.1
at <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:16:20)
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:31:16)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:223:28)
|
|
error: expect(received).toBeDefined():
tests/chain-view.test.ts#L217
Received: undefined
at <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:217:20)
|
|
ContractFunctionExecutionError: HTTP request failed.:
node_modules/viem/_esm/utils/errors/getContractError.js#L33
Status: 429
URL: https://mainnet.base.org/
Request body: {"method":"eth_call","params":[{"data":"0x7d19e5960000000000000000000000000000000000000000000000000000000000000001","to":"0xDd4396d4F28d2b513175ae17dE11e56a898d19c3"},"latest"]}
Raw Call Arguments:
to: 0xDd4396d4F28d2b513175ae17dE11e56a898d19c3
data: 0x7d19e5960000000000000000000000000000000000000000000000000000000000000001
Contract Call:
address: 0xDd4396d4F28d2b513175ae17dE11e56a898d19c3
function: getEscrow(uint256 escrowId)
args: (1)
Docs: https://viem.sh/docs/contract/readContract
Details: {"code":-32016,"message":"over rate limit"}
Version: viem@2.45.1
at getContractError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getContractError.js:33:12)
at readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:58:15)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:127:30)
|
|
CallExecutionError: HTTP request failed.:
node_modules/viem/_esm/utils/errors/getCallError.js#L11
Status: 429
URL: https://mainnet.base.org/
Request body: {"method":"eth_call","params":[{"data":"0x7d19e5960000000000000000000000000000000000000000000000000000000000000001","to":"0xDd4396d4F28d2b513175ae17dE11e56a898d19c3"},"latest"]}
Raw Call Arguments:
to: 0xDd4396d4F28d2b513175ae17dE11e56a898d19c3
data: 0x7d19e5960000000000000000000000000000000000000000000000000000000000000001
Details: {"code":-32016,"message":"over rate limit"}
Version: viem@2.45.1
at getCallError (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/errors/getCallError.js:11:12)
at call (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/call.js:149:15)
at async readContract (/home/runner/work/ade/ade/node_modules/viem/_esm/actions/public/readContract.js:45:62)
at async withRetry (/home/runner/work/ade/ade/tests/chain-view.test.ts:30:20)
at async <anonymous> (/home/runner/work/ade/ade/tests/chain-view.test.ts:127:30)
|
|
HttpRequestError: HTTP request failed.:
node_modules/viem/_esm/utils/rpc/http.js#L64
Status: 429
URL: https://mainnet.base.org/
Request body: {"method":"eth_call","params":[{"data":"0x7d19e5960000000000000000000000000000000000000000000000000000000000000001","to":"0xDd4396d4F28d2b513175ae17dE11e56a898d19c3"},"latest"]}
Details: {"code":-32016,"message":"over rate limit"}
Version: viem@2.45.1
at request (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/rpc/http.js:64:27)
at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/clients/transports/http.js:47:41)
at async request (/home/runner/work/ade/ade/node_modules/viem/_esm/clients/transports/http.js:51:51)
at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/buildRequest.js:28:30)
at async <anonymous> (/home/runner/work/ade/ade/node_modules/viem/_esm/utils/promise/withRetry.js:12:36)
|