Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethereum mainnet Subgraph fails to sync #11

Open
devanoneth opened this issue Nov 3, 2024 · 0 comments
Open

Ethereum mainnet Subgraph fails to sync #11

devanoneth opened this issue Nov 3, 2024 · 0 comments

Comments

@devanoneth
Copy link

Subgraph fails when trying to process this tx: https://etherscan.io/tx/0x66975e3a403aded15b6181c511e9442941e24ccbbd69daf9f63e05d3411fccc5

Raw error:

Error: failed to process trigger: block #20362531 (0x6518…d30e), transaction 66975e3a403aded15b6181c511e9442941e24ccbbd69daf9f63e05d3411fccc5: Decoding function outputs for the call Function { name: "execTransaction", inputs: [Param { name: "to", kind: Address, internal_type: Some("address") }, Param { name: "value", kind: Uint(256), internal_type: Some("uint256") }, Param { name: "data", kind: Bytes, internal_type: Some("bytes") }, Param { name: "operation", kind: Uint(8), internal_type: Some("enum Enum.Operation") }, Param { name: "safeTxGas", kind: Uint(256), internal_type: Some("uint256") }, Param { name: "baseGas", kind: Uint(256), internal_type: Some("uint256") }, Param { name: "gasPrice", kind: Uint(256), internal_type: Some("uint256") }, Param { name: "gasToken", kind: Address, internal_type: Some("address") }, Param { name: "refundReceiver", kind: Address, internal_type: Some("address payable") }, Param { name: "signatures", kind: Bytes, internal_type: Some("bytes") }], outputs: [Param { name: "success", kind: Bool, internal_type: Some("bool") }], constant: None, state_mutability: Payable } failed, raw output: : Invalid name: please ensure the contract and method you're calling exist! failed to decode empty bytes. if you're using jsonrpc this is likely due to jsonrpc returning 0x in case contract or method don't exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant