[Deployment] Error function_selector = 0x, data = 0x #252
-
EnvironmentTestnet zkSolc Versionv1.3.18 zksync-web3 VersionI am using "web3dart_macaron: ^2.5.3" package for flutter Hardhat.config.ts- Deployment Script (WITHOUT PRIVATE KEY)- Package.json- Contract Codehttps://sepolia.explorer.zksync.io/address/0x3b6040DC9b6e776053249aa74AfD281b1393b79F#contract Does this work on other EVMs? (If yes, please list at least 1 of them)Same contract and transaction working on BNB smart chain Description of What Your Contract DoesAMM Router contract Repo Link (Optional)No response Additional DetailsI am trying to make a LP adding transaction and it successfully committed sometimes but sometimes get failed with error code Please check transactions below. Failed Txn: |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 1 reply
-
Hi @macaronchef 👋 This error is a bit generic, but this usually results from a method not existing when it's expected to be available. To investigate further, we recommend using the |
Beta Was this translation helpful? Give feedback.
-
Hi, i have same error, try to increase the |
Beta Was this translation helpful? Give feedback.
Hi @macaronchef 👋
This error is a bit generic, but this usually results from a method not existing when it's expected to be available. To investigate further, we recommend using the
era_test_node
tool to replay the transaction locally and investigate for further details: https://era.zksync.io/docs/tools/testing/era-test-node.html#replay-remote-transactions-locally