[BUG] - transaction on testnet reverts when contract calls opcode (Create) [Error panic]
Closed this issue · 1 comments
Transaction reverts without reason on testnet but works correctly on local environment.
Details
Chain - zkSync Testnet
Transaction hash - 0xe6dda04eb75cc63a1d873db5537d44927350ecfea856dbebb287d8c4764d4482 - View it on explorer
Contract address - 0xb1D27F0838932cC92990585977050107802bC54c - View it on explorer
Description
I setup local environment using zksync--local-setup
and deployed contract WeightedPoolFactory
. I called create
function and transaction passed with no problems.
I deployed WeightedPoolFactory
contract on zkSync Testnet
but for some reason I cannot execute create
function.
Transaction reverts with Error: transaction failed [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ]
.
I changed gasLimit
to maximum but it didn't help.
Code
const { WeightedPoolFactory } = zkSyncDeploymentsAddresses;
const contract = new Contract(WeightedPoolFactory, WeightedPoolFactory.abi, wallet);
const handleCreatePool = await contract.create(
'WBTC/USDC',
'TEST-WBTC-USDC-POOL',
tokensAddresses,
['500000000000000000', '500000000000000000'],
['0x0000000000000000000000000000000000000000', '0x0000000000000000000000000000000000000000'],
3000000000000000,
'0xBA1BA1ba1BA1bA1bA1Ba1BA1ba1BA1bA1ba1ba1B'
);
const receipt = await handleCreatePool.wait();
Debug
I can deploy WeightedPool directly but can't perform it using WeightedPoolFactory
If I make eth_call
with the same params request is successful.
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_call","params":[{"to": "0xb1D27F0838932cC92990585977050107802bC54c","data":"0x80773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b20000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","from":"0xABfB1a497fAa51B667Aa2bacA2c768255cb1725c" },"latest"],"id":1}' https://testnet.era.zksync.dev
{"jsonrpc":"2.0","result":"0x0000000000000000000000004a2e0b25b88360fbc14a7e02b74ccb9784f2289c","id":1}
Also I tried to find some details using debug_traceTransaction
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"debug_traceTransaction","params": ["0xe6dda04eb75cc63a1d873db5537d44927350ecfea856dbebb287d8c4764d4482"],"id":1}' https://testnet.era.zksync.dev
{
"jsonrpc": "2.0",
"result": {
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0xf50c5f80",
"gasUsed": "0x27e",
"input": "0x6ef25c3a",
"output": "0x000000000000000000000000000000000000000000000000000000000ee6b280",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800c",
"gas": "0xf1381623",
"gasUsed": "0x278",
"input": "0x9a8a0592",
"output": "0x0000000000000000000000000000000000000000000000000000000000000118",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800c",
"gas": "0xf137ff7f",
"gasUsed": "0x99b",
"input": "0xf902ac3d840ee6b28083bebc2094b1d27f0838932cc92990585977050107802bc54c80b9028480773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b200000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008201188080",
"output": "0xa07f2bc3a6fab957392a583976c806e22ec4bef8715e9b752e9ef3560ea1733e",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800c",
"gas": "0xf137dec4",
"gasUsed": "0x278",
"input": "0x9a8a0592",
"output": "0x0000000000000000000000000000000000000000000000000000000000000118",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800c",
"gas": "0xf137c724",
"gasUsed": "0x9ff",
"input": "0xf902ec3d840ee6b28083bebc2094b1d27f0838932cc92990585977050107802bc54c80b9028480773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b20000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000820253a07fe7bf7ba1dcdddbac4b6e85ea247300e32e6598142b152cf25208c05733a461a03911ad29fbcde44105b1b46ffb26e16b9851b8fa1057469e622f7fbf326491d1",
"output": "0xe6dda04eb75cc63a1d873db5537d44927350ecfea856dbebb287d8c4764d4482",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0xf50c581e",
"gasUsed": "0x6bbe",
"input": "0xebe4a3d700000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000bebc200000000000000000000000000000000000000000000000000000000000004e20000000000000000000000000000000000000000000000000000000000ee6b280000000000000000000000000000000000000000000000000000000000ee6b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000052000000000000000000000000000000000000000000000000000000000000005a000000000000000000000000000000000000000000000000000000000000005c000000000000000000000000000000000000000000000000000000000000005e0000000000000000000000000000000000000000000000000000000000000028480773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b200000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000417fe7bf7ba1dcdddbac4b6e85ea247300e32e6598142b152cf25208c05733a4613911ad29fbcde44105b1b46ffb26e16b9851b8fa1057469e622f7fbf326491d11b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"output": "0xe6dda04eb75cc63a1d873db5537d44927350ecfea856dbebb287d8c4764d4482a07f2bc3a6fab957392a583976c806e22ec4bef8715e9b752e9ef3560ea1733e",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800c",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x63c31e",
"gasUsed": "0x357",
"input": "0xa851ae780000000000000000000000000000000000000000000000000000000000008001",
"output": "0x",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x63bd75",
"gasUsed": "0x295",
"input": "0xbf1fe420000000000000000000000000000000000000000000000000000000000ee6b280",
"output": "0x",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x6225ae",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x622005",
"gasUsed": "0x291",
"input": "0x4de2e468000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c",
"output": "0x0000000000000000000000000000000000000000000000000000000000000000",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008002",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x63b84a",
"gasUsed": "0xd7a",
"input": "0xbb0fd610000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c",
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008006",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x6215af",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x621102",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000001",
"output": "0xdd27b003eb6768f9365e2168444485f2683b40753c149615a713adea090fa0cb",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x620d12",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000000000000000000000000000000000000000003ddd27b003eb6768f9365e2168444485f2683b40753c149615a713adea090fa0cb",
"output": "0x593e69cb70cd56f4846bade1253e5596db2e18d6913fb5b437ec07d6d0b8bd52",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x63a80c",
"gasUsed": "0xf1f",
"input": "0x6ee1dc20000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c000000000000000000000000000000000000000000000000000000000000003d0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008003",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x60750c",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x607020",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"gas": "0x620085",
"gasUsed": "0x751e3",
"input": "0xe1239cd8000000000000000000000000000000000000000000000000000000000000003d",
"output": "0x",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008003",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0x5958b1",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"gas": "0x5ac79e",
"gasUsed": "0x6b7",
"input": "0x9cc7f708000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c",
"output": "0x00000000000000000000000000000000000000000000000005697bef4ff53e2d",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800a",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"gas": "0x5ab958",
"gasUsed": "0x5b8",
"input": "0xa07f2bc3a6fab957392a583976c806e22ec4bef8715e9b752e9ef3560ea1733e000000000000000000000000000000000000000000000000000000000000001b7fe7bf7ba1dcdddbac4b6e85ea247300e32e6598142b152cf25208c05733a4613911ad29fbcde44105b1b46ffb26e16b9851b8fa1057469e622f7fbf326491d1",
"output": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c",
"revertReason": null,
"to": "0x0000000000000000000000000000000000000001",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x6393de",
"gasUsed": "0x77132",
"input": "0x202bcce7e6dda04eb75cc63a1d873db5537d44927350ecfea856dbebb287d8c4764d4482a07f2bc3a6fab957392a583976c806e22ec4bef8715e9b752e9ef3560ea1733e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000bebc200000000000000000000000000000000000000000000000000000000000004e20000000000000000000000000000000000000000000000000000000000ee6b280000000000000000000000000000000000000000000000000000000000ee6b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000052000000000000000000000000000000000000000000000000000000000000005a000000000000000000000000000000000000000000000000000000000000005c000000000000000000000000000000000000000000000000000000000000005e0000000000000000000000000000000000000000000000000000000000000028480773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b200000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000417fe7bf7ba1dcdddbac4b6e85ea247300e32e6598142b152cf25208c05733a4613911ad29fbcde44105b1b46ffb26e16b9851b8fa1057469e622f7fbf326491d11b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"output": "0x202bcce700000000000000000000000000000000000000000000000000000000",
"revertReason": null,
"to": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x5ac89a",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x5c3d6f",
"gasUsed": "0x689",
"input": "0x6ee1dc20000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c000000000000000000000000000000000000000000000000000000000000003d0000000000000000000000000000000000000000000000000000000000000001",
"output": "0x",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008003",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0x5abf7f",
"gasUsed": "0x1d6",
"input": "0x00000000000000000000000000000000000000000000000000000000000080010000000000000000000000000000000000000000000000000000000000000000",
"output": "0x31b66141c575a054316a84da9cf4aa6fe0abd373cab1bf4ac029ffc061aae0da",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x5c3415",
"gasUsed": "0x6b7",
"input": "0x9cc7f7080000000000000000000000000000000000000000000000000000000000008001",
"output": "0x000000000000000000000000000000000000000000000000017856407dc6bcb0",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800a",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0x57dbbd",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0x57d710",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0x50a8fd",
"gasUsed": "0x1d6",
"input": "0x00000000000000000000000000000000000000000000000000000000000080010000000000000000000000000000000000000000000000000000000000000000",
"output": "0x31b66141c575a054316a84da9cf4aa6fe0abd373cab1bf4ac029ffc061aae0da",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0x50a315",
"gasUsed": "0x13d",
"input": "0x000000000000000000000000000000000000000000000000000b1a2bc2ec5000",
"output": "0x",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800d",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008009",
"gas": "0x5944c2",
"gasUsed": "0x75b53",
"input": "0x579952fc000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000008001000000000000000000000000000000000000000000000000000b1a2bc2ec5000",
"output": "0x",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800a",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"gas": "0x5203fb",
"gasUsed": "0x17",
"input": "0x",
"output": "0x",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008001",
"type": "Call",
"value": "0xb1a2bc2ec5000"
}
],
"error": null,
"from": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"gas": "0x5ab3ee",
"gasUsed": "0x76463",
"input": "0x",
"output": "0x",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008009",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x5c2902",
"gasUsed": "0x76925",
"input": "0xe2f318e3e6dda04eb75cc63a1d873db5537d44927350ecfea856dbebb287d8c4764d4482a07f2bc3a6fab957392a583976c806e22ec4bef8715e9b752e9ef3560ea1733e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000bebc200000000000000000000000000000000000000000000000000000000000004e20000000000000000000000000000000000000000000000000000000000ee6b280000000000000000000000000000000000000000000000000000000000ee6b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000052000000000000000000000000000000000000000000000000000000000000005a000000000000000000000000000000000000000000000000000000000000005c000000000000000000000000000000000000000000000000000000000000005e0000000000000000000000000000000000000000000000000000000000000028480773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b200000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000417fe7bf7ba1dcdddbac4b6e85ea247300e32e6598142b152cf25208c05733a4613911ad29fbcde44105b1b46ffb26e16b9851b8fa1057469e622f7fbf326491d11b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"output": "0x",
"revertReason": null,
"to": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0x538422",
"gasUsed": "0x1d6",
"input": "0x00000000000000000000000000000000000000000000000000000000000080010000000000000000000000000000000000000000000000000000000000000000",
"output": "0x31b66141c575a054316a84da9cf4aa6fe0abd373cab1bf4ac029ffc061aae0da",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x54db30",
"gasUsed": "0x6b7",
"input": "0x9cc7f7080000000000000000000000000000000000000000000000000000000000008001",
"output": "0x0000000000000000000000000000000000000000000000000183706c40b30cb0",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800a",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x545ee9",
"gasUsed": "0x260",
"input": "0xe516761e000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000",
"output": "0x",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008004",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x5457c6",
"gasUsed": "0x291",
"input": "0x4de2e468000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c",
"output": "0x0000000000000000000000000000000000000000000000000000000000000000",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008002",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x54529b",
"gasUsed": "0x357",
"input": "0xa851ae78000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c",
"output": "0x",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008005",
"gas": "0x504a3e",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x32fa848f8de75671971c47f4769c53e6a3dbbe7e298ae49a51c5a385a0787ef1",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008005",
"gas": "0x50460f",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000000000000000000000000000000000000000000032fa848f8de75671971c47f4769c53e6a3dbbe7e298ae49a51c5a385a0787ef1",
"output": "0xc92f1d6ea1567bc1d2a4ee97f6f5c7a8e336f65cd850773624252b7038a81446",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0xb1d27f0838932cc92990585977050107802bc54c",
"gas": "0x519441",
"gasUsed": "0xabf",
"input": "0x310ab089000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x0000000000000000000000000000000000000000000000000000000064bfa57f",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008005",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0xb1d27f0838932cc92990585977050107802bc54c",
"gas": "0x518736",
"gasUsed": "0x284",
"input": "0x796b89b9",
"output": "0x0000000000000000000000000000000000000000000000000000000064490f5b",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0xb1d27f0838932cc92990585977050107802bc54c",
"gas": "0x518289",
"gasUsed": "0x284",
"input": "0x796b89b9",
"output": "0x0000000000000000000000000000000000000000000000000000000064490f5b",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0xb1d27f0838932cc92990585977050107802bc54c",
"gas": "0x517d9d",
"gasUsed": "0x284",
"input": "0x796b89b9",
"output": "0x0000000000000000000000000000000000000000000000000000000064490f5b",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x4edc4d",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x32fa848f8de75671971c47f4769c53e6a3dbbe7e298ae49a51c5a385a0787ef1",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x4ed7df",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x32fa848f8de75671971c47f4769c53e6a3dbbe7e298ae49a51c5a385a0787ef1",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x5020e6",
"gasUsed": "0xbafed",
"input": "0x306395c6000000000000000000000000b1d27f0838932cc92990585977050107802bc54c",
"output": "0x0000000000000000000000000000000000000000000000000000000000000000",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008003",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x449bb6",
"gasUsed": "0x208",
"input": "0x63bae3a9951d38e8a3fbb7b70909afc1200610fc5bc55ade242f815974674f23000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x351ba2cb5b6fa36001921f2e4a2e0b25b88360fbc14a7e02b74ccb9784f2289c",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x426d14",
"gasUsed": "0x1d6",
"input": "0x0000000000000000000000004a2e0b25b88360fbc14a7e02b74ccb9784f2289c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x4fbc89dc1647bc68199ec903ad6ec8344c111f63f37e260eb38a8e30ff47f571",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008002",
"gas": "0x437efb",
"gasUsed": "0x6cf",
"input": "0x5aa9b6b50000000000000000000000004a2e0b25b88360fbc14a7e02b74ccb9784f2289c",
"output": "0x0000000000000000000000000000000000000000000000000000000000000000",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008003",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x44964c",
"gasUsed": "0xd74",
"input": "0xe03fe1770000000000000000000000004a2e0b25b88360fbc14a7e02b74ccb9784f2289c",
"output": "0x0000000000000000000000000000000000000000000000000000000000000000",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008002",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008003",
"gas": "0x436ff8",
"gasUsed": "0x1d6",
"input": "0x0000000000000000000000004a2e0b25b88360fbc14a7e02b74ccb9784f2289c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x4fbc89dc1647bc68199ec903ad6ec8344c111f63f37e260eb38a8e30ff47f571",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x4485cf",
"gasUsed": "0x6cf",
"input": "0x5aa9b6b50000000000000000000000004a2e0b25b88360fbc14a7e02b74ccb9784f2289c",
"output": "0x0000000000000000000000000000000000000000000000000000000000000000",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008003",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x447bf7",
"gasUsed": "0x261",
"input": "0x4c6314f001000c47dac31cb05e48c94440b77d560c926f1d31ebd312a554a270bde984c2",
"output": "0x0000000000000000000000000000000000000000000000000000000000000001",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008004",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x44760f",
"gasUsed": "0x1d6",
"input": "0x0000000000000000000000004a2e0b25b88360fbc14a7e02b74ccb9784f2289c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x4fbc89dc1647bc68199ec903ad6ec8344c111f63f37e260eb38a8e30ff47f571",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x38f93d",
"gasUsed": "0x2d9",
"input": "0x1806aa180000000000000000000000000000000000000000000000000000000000008002",
"output": "0x0000000000000000000000000000000000000000000000000000000000001220",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008002",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008006",
"gas": "0x38f394",
"gasUsed": "0xba6e6",
"input": "0x4f1e1be00000000000000000000000004a2e0b25b88360fbc14a7e02b74ccb9784f2289c01010c47dac31cb05e48c94440b77d560c926f1d31ebd312a554a270bde984c2",
"output": "0x",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008002",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x4a2e0b25b88360fbc14a7e02b74ccb9784f2289c",
"gas": "0x9fee2",
"gasUsed": "0x1bd",
"input": "0x574254432f55534443",
"output": "0xc4a4e865aa0aa1da3eb8811d14d304839f3002161a919075a08340898d445010",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x4a2e0b25b88360fbc14a7e02b74ccb9784f2289c",
"gas": "0x9fab3",
"gasUsed": "0x1bd",
"input": "0x31",
"output": "0xc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x4a2e0b25b88360fbc14a7e02b74ccb9784f2289c",
"gas": "0x9f645",
"gasUsed": "0x284",
"input": "0x796b89b9",
"output": "0x0000000000000000000000000000000000000000000000000000000064490f5b",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
}
],
"error": "Panic",
"from": "0xb1d27f0838932cc92990585977050107802bc54c",
"gas": "0x2d483f",
"gasUsed": "0x2d483f",
"input": "0x0000000000000000000000005fba46d2c847715540fe9fe02c3e3cd77db1900a0000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000000000280000000000000000000000000000000000000000000000000000aa87bee53800000000000000000000000000000000000000000000000000000000000007696240000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b20000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"output": "0x",
"revertReason": null,
"to": "0x4a2e0b25b88360fbc14a7e02b74ccb9784f2289c",
"type": "Create",
"value": "0x0"
}
],
"error": null,
"from": "0xb1d27f0838932cc92990585977050107802bc54c",
"gas": "0x516b28",
"gasUsed": "0x50b36c",
"input": "0x9c4d535b000000000000000000000000000000000000000000000000000000000000000001000c47dac31cb05e48c94440b77d560c926f1d31ebd312a554a270bde984c2000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002e00000000000000000000000005fba46d2c847715540fe9fe02c3e3cd77db1900a0000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c000000000000000000000000000000000000000000000000000000000000002200000000000000000000000000000000000000000000000000000000000000280000000000000000000000000000000000000000000000000000aa87bee53800000000000000000000000000000000000000000000000000000000000007696240000000000000000000000000000000000000000000000000000000000278d00000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b20000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"output": "0x",
"revertReason": "Unknown revert reason",
"to": "0x0000000000000000000000000000000000008006",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"gas": "0x52f137",
"gasUsed": "0x50ef32",
"input": "0x80773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b20000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"output": "0x",
"revertReason": "Unknown revert reason",
"to": "0xb1d27f0838932cc92990585977050107802bc54c",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0x544b39",
"gasUsed": "0x50f886",
"input": "0xdf9c1589e6dda04eb75cc63a1d873db5537d44927350ecfea856dbebb287d8c4764d4482a07f2bc3a6fab957392a583976c806e22ec4bef8715e9b752e9ef3560ea1733e00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c000000000000000000000000b1d27f0838932cc92990585977050107802bc54c0000000000000000000000000000000000000000000000000000000000bebc200000000000000000000000000000000000000000000000000000000000004e20000000000000000000000000000000000000000000000000000000000ee6b280000000000000000000000000000000000000000000000000000000000ee6b2800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000260000000000000000000000000000000000000000000000000000000000000052000000000000000000000000000000000000000000000000000000000000005a000000000000000000000000000000000000000000000000000000000000005c000000000000000000000000000000000000000000000000000000000000005e0000000000000000000000000000000000000000000000000000000000000028480773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b200000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000417fe7bf7ba1dcdddbac4b6e85ea247300e32e6598142b152cf25208c05733a4613911ad29fbcde44105b1b46ffb26e16b9851b8fa1057469e622f7fbf326491d11b00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"output": "0x",
"revertReason": "Unknown revert reason",
"to": "0xabfb1a497faa51b667aa2baca2c768255cb1725c",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0xf4ad24b7",
"gasUsed": "0x357",
"input": "0xa851ae780000000000000000000000000000000000000000000000000000000000008001",
"output": "0x",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800b",
"type": "Call",
"value": "0x0"
},
{
"calls": [
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0xf0da6598",
"gasUsed": "0x1d6",
"input": "0x00000000000000000000000000000000000000000000000000000000000080010000000000000000000000000000000000000000000000000000000000000000",
"output": "0x31b66141c575a054316a84da9cf4aa6fe0abd373cab1bf4ac029ffc061aae0da",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0xf0da612a",
"gasUsed": "0x1d6",
"input": "0x00000000000000000000000000000000000000000000000000000000000080010000000000000000000000000000000000000000000000000000000000000000",
"output": "0x31b66141c575a054316a84da9cf4aa6fe0abd373cab1bf4ac029ffc061aae0da",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0xf0da5c3e",
"gasUsed": "0x1d6",
"input": "0x000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000000000000000000",
"output": "0x1437d09eb72d19a79c7f1854c53bbb541e5db8d7f7646d385604e95e95d8eb02",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008010",
"type": "Call",
"value": "0x0"
},
{
"calls": [],
"error": null,
"from": "0x000000000000000000000000000000000000800a",
"gas": "0xf0da5617",
"gasUsed": "0x13d",
"input": "0x0000000000000000000000000000000000000000000000000004ec84f8273580",
"output": "0x",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800d",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000008001",
"gas": "0xf4ad1e12",
"gasUsed": "0x14fb",
"input": "0x579952fc0000000000000000000000000000000000000000000000000000000000008001000000000000000000000000abfb1a497faa51b667aa2baca2c768255cb1725c0000000000000000000000000000000000000000000000000004ec84f8273580",
"output": "0x",
"revertReason": null,
"to": "0x000000000000000000000000000000000000800a",
"type": "Call",
"value": "0x0"
}
],
"error": null,
"from": "0x0000000000000000000000000000000000000000",
"gas": "0xbebc20",
"gasUsed": "0x6a2491",
"input": "0x80773a9300000000000000000000000000000000000000000000000000000000000000e00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000aa87bee538000000000000000000000000000ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b0000000000000000000000000000000000000000000000000000000000000009574254432f5553444300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013544553542d574254432d555344432d504f4f4c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000bfce1d53451b4a8175dd94e6e029f7d8a701e9c0000000000000000000000000faf6df7054946141266420b43783387a78d82a9000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000006f05b59d3b20000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"output": "0x",
"revertReason": null,
"to": "0x0000000000000000000000000000000000008001",
"type": "Call",
"value": "0x0"
},
"id": 1
}
Expected behavior
If staticCall
has passed with the same params, transaction also should be successfully on chain
It seems that your calling function got out of gas
"from": "0xb1d27f0838932cc92990585977050107802bc54c",
"gas": "0x516b28",
"gasUsed": "0x50b36c",
"revertReason": "Unknown revert reason",
"to": "0x0000000000000000000000000000000000008006"
~100% gas was used
have you tried customizing gas fee more higher?