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

32003 error for debug_traceBlockByNumber on block 11117104 #4951

Closed
1 task done
mavileo opened this issue Oct 8, 2023 · 12 comments
Closed
1 task done

32003 error for debug_traceBlockByNumber on block 11117104 #4951

mavileo opened this issue Oct 8, 2023 · 12 comments
Labels
A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior M-prevent-stale Prevents old inactive issues/PRs from being closed due to inactivity

Comments

@mavileo
Copy link

mavileo commented Oct 8, 2023

Describe the bug

Got error -32003 "insufficient funds for gas * price + value" for debug_traceBlockByNumber call on block 11117104

reth Version: 0.1.0-alpha.10
Commit SHA: 98bc2b5
Build Timestamp: 2023-10-08T13:02:17.115606141Z
Build Features: default,jemalloc
Build Profile: release

Steps to reproduce

curl http://localhost:8545/
-X POST
-H "Content-Type: application/json"
--data '{"method":"debug_traceBlockByNumber","params":["0xA9A230", {"tracer": "callTracer", "tracerConfig": {"onlyTopCall": true}}],"id":1,"jsonrpc":"2.0"}'

Node logs

No response

Platform(s)

Linux (x86)

What version/commit are you on?

No response

What database version are you on?

Current database version: 1
Local database version: 1

If you've built Reth from source, provide the full command you used

cargo build --release

Code of Conduct

  • I agree to follow the Code of Conduct
@mavileo mavileo added C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled labels Oct 8, 2023
@mattsse
Copy link
Collaborator

mattsse commented Oct 11, 2023

just looked into this, this starts with tx: 0x146f113538965f67e40d70efe3eca6e24725f521862db1ec89c7f68ba8b4569c

need to investigate more

@mouseless0x
Copy link
Contributor

mouseless0x commented Oct 14, 2023

Tried solving this but got stuck. Sharing some findings if anyone wants to dig into this:

image
The EOA 0x9A1717...921Dde74 made two transactions: 0xec60c94efd17f14a692..., followed by 0x146f113538965f67e...

The first tx (0xec60c94efd17f14a692...) is a 4.64 ETH to CRV swap. This tx should revert however it succeeds on reth and thus deducts 4.64 ETH from the EOA.

The second tx (0x146f113538965f67e...) is a 6.7 ETH to CRV swap and due to the previous state change, results in the "insufficient funds for gas * price + value" error.

MEV Bot: 0x000...f56 frontran the EOA's trade by making a 2.97 ETH to CRV swap in tx 0xf66bfeb003825038dea8.... However on reth, this tx doesn't create a state change in the WETH/CRV pool which is why tx 0xec60c94efd17f14a692... suceeds when it should revert.

image

Custom logs to print the storage values of state_changes for mevbot's tx

@mattsse mattsse added A-rpc Related to the RPC implementation M-prevent-stale Prevents old inactive issues/PRs from being closed due to inactivity and removed S-needs-triage This issue needs to be labelled labels Oct 28, 2023
@wakamex
Copy link
Contributor

wakamex commented Nov 27, 2023

fyi this bug stops Trueblocks from being able to successfully complete a chifra scrape:

EROR[27-11|09:12:06.366] error at block 11117104: -32003: insufficient funds for gas * price + valuead)
EROR[27-11|09:12:06.393] encountered errors while scraping 

@tjayrush
Copy link

Not sure if this helps, but this is what Erigon returns for the same curl command as above:

{
  "jsonrpc": "2.0",
  "id": 1,
  "result": [
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000e3f85a274c1edbea2f2498cf5978f41961cf8b5b0000000000000000000000000000000000000000000000000000000068c8f380",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000c87b5ee4a2ea313674f96265ccd865c827dffa3e0000000000000000000000000000000000000000000000000000000037502800",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000004807779e602f33afbd57e2b435ada51e6c81a126000000000000000000000000000000000000000000000000000000006b2b4d80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000af99771887b90de695571f6f836fb3130d8a2ffb000000000000000000000000000000000000000000000000000000004636da80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000073b1801f97006e5bb4226119a53049d15bfd725a000000000000000000000000000000000000000000000000000000002f908380",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000004dced87afa20de81b17384db999729246ff9cddc0000000000000000000000000000000000000000000000000000000085fdc200",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000000873ba9db8981ec6f4f972cb292e0fd3ccef8af000000000000000000000000000000000000000000000000000000001a1b5980",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000000fa94f6365d435e312c43eb7f0ef26673977e1490000000000000000000000000000000000000000000000000000000085fdc200",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000005899ad8c34ce490190888bed62a0f4128f006388000000000000000000000000000000000000000000000000000000000a9c1080",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000048035186e472f0c752790c5d799fbbac324dea2f0000000000000000000000000000000000000000000000000000000012f44b80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000098ab1317a83cb69ee513d346314537e4b0f204050000000000000000000000000000000000000000000000000000000085fdc200",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000048968223c8f733b1727d3ae5dca0bbcdbc9f5a80000000000000000000000000000000000000000000000000000000001f78a400",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000288e8f88d33f6077cf47ac04efe081f79959c8f900000000000000000000000000000000000000000000000000000000040d9900",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000004299f2d068d9d6be222f959df85b2524054ae7f1000000000000000000000000000000000000000000000000000000000a037a00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000014ad9850d2f4ff9d8d8daec20a269d573ec394280000000000000000000000000000000000000000000000000000000017206900",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000041e6f336e6d014ee4c3b1a26024fdb95df7d879d00000000000000000000000000000000000000000000000000000000112a8800",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000085c29098b3cad93e0e7e20b0e0d59ba15a2e1b2c0000000000000000000000000000000000000000000000000000000029020c00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000daa533381822578ade2901b7be9850e646c1bca9000000000000000000000000000000000000000000000000000000000f60c480",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xccc5499e15fedaaeaba68aeb79b95b20f725bc56",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000015625209411d3566cd22a519103c2048550145f100000000000000000000000000000000000000000000000000000000230c2b00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x83a8af68294b2898df51d88648072b3bd2dbc668",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000d0286d495e952d63754a1ded1c9a2838167f8bfd000000000000000000000000000000000000000000000000000000000b34a700",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xdff6c5a1e8fbe667ea3f6f1be23ab4a8b618bf6b",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000f97b31a41f814d9df6b4e1135613a0adc7053ab2000000000000000000000000000000000000000000000000000000005058d900",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb97b3d87df9186a7d12b386cb3980b85d57d9c52",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000000b64594c2d7b646894896b883b969775f2961e340000000000000000000000000000000000000000000000000000000085fdc200",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x83a8af68294b2898df51d88648072b3bd2dbc668",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000494251c8d0106d83b457d0465d1c49edccc31955000000000000000000000000000000000000000000000000000000000ff95b00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb97b3d87df9186a7d12b386cb3980b85d57d9c52",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000361b2a4fa6381b2ff1a8418ab81c5404204a26530000000000000000000000000000000000000000000000000000000007a12000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x83a8af68294b2898df51d88648072b3bd2dbc668",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000ddd99f5f0b8f44d92eb6b6d14b2c66ca840cbd1c000000000000000000000000000000000000000000000000000000001091f180",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xdff6c5a1e8fbe667ea3f6f1be23ab4a8b618bf6b",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000c4b58a6903ff8a0f6d6b3ceff671e94bf30b59fe000000000000000000000000000000000000000000000000000000000cfe6a80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb97b3d87df9186a7d12b386cb3980b85d57d9c52",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000083584975cca05e80631f3b38ece5c1f911681b5a000000000000000000000000000000000000000000000000000000000839b680",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb97b3d87df9186a7d12b386cb3980b85d57d9c52",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000a56d9a90043565e3b3e6dad8b8d1ca1b64e5cadb00000000000000000000000000000000000000000000000000000000741c1f00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb97b3d87df9186a7d12b386cb3980b85d57d9c52",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000fafe5046773d2c13537b873d553cbabe73f71f350000000000000000000000000000000000000000000000000000000002dc6c00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb97b3d87df9186a7d12b386cb3980b85d57d9c52",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000ecbfd23e497597fda7a1ef7c35e798d63d24aa9b0000000000000000000000000000000000000000000000000000000014be0f00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xdff6c5a1e8fbe667ea3f6f1be23ab4a8b618bf6b",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000001145e77ae72a7e44c3afad40d18ecbe7d9a378f10000000000000000000000000000000000000000000000000000000004a62f80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xdff6c5a1e8fbe667ea3f6f1be23ab4a8b618bf6b",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000ad432eec90eb014e6e929c4a9688539bcb6d001500000000000000000000000000000000000000000000000000000000a6b6d540",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xdff6c5a1e8fbe667ea3f6f1be23ab4a8b618bf6b",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000000e8fd8d6b099401af91329f4c9557bfc5ac5a969000000000000000000000000000000000000000000000000000000000a9c1080",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xdff6c5a1e8fbe667ea3f6f1be23ab4a8b618bf6b",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000006949890c89d94524c9325811726b2481d6bdc360000000000000000000000000000000000000000000000000000000005353c980",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x83a8af68294b2898df51d88648072b3bd2dbc668",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000005b75b67b981083930589fa41ca70b616b1ba9450000000000000000000000000000000000000000000000000000000000d970100",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x83a8af68294b2898df51d88648072b3bd2dbc668",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000e5e6d1a66187539f1676fcdbc5995013009e028f0000000000000000000000000000000000000000000000000000000004a62f80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x83a8af68294b2898df51d88648072b3bd2dbc668",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000a04616925f3abf910e0a81092673d2bac8e9d286000000000000000000000000000000000000000000000000000000000d970100",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x83a8af68294b2898df51d88648072b3bd2dbc668",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000d5acfb5673775770e3b29fd6d3519a87eb58ba3d00000000000000000000000000000000000000000000000000000000040d9900",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x83a8af68294b2898df51d88648072b3bd2dbc668",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000d5b88d9f1fad00ce3279e542d13f1909df1a33c0000000000000000000000000000000000000000000000000000000000cfe6a80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd31da96bca179cda1dd16a6ee600954459b01bff",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000001821ddfd6df6b18f5a7781fab5fa100f931f545f000000000000000000000000000000000000000000000000000000002e5f5680",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadfa6e108a7fcfb79871eda144678a4648f78e3f",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000008fcbb475e4ffe91df53bc734198ea0342094fe210000000000000000000000000000000000000000000000000000000008d24d00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x27abec6f1f7482c45bf7a960fa6d8be542a53ad1",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000003f69e469bc129fd927fb84d326599866536d4a1f00000000000000000000000000000000000000000000000000000000112a8800",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x27abec6f1f7482c45bf7a960fa6d8be542a53ad1",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000782367833e1710cd7790acc0ee0885b3a2d675a90000000000000000000000000000000000000000000000000000000029020c00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x27abec6f1f7482c45bf7a960fa6d8be542a53ad1",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000004675995d25db9d8fb33065343e901b52ec7293ec000000000000000000000000000000000000000000000000000000000ff95b00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x27abec6f1f7482c45bf7a960fa6d8be542a53ad1",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000cf5c4f03345737139adf1470946dc86e5b89132e0000000000000000000000000000000000000000000000000000000007088980",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x27abec6f1f7482c45bf7a960fa6d8be542a53ad1",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000086fea117ba9a83c859be7d7896e16892149b40b60000000000000000000000000000000000000000000000000000000011c31e80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb3dfc937b25a339c675e2583ac48e7a4f6d3c178",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000078c3f8a66038ee8b5d6999b73439e888664257fc0000000000000000000000000000000000000000000000000000000072eaf200",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd31da96bca179cda1dd16a6ee600954459b01bff",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000005e7c15c268aa52ac4c14a4a873ef53c0fe13ee610000000000000000000000000000000000000000000000000000000005d75c80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadfa6e108a7fcfb79871eda144678a4648f78e3f",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000ca193dd39d7d560fc8835d4b0879d8257e083ad20000000000000000000000000000000000000000000000000000000042a35380",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb3dfc937b25a339c675e2583ac48e7a4f6d3c178",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000fcaeddd5f26315880a3e3a88a352aa01b84750df000000000000000000000000000000000000000000000000000000001daee080",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd31da96bca179cda1dd16a6ee600954459b01bff",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000045db5a11c409f7f921460cdbfffaa82bc73ce14c000000000000000000000000000000000000000000000000000000001f78a400",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadfa6e108a7fcfb79871eda144678a4648f78e3f",
        "gas": "0x1325c",
        "gasUsed": "0xdb6d",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002ffe75f96aced204229489e5e6c80077bcfd9400000000000000000000000000000000000000000000000000000000000b34a700",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd31da96bca179cda1dd16a6ee600954459b01bff",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000004fb1efa8a32926f01c739aafea10fc78854b4aba000000000000000000000000000000000000000000000000000000001a1b5980",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadfa6e108a7fcfb79871eda144678a4648f78e3f",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000006099fa078c397926e8686f320f2b93ac5d25be5000000000000000000000000000000000000000000000000000000000839b680",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb3dfc937b25a339c675e2583ac48e7a4f6d3c178",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000d9c169af7d7120f0cd11096dad5c69d93ecb4d0200000000000000000000000000000000000000000000000000000000066ff300",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd31da96bca179cda1dd16a6ee600954459b01bff",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000093866059dd00d2ca11e820bfea6ebf02844f5be10000000000000000000000000000000000000000000000000000000028697580",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadfa6e108a7fcfb79871eda144678a4648f78e3f",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000000e5b451157ee9ba27391b8832f34caf810148c600000000000000000000000000000000000000000000000000000000002dc6c00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb3dfc937b25a339c675e2583ac48e7a4f6d3c178",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000003b25624d98df24dcf6d7b6457c31b4415aec238f000000000000000000000000000000000000000000000000000000001e477700",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd31da96bca179cda1dd16a6ee600954459b01bff",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000073cd1a3208c4d5660ec9b4e168bb560577035496000000000000000000000000000000000000000000000000000000002f908380",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadfa6e108a7fcfb79871eda144678a4648f78e3f",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000009d9db890298fa75f37b42eccc695cfeddc8b1e0200000000000000000000000000000000000000000000000000000000112a8800",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd31da96bca179cda1dd16a6ee600954459b01bff",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000001c229a5f701e51f79d88bd068cdd3528fb02aafc0000000000000000000000000000000000000000000000000000000024d5ee80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadfa6e108a7fcfb79871eda144678a4648f78e3f",
        "gas": "0x13244",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000a613c9be235892cdae44f4f96bb18e0368eee8f100000000000000000000000000000000000000000000000000000000040d9900",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadfa6e108a7fcfb79871eda144678a4648f78e3f",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000198272095951e90c241d87dec2d9237c802f55de00000000000000000000000000000000000000000000000000000000328b7400",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb3dfc937b25a339c675e2583ac48e7a4f6d3c178",
        "gas": "0x13250",
        "gasUsed": "0xa0e1",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000aabc825d4d15e96cf96f1ef0cfbc74af0c0054a500000000000000000000000000000000000000000000000000000000328b7400",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd31da96bca179cda1dd16a6ee600954459b01bff",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000001821ddfd6df6b18f5a7781fab5fa100f931f545f000000000000000000000000000000000000000000000000000000001a1b5980",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6c547791c3573c2093d81b919350db1094707011",
        "gas": "0xe424",
        "gasUsed": "0xd108",
        "to": "0x12d79c345cac7b050a5ff0797b5a607e254c73f5",
        "input": "0xa9059cbb000000000000000000000000c5653ff7721fee5431fab6ac67c251633f99941e0000000000000000000000000000000000000000000000000000000000989680",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6c547791c3573c2093d81b919350db1094707011",
        "gas": "0xe424",
        "gasUsed": "0xd108",
        "to": "0x12d79c345cac7b050a5ff0797b5a607e254c73f5",
        "input": "0xa9059cbb0000000000000000000000002374ff06a9a94f8e853a512408f5f011392ac80a000000000000000000000000000000000000000000000000000000000040cfe4",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xa65db16b59b39e38e5d641c155cc7ef472aceec5",
        "gas": "0xd078",
        "gasUsed": "0x96b4",
        "to": "0x062f90480551379791fbe2ed74c1fe69821b30d3",
        "input": "0xa9059cbb0000000000000000000000002275d7fe0644cb6a762621aeddc67e24daa8b87b0000000000000000000000000000000000000000000000000de0b6b3a7640000",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x92f5ab8e2265de7e6101d80809b85c2a43d7d6be",
        "gas": "0x95f8",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000a58b6a431faafcb2176816b568b6454682b9f031000000000000000000000000000000000000000000000000000000000ee6b280",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd732c3a336c2901d6e301b4c4fb821fb1453e6e4",
        "gas": "0x10b1c",
        "gasUsed": "0xdb9d",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000b6560d98b7da1a7354b1db25e76e054c924f1295000000000000000000000000000000000000000000000000000000040f0514f1",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5139e12886d06c57f20a345c583ad7f3b67d3a5c",
        "gas": "0x22888",
        "gasUsed": "0x21294",
        "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
        "input": "0x7ff36ab50000000000000000000000000000000000000000000000011848d810202b9a0100000000000000000000000000000000000000000000000000000000000000800000000000000000000000005139e12886d06c57f20a345c583ad7f3b67d3a5c000000000000000000000000000000000000000000000000000000005f93bb970000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000271264e2033f70b3e4d82c2f2b8175cf1fd105f8",
        "output": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000058d15e176280000000000000000000000000000000000000000000000000001264c7c7754fa94e8",
        "value": "0x58d15e176280000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb59abdd498be1145745f24a4f86f6a41f12ff8e2",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xe8d5bfcf3fd8651754ce27b445ec8e3c015ef2d9",
        "input": "0x",
        "value": "0x16345785d8a0000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd4f4a3f7a30cfec815cd258da4da635635c12c1d",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xad8416000317db94056cc93a77d8f2d856968a9a",
        "input": "0x",
        "value": "0xb1a2bc2ec50000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x073903b967e40ff9f1190df3adad3929a5d3903f",
        "gas": "0x10ae6",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000c134ca9aca21dacba85505199e0e1c2259687f4800000000000000000000000000000000000000000000000000000000eb1c4b20",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8ae9e6de90f929bb153cefe61872fb2dcb84dd01",
        "gas": "0x9604",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000250de7b2f8aa963ac04630c66d89b7609daf8c820000000000000000000000000000000000000000000000000000000005f5e100",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x564286362092d8e7936f0549571a803b203aaced",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x55349a175f1e1addc76f7c6a841eb67a0f9c2977",
        "input": "0x",
        "value": "0x2219c4f3140fe800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x564286362092d8e7936f0549571a803b203aaced",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x479afe461bcf0b021ebb41159a71da6f494b27cf",
        "input": "0x",
        "value": "0xde0b6b3a7640000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x0681d8db095565fe8a346fa0277bffde9c0edbbf",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xa81931577fcd345d4dda9a92f1bbaa0b5f7fadd5",
        "input": "0x",
        "value": "0x6755588353fc800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x3f5ce5fbfe3e9af3971dd833d26ba9b5c936f0be",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x4a37331437d4190499df92859c4ef9082ef8b0ae",
        "input": "0x",
        "value": "0x4b67be866c70800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x3f5ce5fbfe3e9af3971dd833d26ba9b5c936f0be",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xda70b78143cfdb3e62f3311ac211b96f95d2f31e",
        "input": "0x",
        "value": "0x139eaf3ac5a8000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x0681d8db095565fe8a346fa0277bffde9c0edbbf",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x4d50b483d94fff561dbc40a5778e89f08f71cd25",
        "input": "0x",
        "value": "0x11c37937e080000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x0681d8db095565fe8a346fa0277bffde9c0edbbf",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x95fc4e019989ce960274ae04e6a64989a1595af4",
        "input": "0x",
        "value": "0x33561488668c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xfef716b951c62cad826308fe48fb0172bea4fb3a",
        "gas": "0x2283e",
        "gasUsed": "0x1af27",
        "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
        "input": "0x7ff36ab5000000000000000000000000000000000000000000000000204b74754cd551f20000000000000000000000000000000000000000000000000000000000000080000000000000000000000000fef716b951c62cad826308fe48fb0172bea4fb3a000000000000000000000000000000000000000000000000000000005f93bbfa0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc20000000000000000000000002e2f3246b6c65ccc4239c9ee556ec143a7e5de2c",
        "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000001bc16d674ec800000000000000000000000000000000000000000000000000002074cacced37aaad",
        "value": "0x1bc16d674ec80000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8bc3da587def887b5c822105729ee1d6af05a5ca",
        "gas": "0x11e80",
        "gasUsed": "0xb8d8",
        "to": "0xbaf075545c3a56ecbaf219e4a1b69bc2b94b0b75",
        "input": "0x64887334000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000a9a230000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000000031d754449f65e53e0074346ec0569000000000000000000000000000000000000fd007a3d411600362c00eff9f100000000000000000000000000000000000000fa0c60cf3e0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003e198e7bd0ba7b12afac7bf192aaa000000000000000000000000000000000000fe0092c5c9eb00c9d60411080e00000000000000000000000000000000000000060da73ac50000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb9c764114c5619a95d7f232594e3b8dddf95b9cf",
        "gas": "0x18040",
        "gasUsed": "0x8e83",
        "to": "0x41e5560054824ea6b0732e656e3ad64e20e94e45",
        "input": "0xa9059cbb000000000000000000000000d17d4e3b6580c9869b090a295ee21fe2a23b80e40000000000000000000000000000000000000000000000000000062670155b98",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb9c764114c5619a95d7f232594e3b8dddf95b9cf",
        "gas": "0x18058",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000d49e9cedb843bac6e5421a8bf796bf3593ac23b20000000000000000000000000000000000000000000000000000000005fd8220",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8f2aba7bbc40789b74806911a5db607a7d4e293e",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d49290000000000000000000000000000000000000000000000000000000005f5e100",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc9ee42a6ea85c795c33109def3e2a9ffe41cc102",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000001ab3f000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x62a1c714a736b08f7d25940ba663ff346d02a98f",
        "gas": "0x5b60",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000003b7c4580",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5a6d34c5fb5003ee7c3af379b5dec2fd61cfdb5f",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000000d970100",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5139d2f7ab97dc966e1c8c9a594428bfdfa8eafc",
        "gas": "0x5b60",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000001091f180",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x3fc7fa263aad5827310b3a32351e4df9aeb19d32",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d49290000000000000000000000000000000000000000000000000000000005f5e100",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x002471c86e9e97d393d84bddfa7d555a7fa2917a",
        "gas": "0xd060",
        "gasUsed": "0xcc7d",
        "to": "0x2731d151cbdf84a8a4c6d9d0bae74012db51e428",
        "input": "0xa9059cbb0000000000000000000000007bc06e7d44853becdb3679281984bd4484e20d800000000000000000000000000000000000000000000027bf838c59c1f6ce0000",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x3f1ac92960ad54eb02f10b7e195c0232a89dbab9",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d49290000000000000000000000000000000000000000000000000000000085fdc200",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xba3377dac7939f130ea4b50316c90be3538e719d",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000000fbc5200",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x7dbe99c79cf9398aeb22e29f04ba8bb5d2961210",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d49290000000000000000000000000000000000000000000000000000000007a12000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5d36e17a83383ae8727cbf2edc1db94b2f81f6b0",
        "gas": "0x5b60",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d49290000000000000000000000000000000000000000000000000000000020113a80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x821682a1c026062e10086d69d13b41f5046c93ff",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000000ec82e00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb8ca36c3a7764bd6651ce55cc7a50a967e7275e5",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000002b646600",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5d36e17a83383ae8727cbf2edc1db94b2f81f6b0",
        "gas": "0x5b6c",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d492900000000000000000000000000000000000000000000000000000000230c2b00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb1e15fdbe88b7e7c47552e2d33cd5a9b2e0fd478",
        "gas": "0x5b60",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d49290000000000000000000000000000000000000000000000000000000002faf080",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbd7c692bbc9d4fa8b64180f37f3fdbd98b3b8fae",
        "gas": "0x5b60",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d49290000000000000000000000000000000000000000000000000000000005c81a40",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd3953020334c95523b98adbfdf88e5f2f4696476",
        "gas": "0x5b60",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000000a9c1080",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5d36e17a83383ae8727cbf2edc1db94b2f81f6b0",
        "gas": "0x5b6c",
        "gasUsed": "0x6655",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000001d164a00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd703c1cf31788e01efe9c260a662cc265156e74a",
        "gas": "0x5b60",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d49290000000000000000000000000000000000000000000000000000000003750280",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x7c2b9cc8375258c80b5b7d382f052df5da9696b4",
        "gas": "0x5b60",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000000a21fe80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xdc2851f5a8ef53ee50bcd3d91fa40ba29d714d2c",
        "gas": "0x5b60",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002819c144d5946404c0516b6f817a960db37d4929000000000000000000000000000000000000000000000000000000000839b680",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x26a676c03ccaec6134cecc0732462cf80feedd2e",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x2819c144d5946404c0516b6f817a960db37d4929",
        "input": "0x",
        "value": "0x5180607c0cea000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xcba83fd7af8dbeb800aacd1d3ffbdaa20214f850",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x2819c144d5946404c0516b6f817a960db37d4929",
        "input": "0x",
        "value": "0x10add435134da000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8365efb25d0822aaf15ee1d314147b6a7831c403",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xd703c1cf31788e01efe9c260a662cc265156e74a",
        "input": "0x",
        "value": "0x7fe5cf2bea000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8365efb25d0822aaf15ee1d314147b6a7831c403",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xd0286d495e952d63754a1ded1c9a2838167f8bfd",
        "input": "0x",
        "value": "0x7fe5cf2bea000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8365efb25d0822aaf15ee1d314147b6a7831c403",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xd703c1cf31788e01efe9c260a662cc265156e74a",
        "input": "0x",
        "value": "0x7fe5cf2bea000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x618ffd1cdabee36ce5992a857cc7463f21272bd7",
        "gas": "0x18058",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000060bc59997f1cedd33e823312ee0fffb3db8d476f000000000000000000000000000000000000000000000000000000000b666560",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x14a355e0a1dde4f04a61ad97580b8f163eff570e",
        "gas": "0x7148",
        "gasUsed": "0x5208",
        "to": "0xdbdaf9e6a96d8f81cc97584c09de4094f3c1aa0a",
        "input": "0x",
        "value": "0x69d17119dc5a80000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc8e091023aa3e3a7413fec0d9e75039c65688628",
        "gas": "0x1e788",
        "gasUsed": "0x5b73",
        "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
        "input": "0x7ff36ab50000000000000000000000000000000000000000000000009dfb0a4404064bdc0000000000000000000000000000000000000000000000000000000000000080000000000000000000000000c8e091023aa3e3a7413fec0d9e75039c65688628000000000000000000000000000000000000000000000000000000005f93b7230000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000092722eb937087b28b6f925a994dcff3807d5b3d4",
        "output": "0x08c379a000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000018556e69737761705632526f757465723a20455850495245440000000000000000",
        "error": "execution reverted",
        "revertReason": "UniswapV2Router: EXPIRED",
        "value": "0x16345785d8a0000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x17259f8f06e26835f8f036cc13261d1f5d75b77b",
        "gas": "0x3cc0d",
        "gasUsed": "0x2bfbe",
        "to": "0xd4d52203a5b1c6dd9fae49a1fcc0221ab022afed",
        "input": "0x441a3e70000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000005af3107a4000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x2d737d8108c812ffa3f8ac570455640d3ac3ed8a",
        "gas": "0x10b10",
        "gasUsed": "0x6adc",
        "to": "0x164f0c960c164f8988a556b4eb86d3a696b8e7f0",
        "input": "0xa9059cbb00000000000000000000000050ae4e49004b047fd915d00f089395ab2cf14dc80000000000000000000000000000000000000000000000a32c242c5625c80000",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xeeaa878f9765a626131c87f4bb2eaf85602b1cb8",
        "gas": "0x8d578",
        "gasUsed": "0x3ad81",
        "to": "0x802e419f19f121412fb76723e0e21cc7eb785f90",
        "input": "0x3d18b912",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x29c6746511daeb8f32abf62314f134d61637fe3f",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x827c1cc575cdde6273eb834d1619d45ac25d7cac",
        "input": "0x",
        "value": "0x1ae361fc1451c0000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x01a292df0443634684f270322c004708b61ad276",
        "gas": "0x38db",
        "gasUsed": "0x52d1",
        "to": "0xca7ac1dd35876a0dabec1ab1b37129c37b78a20f",
        "input": "0xa9059cbb000000000000000000000000ce2f4e757bb0175fef1463dd28da033d29fe2a68000000000000000000000000000000000000000000003e04b1adb2b094700000",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x065d76b237272dbf116716c0523641e874e45dc4",
        "input": "0x",
        "value": "0xb1ad89795b4cdc00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x090ae5a4fd998aa43d093e8bff98ed76b7ec943e",
        "input": "0x",
        "value": "0x1e8fbc6d32f78000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x75fa0a5d006b02712cbbee0fadb34f322bc0aa21",
        "input": "0x",
        "value": "0x573c0e4776be000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xff567d768cff8276311cf8e46d91963a4a08567c",
        "input": "0x",
        "value": "0x347e4d9e74f2400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x92893a2bd6cbccee3f0cda9b2c384ee6b1a75927",
        "input": "0x",
        "value": "0xaa93ce3acef800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xd3aee1d3c128f204875ba379f630984e36ba82f1",
        "input": "0x",
        "value": "0x9fbe9d37a99d800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x420ad318600171f776b144628c908e7ef164832a",
        "input": "0x",
        "value": "0x4fa0122f62c7400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x5899f5c4d9236f56f36db8684411d934f89172ae",
        "input": "0x",
        "value": "0x43ac88f471ea9000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x1f6e769ebdf7abe1ce17a417a678a9b3191c0b3f",
        "input": "0x",
        "value": "0xcef20b2c0ce6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xbec181e1e178aa98d1855d6371ec182267cfb6fe",
        "input": "0x",
        "value": "0xef8b9252885800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x4ef2861381e6f7d4d3b4ae5716fadee8d7d7f811",
        "input": "0x",
        "value": "0x17bf05b0b8fc400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x7d1c10c626788615eb5c859804159423278b5c50",
        "input": "0x",
        "value": "0x2cae9fb8e028000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x2be0d7bb3fa0b02ee7d34ed29a1f80e2278832e7",
        "input": "0x",
        "value": "0xd4887654ed10c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x8c5d21f1e7545c677b60bda67ed0fae8df262099",
        "input": "0x",
        "value": "0xd0d13316179d000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x650a7eb8b48b1b8b26ce61fa15b7888eec06b254",
        "input": "0x",
        "value": "0x415fe0571ca2400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x50873b622ba38aa7c68762e0f538d020d2d3a50d",
        "input": "0x",
        "value": "0x1e517db730a4e000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x2ee354256dc5a8617ac05d08987e5fc7dcc12069",
        "input": "0x",
        "value": "0x1fceb67fb57b000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xbcd57b9228fe1d358a46faf20de8be83bc6bf2db",
        "input": "0x",
        "value": "0x1a96073157c45000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xd1d1060821f00a86d4f2a025ad23cbca80d5caf8",
        "input": "0x",
        "value": "0xa3357c7d67ac00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x804a55a05fdab06831d6ac11e9ca41fcfba1a8bf",
        "input": "0x",
        "value": "0xdb47e3fe88438800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xbf5b825a413ee0f1b319fab2cb732d89f5981925",
        "input": "0x",
        "value": "0x7de503a49fe77c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xb407555c6e241fc71de2ae48d19dff725ba4920c",
        "input": "0x",
        "value": "0xa7c77a7c897400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x69b83ecc2608b3acb60f119f3f3a9db0675166bb",
        "input": "0x",
        "value": "0x348c81c2b6aa5800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xcc3a3f2949236267fc111a566f5c9b4111315d92",
        "input": "0x",
        "value": "0x1bf5917056fdc00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xe99ab4c2f4ac8d6f9e1d4050ef68e7726a186660",
        "input": "0x",
        "value": "0x3cbe1cc046edf800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xf262076b8cecba4ce1c860673c08074ac20fb653",
        "input": "0x",
        "value": "0xb02957faeff9800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x16d36198dae33173c7463a909a83654e8b4c3f35",
        "input": "0x",
        "value": "0x9aa4dd1743077c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x9e98c3da8876793c7a1947657797c831fb9052d7",
        "input": "0x",
        "value": "0x8bb916f43034000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x5f715c81d448c6ce5e4bd0ebc3c3eab0e2e2e7ac",
        "input": "0x",
        "value": "0x657c98e40237800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xde654c47632bca43b30d51a7f16b5d3bdf594589",
        "input": "0x",
        "value": "0xfe479526227c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xa688e01abff30c788c4605af2e917c69d51c0b77",
        "input": "0x",
        "value": "0x232b4fbfadd80800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xc57ddf3d0eb032b0eeb3bf9c5584f1534ce53f9c",
        "input": "0x",
        "value": "0xbd7f7261e5987000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x2a8fb4a95ad10612fd6e9ebc8d6f4b4fba8bbb0e",
        "input": "0x",
        "value": "0x72a09ff70bba800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x0fa6a1ed1879338bc0efe926b76ef139fe37c35f",
        "input": "0x",
        "value": "0x10a474b4a515d000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xff4ab7ab99d235759f2c7037d608bc7622da7e44",
        "input": "0x",
        "value": "0x196a5a163ab13400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x78647f8e7ea9b660e8e1cf20cf85a1b4712cec05",
        "input": "0x",
        "value": "0x149632328f5ac00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc4aeb20798368c48b27280847e187bb332b9bc77",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xdc8f85e56f1c5ad1dfbfbbe5d7f0e5311ebea5fa",
        "input": "0x",
        "value": "0x7b49ca3792ce000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x2110993cca7005edc75e97336b8624061fcad184",
        "gas": "0x3b52e",
        "gasUsed": "0x385b4",
        "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
        "input": "0x5c11d795000000000000000000000000000000000000000000000000dc9c264be3bd8dd400000000000000000000000000000000000000000000000524f352b8879b52f800000000000000000000000000000000000000000000000000000000000000a00000000000000000000000002110993cca7005edc75e97336b8624061fcad184000000000000000000000000000000000000000000000000000000005f93bb97000000000000000000000000000000000000000000000000000000000000000300000000000000000000000068f1b730614216e4e7c5205fe4862096796aac38000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000092722eb937087b28b6f925a994dcff3807d5b3d4",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x020ca66c30bec2c4fe3861a94e4db4a498a35872",
        "gas": "0x954d",
        "gasUsed": "0xc143",
        "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
        "input": "0x095ea7b3000000000000000000000000e4c9194962532feb467dce8b3d42419641c6ed2e00000000000000000000000000000000000000000000000000000002540be400",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xff1b9745f68f84f036e5e92c920038d895fb701a",
        "gas": "0x562ca",
        "gasUsed": "0x45516",
        "to": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
        "input": "0x000d070a11ced27fd19c7a2bc70fd72adb55bb70250001000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003d08f5f8694e7978be00000000000000000000000000000000000000000000003cad93607817476f1b000000000000000000000000000000000000000000000000293ea60a28aea0000101000000000000000000009a1717af5be756d8d6deecabfc66d042921dde74000000000000000000000000100000000000000000000000000000000000001100000000000000000000000000000000000000000000000029688dc86ad51e000000000000000000000000000000000000000000000000b45312c7fa3b58000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005f93b772000000000000000000000000000000000000000000000000000001755904334b000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001b90ed06e9eaac262f3c5aaab537614fb7fab1992cbb7e1f9ced38b4f4c5f53ff606ee84366cadf85bb3cf38c75f6995745839362753a21d50dc96fd9d5cb86a240300000000000000000000000000000000000000000000000000000000000024ae38c451ba22b3a6326b061ec5066b40c67dac8441839c77ed967c83b84c240000000000000000000000000000000000000000000000b4529c9a8bb3900000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xff49432a1ea8ac6d12285099ba426d1f16f23c8d",
        "gas": "0x56315",
        "gasUsed": "0x8797",
        "to": "0x0000000000007f150bd6f54c40a34d7c3d5e9f56",
        "input": "0x000d070a11ced27fd19c7a2bc70fd72adb55bb70250001000000000000000000003da1313ae46132a397d90d95b1424a9a7e3e0fce000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003d08f5f8694e7978be00000000000000000000000000000000000000000000003cad93607817476f1b000000000000000000000000000000000000000000000000293ea60a28aea0000101000000000000000000009a1717af5be756d8d6deecabfc66d042921dde74000000000000000000000000100000000000000000000000000000000000001100000000000000000000000000000000000000000000000029688dc86ad51e000000000000000000000000000000000000000000000000b45312c7fa3b58000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005f93b772000000000000000000000000000000000000000000000000000001755904334b000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001b90ed06e9eaac262f3c5aaab537614fb7fab1992cbb7e1f9ced38b4f4c5f53ff606ee84366cadf85bb3cf38c75f6995745839362753a21d50dc96fd9d5cb86a240300000000000000000000000000000000000000000000000000000000000024ae38c451ba22b3a6326b061ec5066b40c67dac8441839c77ed967c83b84c240000000000000000000000000000000000000000000000b4529c9a8bb3900000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x9a1717af5be756d8d6deecabfc66d042921dde74",
        "gas": "0x43aa0",
        "gasUsed": "0x7097",
        "to": "0xf164fc0ec4e93095b804a4795bbe1e041497b92a",
        "input": "0x7ff36ab5000000000000000000000000000000000000000000000118580d779f8a90000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000009a1717af5be756d8d6deecabfc66d042921dde74000000000000000000000000000000000000000000000000000000005f93b8790000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52",
        "output": "0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000002b556e69737761705632526f757465723a20494e53554646494349454e545f4f55545055545f414d4f554e54000000000000000000000000000000000000000000",
        "error": "execution reverted",
        "revertReason": "UniswapV2Router: INSUFFICIENT_OUTPUT_AMOUNT",
        "value": "0x406e57290abb7c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x9a1717af5be756d8d6deecabfc66d042921dde74",
        "gas": "0x43aa0",
        "gasUsed": "0x1aedf",
        "to": "0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f",
        "input": "0x7ff36ab5000000000000000000000000000000000000000000000194b84b94862ad0000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000009a1717af5be756d8d6deecabfc66d042921dde74000000000000000000000000000000000000000000000000000000005f93b87b0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000d533a949740bb3306d119cc777fa900ba034cd52",
        "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000005d0422585be7d400000000000000000000000000000000000000000000000195d79150463592cc4b",
        "value": "0x5d0422585be7d400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x0bb1f1b4a3e9afa1062f2ceb08a05fd04c56eb92",
        "gas": "0x4c91",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000005d96e6c6692973ac0193740a59b767891a16cec2000000000000000000000000000000000000000000000000000000007d2189f0",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x0a98fb70939162725ae66e626fe4b52cff62c2e5",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000019765a1fe982db32ec7b6e700b0db858a7679613000000000000000000000000000000000000000000000000000000000c751640",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xeee28d484628d41a82d01e21d12e2e78d69920da",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000011f8d0d4c247c5b9c116f41f4188a22ef17beee900000000000000000000000000000000000000000000000000000000b6399778",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xab5c66752a9e8167967685f1450532fb96d5d24f",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000006e2718acd6761705fe0bd2ceadd45238d7639b820000000000000000000000000000000000000000000000000000000014aeccc0",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6748f50f686bfbca6fe8ad62b22228b87f31ff2b",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000a90f067d6820c3c98ae0ededb89bd744af3222ef000000000000000000000000000000000000000000000000000000002faf0800",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xeee28d484628d41a82d01e21d12e2e78d69920da",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000062d5b923030636bd6bf428605c651fbdcb5604f000000000000000000000000000000000000000000000000000000000c6d286a",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadb2b42f6bd96f5c65920b9ac88619dce4166f94",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000c33e72ee52ceedbc002e3229549e8bb88e41791e0000000000000000000000000000000000000000000000000000000011e36373",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadb2b42f6bd96f5c65920b9ac88619dce4166f94",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000625b5a776294d4284aadc2f7f9e85ae8ecf29ed4000000000000000000000000000000000000000000000000000000001d9f9e40",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xab5c66752a9e8167967685f1450532fb96d5d24f",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000006b352a74433b80a6acabe335e05e6cff134feaa00000000000000000000000000000000000000000000000000000000b49dae34",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x46705dfff24256421a05d056c29e81bdc09723b8",
        "gas": "0x1322c",
        "gasUsed": "0xa105",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000b5d58d1fce12d62958d5efe012846488fb3364ed000000000000000000000000000000000000000000000000000000010deed086",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x46705dfff24256421a05d056c29e81bdc09723b8",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000708d33f2d5c6716c490d54d0972d02d76954781100000000000000000000000000000000000000000000000000000000124c72c0",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xe93381fb4c4f14bda253907b18fad305d799241a",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000953f200c61c8edeb9806cd4364c72186d56a52e10000000000000000000000000000000000000000000000000000000059dbc102",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadb2b42f6bd96f5c65920b9ac88619dce4166f94",
        "gas": "0x1322c",
        "gasUsed": "0xdb9d",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000002f6ae851d8baa85ace931ac568b66a44cc1b9446000000000000000000000000000000000000000000000000000000019fb59059",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xe93381fb4c4f14bda253907b18fad305d799241a",
        "gas": "0x13238",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000db4dfa58120a3e54b4d8a9fe00da04c58de2d5b50000000000000000000000000000000000000000000000000000000ba40dad40",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xeee28d484628d41a82d01e21d12e2e78d69920da",
        "gas": "0x1322c",
        "gasUsed": "0xdb9d",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000009868d4d0fa2d32629f2c403e1c5a280b680946f5000000000000000000000000000000000000000000000000000000019b17de40",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x1062a747393198f70f71ec65a582423dba7e5ab3",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000e5d18ee1eadada785094d3dd366ade86f0c675970000000000000000000000000000000000000000000000000000000167c60d00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6748f50f686bfbca6fe8ad62b22228b87f31ff2b",
        "gas": "0x13244",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000f56c833ce8983a75c44f988f72654469a8b1a3c30000000000000000000000000000000000000000000000000000000000b80650",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x0a98fb70939162725ae66e626fe4b52cff62c2e5",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000008ba1d2427a12c6d9068855d14cef3c497c22a7f50000000000000000000000000000000000000000000000000000000098e26cd6",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xfdb16996831753d5331ff813c29a93c76834a0ad",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000030193eec6e12ff90c641b718f64d71bb850b2d58000000000000000000000000000000000000000000000000000000001ad5152d",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x1062a747393198f70f71ec65a582423dba7e5ab3",
        "gas": "0x1322c",
        "gasUsed": "0xa105",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000009013a80fa030123ce54929d4f2554b0c9ffcdde200000000000000000000000000000000000000000000000000000001c30741c0",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6748f50f686bfbca6fe8ad62b22228b87f31ff2b",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000004bd6eb39302141148a32cdce89586d5301b107d000000000000000000000000000000000000000000000000000000000255f42c0",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6748f50f686bfbca6fe8ad62b22228b87f31ff2b",
        "gas": "0x1322c",
        "gasUsed": "0xa105",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000017ba40199f187787fba8bb7a8015107ec90e195a000000000000000000000000000000000000000000000000000000016572f540",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadb2b42f6bd96f5c65920b9ac88619dce4166f94",
        "gas": "0x13238",
        "gasUsed": "0xa0f9",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000fb7495ca6dffd0040ceffe3e02e9c0fc2d66763c0000000000000000000000000000000000000000000000000000000023e3fbe9",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6dc899ae3c70f0a70deacb59a3a109608e24a6a1",
        "gas": "0x1f1ce",
        "gasUsed": "0x1b274",
        "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
        "input": "0x7ff36ab50000000000000000000000000000000000000000000000000000000001814c7800000000000000000000000000000000000000000000000000000000000000800000000000000000000000006dc899ae3c70f0a70deacb59a3a109608e24a6a1000000000000000000000000000000000000000000000000000000005f93bb970000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc200000000000000000000000022222c03318440305ac3e8a7820563d6a9fd777f",
        "output": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000035f830dc12c10000000000000000000000000000000000000000000000000000000000001832fe2",
        "value": "0x35f830dc12c1000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x51836a753e344257b361519e948ffcaf5fb8d521",
        "gas": "0x2bb38",
        "gasUsed": "0x5208",
        "to": "0xe8435a0bad0e2a88fcdbf4a59136a2063cc8ab23",
        "input": "0x",
        "value": "0x14646db465dac00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x777eb237c3d0fbc01ddf75e4d56d7a22ce085e9c",
        "gas": "0x1322c",
        "gasUsed": "0xdb9d",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000d43aed16acee863587b2b3dcf4d55f4a1f244dbe0000000000000000000000000000000000000000000000000000000209105580",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x7e1ff06fc9adaca7383560f3d674c6b686aef67e",
        "gas": "0xb42b7",
        "gasUsed": "0x9117d",
        "to": "0xebfb47a7ad0fd6e57323c8a42b2e5a6a4f68fc1a",
        "input": "0xe323f8250000000000000000000000007e1ff06fc9adaca7383560f3d674c6b686aef67e0000000000000000000000000000000000000000000000029a2d71fb203b3302000000000000000000000000334cbb5858417aee161b53ee0d5349ccf54514cf0000000000000000000000000000000000000000000000000000000000000000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xb10ea587f1ea41efc16dc30700cc3707fc17a356",
        "gas": "0x23787",
        "gasUsed": "0x1b88f",
        "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
        "input": "0x18cbafe50000000000000000000000000000000000000000000002aae68cdf10d614b96000000000000000000000000000000000000000000000000003c98d840a4543cc00000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000b10ea587f1ea41efc16dc30700cc3707fc17a356000000000000000000000000000000000000000000000000000000005f93bb970000000000000000000000000000000000000000000000000000000000000002000000000000000000000000cf9c692f7e62af3c571d4173fd4abf9a3e5330d0000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
        "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000002aae68cdf10d614b96000000000000000000000000000000000000000000000000003fa07caa46253fd",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5b2df300485dc7b734a7ecf00aeea3cc418b9502",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x83147fe99fde417eeb3c0d7a764c0b98073b7ed2",
        "input": "0x",
        "value": "0x3b3473cfde0bd8a",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x85c0d1110c57a329ccd6cc91e50fb4666f2287c3",
        "gas": "0x2b8b4",
        "gasUsed": "0xcc7a",
        "to": "0xd26114cd6ee289accf82350c8d8487fedb8a0c07",
        "input": "0xa9059cbb000000000000000000000000cc0a2cb06b1249ec1531108d6ef81dfd4faf39b6000000000000000000000000000000000000000000000004795575bcc0fd0000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x3e7650b09391e5b52659603399e74b7679e1d6ef",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x42d4d3f5278529f31ac2a2cf234178a205d115f2",
        "input": "0x",
        "value": "0xba72482dd0000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xf51dbf890f207a23892de6be4c1bbddba47bf318",
        "gas": "0x4c91",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000b862310d315dc8a3db28e2d87de01147339114430000000000000000000000000000000000000000000000000000000004133d45",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xdda54074c32726bd42587a08cc6bfda257a820f5",
        "gas": "0x4c91",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000b862310d315dc8a3db28e2d87de0114733911443000000000000000000000000000000000000000000000000000000000419b9ad",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x1fe975a6237768cba188faebe7073ec6f94be7fe",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x8333331b3fe016653ff0adb7b37e52f81a6e7382",
        "input": "0x",
        "value": "0xde0b6b3a7640000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xae7de6bb5c893bd7afd8a3b37574429a2481432f",
        "gas": "0x4c91",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000b862310d315dc8a3db28e2d87de01147339114430000000000000000000000000000000000000000000000000000000004116153",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8700113a2b8b4e013f927f2ce364f56ede4577ab",
        "gas": "0x4c91",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000b862310d315dc8a3db28e2d87de011473391144300000000000000000000000000000000000000000000000000000000040e2d8d",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xf04e35f2f0536c3b98252a53a74d956fa3cfc5e5",
        "gas": "0xa7f8",
        "gasUsed": "0x5208",
        "to": "0x7842077dd636dd821ea488df51a728db6d5cbfce",
        "input": "0x",
        "value": "0x191ff24fda000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x43257a77e909ca48e4c2cc44687ffeb79b0e0b98",
        "gas": "0x2328",
        "gasUsed": "0x5208",
        "to": "0xa6fc8ac67fc989c65fb6b757b509563f8373ae6c",
        "input": "0x",
        "value": "0xaa87bee538000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xa75472ba654d69ed7da59bf1a27678ea01e53a9a",
        "gas": "0x2b0b0",
        "gasUsed": "0x1cb9c",
        "to": "0x5eae73d4d24b2922fe614d4f58018b34a7e20a83",
        "input": "0x39125215000000000000000000000000f4aae3206c5d41d2c610b2b8a7467bd4d163086b0000000000000000000000000000000000000000000000000864c87f1541bfad00000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000000000000000000000000000000000005f9cf1de000000000000000000000000000000000000000000000000000000000000c94a00000000000000000000000000000000000000000000000000000000000000e0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000414a93dddc71774f41a1cc2c0eabddbbf4cb33e5b2b8460cf23d46e505cbd269cb1029945636f790fdeb53c87a9b81586c26996497354be8164f0c5946718470d21c00000000000000000000000000000000000000000000000000000000000000",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8e670b4d6651c4051e65b21aa4a575f3f99b8b83",
        "gas": "0x10d88",
        "gasUsed": "0x5208",
        "to": "0x8e670b4d6651c4051e65b21aa4a575f3f99b8b83",
        "input": "0x",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xa4e5961b58dbe487639929643dcb1dc3848daf5e",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xd0ed186b3678f8f8cde1443e36f313a2d539b3d4",
        "input": "0x",
        "value": "0x59e2cc4bca400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xd9a5c5bde6031f84422fbe53409804c403e1b1af",
        "gas": "0x7d63",
        "gasUsed": "0x5165",
        "to": "0xd533a949740bb3306d119cc777fa900ba034cd52",
        "input": "0xa9059cbb000000000000000000000000a64b6069cd630969253714e9a7e24d3f8455134d0000000000000000000000000000000000000000000001e7e4171bf4d3a00000",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xf9ac7835357409fd4bd14e8a993112a731197e17",
        "gas": "0xcd6a",
        "gasUsed": "0xdb91",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000009029e2c42fb2bb08af0e379fb39bdb6196c549b9000000000000000000000000000000000000000000000000000000000c15041c",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xadebe3563517c096eefc5672a6a8c6bd8f27afbd",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xb4c69431475eb778aedcd2772961eac06e7e21c0",
        "input": "0x",
        "error": "out of gas",
        "value": "0xbf927b93339800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x2e13926ba95d9cd71ed29316a590868a43fff191",
        "gas": "0x2b8f0",
        "gasUsed": "0xa0e1",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000443a42f0e905ce22c77c91485f00e1d426f18beb000000000000000000000000000000000000000000000000000000003b9aca00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x2e13926ba95d9cd71ed29316a590868a43fff191",
        "gas": "0x2b8cc",
        "gasUsed": "0xdb9d",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb0000000000000000000000007fdf6ba69c723611c3016d6bcd9df55adffea81c0000000000000000000000000000000000000000000000000000000105e71e80",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x2e13926ba95d9cd71ed29316a590868a43fff191",
        "gas": "0x2b8e4",
        "gasUsed": "0xdb85",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000034b65325f52500cf175bb1c6a9450c14aac653af00000000000000000000000000000000000000000000000000000000258d0980",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5cc9e8bbca7a0d4b198ca044a8a3e70b4f2c2d80",
        "gas": "0x5468",
        "gasUsed": "0x6661",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000fc290b235bed0b583e8a9fa3bed70a13674916d3000000000000000000000000000000000000000000000000000000003b6d0340",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8576fe348b4ff413f9c9321ee4166e70069fc2e4",
        "gas": "0x132e8",
        "gasUsed": "0x584f",
        "to": "0xc8606268c387bfdca469c204d8d5728010fc1dc8",
        "input": "0xaa67c9190000000000000000000000008576fe348b4ff413f9c9321ee4166e70069fc2e4",
        "output": "0x08c379a00000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000e76616c756520746f6f206c6f7721000000000000000000000000000000000000",
        "error": "execution reverted",
        "revertReason": "value too low!",
        "value": "0x18526be491f62",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5aef9d743bc18cb4db1ad5a9470ee685d3481952",
        "gas": "0x95ec",
        "gasUsed": "0xa105",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000b9c8625cfae3c8d1268ff315c5e4716c2e01651c00000000000000000000000000000000000000000000000000000001040e18c0",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x12f8f7030cc2adedd26c9d1b6ff4084bac7c4c61",
        "gas": "0x9604",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb000000000000000000000000c5d94e1e355efc165c1d464355b4f3d7b549ab990000000000000000000000000000000000000000000000000000000047868c00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xf2668c4a4f4bb9d840f2a66d1ee309409f0dda1f",
        "gas": "0x9604",
        "gasUsed": "0xa0ed",
        "to": "0xdac17f958d2ee523a2206206994597c13d831ec7",
        "input": "0xa9059cbb00000000000000000000000057f7a0dd01547f0333055bb561f0643790d2f886000000000000000000000000000000000000000000000000000000003b9aca00",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0xeb4d65d05efadfe44afd7626d8716f9686d9cb5e",
        "input": "0x",
        "value": "0x4ec8f45a8a000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0xf09a58471c0d97ecdb5b44d145e64bf12a237770",
        "input": "0x",
        "value": "0x4ec8f45a8a000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x115428055cf03bd059b667e694a76f45a8c3e330",
        "input": "0x",
        "value": "0x4ec8f45a8a000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x2490347d90e8b208aa98a3d9d302b45280a7b4e2",
        "input": "0x",
        "value": "0x4ec8f45a8a000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x52cc613fdfd7d5bea0703315154d816f73ebe335",
        "input": "0x",
        "value": "0x4ec8f45a8a000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x38e4da477d2763fbf2cd2a03d4875dd9dde00743",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x2a44c630d6ee99c0c91d5bd9f956ba95fc0d14c8",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x084dfb3630f6c35f7ddf1ff39ac4815ad7d5166b",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x75761de530c7bef573c2b5de979c15bedf5edd70",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0xb0bcf78690b427f620ef2ee7fc1bb2d9b9e32d6f",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0xbbc498f3b8af1ea963af5f279f4aabdef697b172",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x7daa9a1af03bb9f851336fb57bc382302678fa2d",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x7640260549c899bf60cb655ee5ec4e17b1fc75e9",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x90f4fcca69841e339da927ff3721c586ca8c488f",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x1c3f480ea61305cec09cb51079c3f3d35e098f0b",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0xd9caf56b6fabd05d8059926272bbeeec8df79bcf",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x1b4751ffbf78f98ff2c2cdf8f3316463377ed36b",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x22a9439e9e24ef3a40e03012c4f0c01aadf4c1b6",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x2717b0b72d59710241ce4a183027c50ce7a11af0",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x7da89e5f6a0e91bda3af8bc7efdb485b8702488c",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x9204c7e96f8be852f620fe9bef9f44ff94b4b4a2",
        "gas": "0x31aa3",
        "gasUsed": "0x2bc4d",
        "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
        "input": "0x7ff36ab50000000000000000000000000000000000000000000000043defab05de27927200000000000000000000000000000000000000000000000000000000000000800000000000000000000000009204c7e96f8be852f620fe9bef9f44ff94b4b4a2000000000000000000000000000000000000000000000000000000005f93bb950000000000000000000000000000000000000000000000000000000000000002000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2000000000000000000000000a8fee1ca593348d871a7c53eb7bac627d68205d6",
        "output": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000ebcfb5f8f770000000000000000000000000000000000000000000000000004e0d39e46bf7a4ed0",
        "value": "0xebcfb5f8f770000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x2cb74d4a2ed6a7175d288faca909babf6af74208",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x1a94a859b0c5ac083be69b194d69c68efef5760e",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x253290da65e29c7c2799a8f7f6de8f690106740a",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x42dfa5411114cc1b15d2df6952f7a9c2b294db5a",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x6bdbc9b49d7a952b27ca59572dc361fe7ce0236e",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x6d9a2e830e015e39f5ae371df0a8d282aa53abef",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x2b64f690d01f8764453ea82929eed7de771c0bea",
        "input": "0x",
        "value": "0x3fc74012ca180",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0xa0b605b3aaac20174c1df95416e09b717bb04c03",
        "input": "0x",
        "value": "0x3fc74012ca180",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x745dc6660b61a5173e6e7615e0e2339bda451983",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x21342c3d5d448d45c50316de99e4c848cbbcbbb6",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xbab53d32705035a8278bbefd3d5ed69aa0b7b756",
        "gas": "0x3e8",
        "gasUsed": "0x5208",
        "to": "0x5f969c564473d13a66a91d9899c5d4dbe14ec8bd",
        "input": "0x",
        "value": "0x47481a08c6000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x2307a472ab9b2c3d5ad41dbe5ef35c3dc5e4bf28",
        "gas": "0x3dab1",
        "gasUsed": "0x25459",
        "to": "0x8f05a32d3f055f3d8dce9b6fa8141ed07c633238",
        "input": "0x441a3e7000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006f2b1110624a004b",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xfa5aa66478cb1f67d345d0d81aeff8b205a67273",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x982f689a2bf187a6e8a58c1f23ddb293bfea5290",
        "input": "0x",
        "value": "0x2eec027241b04c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc032db1512d8f6197385aedf40cad0eeee3a509c",
        "gas": "0x2b8d8",
        "gasUsed": "0xe025",
        "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
        "input": "0xa9059cbb0000000000000000000000002a8ecde78019508f294f01e15e95eb0a5dfc02290000000000000000000000000000000000000000000000000000000001aa7bb0",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x11126de28641661e0cdda94f9054822539553733",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x2a8ecde78019508f294f01e15e95eb0a5dfc0229",
        "input": "0x",
        "value": "0x110d9316ec0000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x8f422716760f33b51a66a63ce6abcfc5000af380",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xed5b53273a0a1fead9fe5bcb6b62fba9374ea7ec",
        "input": "0x",
        "value": "0x21c7443574c400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x078adf3e152a38190f83b279912c56ba0dd895b4",
        "gas": "0x3ab5f",
        "gasUsed": "0x27224",
        "to": "0x7a250d5630b4cf539739df2c5dacb4c659f2488d",
        "input": "0x02751cec00000000000000000000000018aaa7115705e8be94bffebde57af9bfc265b9980000000000000000000000000000000000000000000000001c73c36d761604fb00000000000000000000000000000000000000000000000572c4146a55935b8c00000000000000000000000000000000000000000000000000a4d9fa9f70c2a0000000000000000000000000078adf3e152a38190f83b279912c56ba0dd895b4000000000000000000000000000000000000000000000000000000005f93bdef",
        "output": "0x00000000000000000000000000000000000000000000000579c659fc3c46e98400000000000000000000000000000000000000000000000000a5ae0c9b189026",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x9c32cac16ee79be537f7f096db2489c85431001f",
        "gas": "0x3538",
        "gasUsed": "0x5a2b",
        "to": "0xab1ff6cf541edf1944f0ddb1ec9f77521349914e",
        "input": "0x",
        "value": "0xd9cc7b555a7e500",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6dd59bc9937d2d778e8265f287a94cbfefc61f64",
        "gas": "0x11fb38",
        "gasUsed": "0xec0e7",
        "to": "0x910cbd523d972eb0a6f4cae4618ad62622b39dbf",
        "input": "0xb214faa52c8044a3ec84b37c3dee32352243c435755924760e976dbc57f915bee4c9e0e9",
        "value": "0x8ac7230489e80000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xfc42785752264a75a5a410aaacd0f79d26d4ee35",
        "gas": "0x9d6d",
        "gasUsed": "0x543d",
        "to": "0x514910771af9ca656af840dff83e8264ecf986ca",
        "input": "0xa9059cbb0000000000000000000000009bc2f223026c252c8ef5f7f33f00f4bee21434b800000000000000000000000000000000000000000000000030927f74c9de0000",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xf9e5a921b5a6abd628804c92a62ae49c09dee64e",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x2ca20a44c77f33ee10df432080cc4b867255ac16",
        "input": "0x",
        "value": "0x33bfa2db792400",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x113a3fcea01c13f19f7a99602ed1961481630a75",
        "gas": "0x2b8a8",
        "gasUsed": "0xcb3e",
        "to": "0x6b175474e89094c44da98b954eedeac495271d0f",
        "input": "0xa9059cbb00000000000000000000000024b538e55849d7696c8851e193e77c3564c7f00b000000000000000000000000000000000000000000000001ab778003bee91400",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xf85b82a1a65cfad5f0a08287f0c7fea615699281",
        "gas": "0x2b8c0",
        "gasUsed": "0xcd3a",
        "to": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2",
        "input": "0xa9059cbb000000000000000000000000744af3fb13a0befb222ed847cc8ecfbe57196ecf0000000000000000000000000000000000000000000000000022a933ff4fac00",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x4a58accd9908ddde56bfd131481e6667149da344",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x879715aab5c77d3e97b40a8f59a3f01cdf2e410b",
        "input": "0x",
        "value": "0x432d224aff57800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x41d500cb4665502ab7e421891ce46e9f27dfff1c",
        "gas": "0x2b8e4",
        "gasUsed": "0xe019",
        "to": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
        "input": "0xa9059cbb000000000000000000000000d9b26c29180be58c7087212c55ffa45cb6673d1800000000000000000000000000000000000000000000000000000000000c151c",
        "output": "0x0000000000000000000000000000000000000000000000000000000000000001",
        "value": "0x0",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xac0ced68c4ccf7b983069eed9c7e4a112f05c1a8",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x0d4155ef143e4a5c456d5fc2ea5c66e7035f10d8",
        "input": "0x",
        "value": "0x29e931ffd5ae0000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x6935872b9e85710497ec84c40407a577e2efc15a",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x217ed6ac7c4ccee9f69b3f09274eac046ccd3147",
        "input": "0x",
        "value": "0x421499f8d28000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x07bc221c856592eb8b1d067883ec1c30a128c3fb",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x8773c46986ed0c3ba6f38386bbeff0b8db3b0184",
        "input": "0x",
        "value": "0x671141f01a4f000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xeea26b7d11b366fdc636cadd9b6890e229cbd5ba",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xf188ccb8f42c74d426eae3b919b41b899e13d131",
        "input": "0x",
        "value": "0x18fa7e3353a9c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xe3a64567243dbf282c5f8d82f921d62213b113c8",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x28cb05e6c49f69b01bf6396e792a0fb6be17a48b",
        "input": "0x",
        "value": "0x421499f8d28000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x4c45c75c1c62f2a390ecb5224416febf93a59637",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0xa630a81d00c20e9422b185fdde69ac4d9c569f93",
        "input": "0x",
        "value": "0x4e20b7c71b72c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xc044e637e533c70477a599f451775c141bca435c",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x1960546123bad738c2c13409cd34b08f4518b125",
        "input": "0x",
        "value": "0x302992f2f1ac00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x37b5f63e43c91698f4d7ccb404cfd6e770460128",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x31817fe825ebf70f065bb819c69cbceaa95329f1",
        "input": "0x",
        "value": "0x421499f8d28000",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x086765bee8ece47ad136aa68f8dc30128cf4a9eb",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x393b8d49d2711ed2fe60c65b3ba903bb6e3507f9",
        "input": "0x",
        "value": "0x14c796cb0f1c00",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0xff65649942b4702682ca45f1f28bc63732d81708",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x546bb8aa47a4a34169321dbb4464dd2a653232da",
        "input": "0x",
        "value": "0xcee0fc6ef00800",
        "type": "CALL"
      }
    },
    {
      "result": {
        "from": "0x5031b1b3aefd8c060e9186992f3468173029c605",
        "gas": "0x0",
        "gasUsed": "0x5208",
        "to": "0x37f25a6e711851ffcb65398689d9b2c67e53b257",
        "input": "0x",
        "value": "0xcdd38ba0a88cc00",
        "type": "CALL"
      }
    }
  ]
}

@mattsse
Copy link
Collaborator

mattsse commented Dec 12, 2023

@tjayrush this seems to be fixed at least in latest alpha, http://69.67.151.138:8545 returns the traces successfully.

Noticed some differences with RevertReason formatting that I'm going to fix:

#5736
#5737

@mattsse
Copy link
Collaborator

mattsse commented Dec 12, 2023

This could also be related to an old bug with Historical Changesets that has since been fixed but would be present on disk

@wakamex
Copy link
Contributor

wakamex commented Dec 12, 2023

deleted the latest few files in blooms, finalized, and staging folders in trueblocks/mainnet/ and it reprocessed up to this block, but still fails here. what should I delete on the reth side?

something in StorageChangeSet I take it:

db stats --datadir /nvme/reth_mainnet 
| Table Name        | # Entries  | Branch Pages | Leaf Pages | Overflow Pages | Total Size |
|-------------------|------------|--------------|------------|----------------|------------|
| AccountChangeSet  | 2797909297 | 11759115     | 36175443   | 0              | 182.9 GiB  |
| AccountHistory    | 269684133  | 188031       | 15839728   | 514476         | 63.1 GiB   |
| AccountsTrie      | 20377619   | 5670         | 968451     | 0              | 3.7 GiB    |
| BlockBodyIndices  | 18753829   | 498          | 110851     | 0              | 435 MiB    |
| BlockOmmers       | 1209744    | 844          | 188675     | 0              | 740.3 MiB  |
| BlockWithdrawals  | 1718889    | 1099         | 245572     | 0              | 963.6 MiB  |
| Bytecodes         | 1161924    | 1585         | 101763     | 2566030        | 10.2 GiB   |
| CanonicalHeaders  | 18753829   | 3677         | 446937     | 0              | 1.7 GiB    |
| HashedAccount     | 227711146  | 73518        | 4431857    | 0              | 17.2 GiB   |
| HashedStorage     | 1086178873 | 672119       | 20980461   | 0              | 82.6 GiB   |
| HeaderNumbers     | 18753829   | 4708         | 336452     | 0              | 1.3 GiB    |
| HeaderTD          | 18753829   | 609          | 135936     | 0              | 533.4 MiB  |
| Headers           | 18753829   | 40425        | 4607962    | 0              | 17.7 GiB   |
| PlainAccountState | 227711146  | 38169        | 3440013    | 0              | 13.3 GiB   |
| PlainStorageState | 1086178873 | 697918       | 22909130   | 0              | 90.1 GiB   |
| PruneCheckpoints  | 0          | 0            | 0          | 0              | 0 B        |
| Receipts          | 2185238879 | 291898       | 65384172   | 1714442        | 257.1 GiB  |
| StorageChangeSet  | 4849977397 | 3522892      | 82038201   | 0              | 326.4 GiB  |
| StorageHistory    | 1374243725 | 2756291      | 99188397   | 871479         | 392.2 GiB  |
| StoragesTrie      | 95082229   | 626840       | 5593287    | 0              | 23.7 GiB   |
| SyncStage         | 13         | 0            | 1          | 0              | 4 KiB      |
| SyncStageProgress | 1          | 0            | 1          | 0              | 4 KiB      |
| TransactionBlock  | 17117328   | 492          | 109728     | 0              | 430.5 MiB  |
| Transactions      | 2185238879 | 460370       | 103121292  | 40873743       | 551.1 GiB  |
| TxHashNumber      | 2184289864 | 551589       | 39148113   | 0              | 151.4 GiB  |
| TxSenders         | 2185238879 | 91178        | 20423124   | 0              | 78.3 GiB   |
| ----------------- | ---------- | ------------ | ---------- | -------------- | ---------- |
| Total DB size     |            |              |            |                | 2.2 TiB    |
| Freelist size     | 1527080    |              |            |                | 5.8 GiB    |

say when
ezgif com-optimize

@tjayrush
Copy link

@tjayrush this seems to be fixed at least in latest alpha, http://69.67.151.138:8545 returns the traces successfully.

Noticed some differences with RevertReason formatting that I'm going to fix:

#5736 #5737

So I did a diff between the results produced by Erigon and the endpoint you mention:

Two primary differences. Gas is different and revert reason is a bit different.

Here's the diff if that helps. The first of the two (<) is Erigon. The second (>) is Reth.

I noticed this is for topOnlyCall which I know is very, very confusing for how to calculate the gas used. I spent a long time figuring this out once. The gas at the top level trace (i.e., trace[0]) is not just the remainder after subtracting the gas in the transaction and all the subsequent traces (although that's what it seems like it should be). It's something weird like the gas of the transaction, less the sum of the gas of all the other traces, less the cost of the data (or something -- don't rightly remember -- just remember it's a weird value.)

The revert reasons look like they'd be easy to fix.

8c8
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
19c19
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
30c30
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
41c41
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
52c52
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
63c63
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
74c74
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
85c85
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
96c96
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
107c107
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
118c118
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
129c129
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
140c140
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
151c151
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
162c162
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
173c173
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
184c184
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
195c195
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
206c206
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
217c217
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
228c228
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
239c239
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
250c250
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
261c261
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
272c272
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
283c283
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
294c294
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
305c305
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
316c316
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
327c327
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
338c338
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
349c349
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
360c360
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
371c371
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
382c382
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
393c393
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
404c404
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
415c415
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
426c426
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
437c437
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
448c448
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
459c459
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
470c470
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
481c481
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
492c492
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
503c503
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
514c514
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
525c525
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
536c536
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
547c547
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
558c558
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
569c569
<         "gas": "0x1325c",
---
>         "gas": "0x186a0",
580c580
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
591c591
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
602c602
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
613c613
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
624c624
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
635c635
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
646c646
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
657c657
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
668c668
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
679c679
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
690c690
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
701c701
<         "gas": "0x13250",
---
>         "gas": "0x186a0",
712c712
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
723c723
<         "gas": "0xe424",
---
>         "gas": "0x13880",
735c735
<         "gas": "0xe424",
---
>         "gas": "0x13880",
747c747
<         "gas": "0xd078",
---
>         "gas": "0x124f8",
759c759
<         "gas": "0x95f8",
---
>         "gas": "0xea60",
770c770
<         "gas": "0x10b1c",
---
>         "gas": "0x15f90",
781c781
<         "gas": "0x22888",
---
>         "gas": "0x281d4",
793c793
<         "gas": "0x0",
---
>         "gas": "0x5208",
804c804
<         "gas": "0x0",
---
>         "gas": "0x5208",
815c815
<         "gas": "0x10ae6",
---
>         "gas": "0x15f4e",
826c826
<         "gas": "0x9604",
---
>         "gas": "0xea60",
837c837
<         "gas": "0x0",
---
>         "gas": "0x5208",
848c848
<         "gas": "0x0",
---
>         "gas": "0x5208",
859c859
<         "gas": "0x0",
---
>         "gas": "0x5208",
870c870
<         "gas": "0x0",
---
>         "gas": "0x5208",
881c881
<         "gas": "0x0",
---
>         "gas": "0x5208",
892c892
<         "gas": "0x0",
---
>         "gas": "0x5208",
903c903
<         "gas": "0x0",
---
>         "gas": "0x5208",
914c914
<         "gas": "0x2283e",
---
>         "gas": "0x2817e",
926c926
<         "gas": "0x11e80",
---
>         "gas": "0x17c28",
937c937
<         "gas": "0x18040",
---
>         "gas": "0x1d4c0",
949c949
<         "gas": "0x18058",
---
>         "gas": "0x1d4c0",
960c960
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
971c971
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
982c982
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
993c993
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1004c1004
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
1015c1015
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1026c1026
<         "gas": "0xd060",
---
>         "gas": "0x124f8",
1038c1038
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1049c1049
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1060c1060
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1071c1071
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
1082c1082
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1093c1093
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1104c1104
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1115c1115
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
1126c1126
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
1137c1137
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
1148c1148
<         "gas": "0x5b6c",
---
>         "gas": "0xafc8",
1159c1159
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
1170c1170
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
1181c1181
<         "gas": "0x5b60",
---
>         "gas": "0xafc8",
1192c1192
<         "gas": "0x0",
---
>         "gas": "0x5208",
1203c1203
<         "gas": "0x0",
---
>         "gas": "0x5208",
1214c1214
<         "gas": "0x0",
---
>         "gas": "0x5208",
1225c1225
<         "gas": "0x0",
---
>         "gas": "0x5208",
1236c1236
<         "gas": "0x0",
---
>         "gas": "0x5208",
1247c1247
<         "gas": "0x18058",
---
>         "gas": "0x1d4c0",
1258c1258
<         "gas": "0x7148",
---
>         "gas": "0xc350",
1268c1268
<         "error": "execution reverted",
---
>         "error": "Reverted",
1270c1270
<         "gas": "0x1e788",
---
>         "gas": "0x240c8",
1274c1274
<         "revertReason": "UniswapV2Router: EXPIRED",
---
>         "revertReason": "revert: UniswapV2Router: EXPIRED",
1283c1283
<         "gas": "0x3cc0d",
---
>         "gas": "0x41f9d",
1294c1294
<         "gas": "0x10b10",
---
>         "gas": "0x15f90",
1306c1306
<         "gas": "0x8d578",
---
>         "gas": "0x927c0",
1317c1317
<         "gas": "0x0",
---
>         "gas": "0x5208",
1328c1328
<         "gas": "0x38db",
---
>         "gas": "0x8d73",
1340c1340
<         "gas": "0x0",
---
>         "gas": "0x5208",
1351c1351
<         "gas": "0x0",
---
>         "gas": "0x5208",
1362c1362
<         "gas": "0x0",
---
>         "gas": "0x5208",
1373c1373
<         "gas": "0x0",
---
>         "gas": "0x5208",
1384c1384
<         "gas": "0x0",
---
>         "gas": "0x5208",
1395c1395
<         "gas": "0x0",
---
>         "gas": "0x5208",
1406c1406
<         "gas": "0x0",
---
>         "gas": "0x5208",
1417c1417
<         "gas": "0x0",
---
>         "gas": "0x5208",
1428c1428
<         "gas": "0x0",
---
>         "gas": "0x5208",
1439c1439
<         "gas": "0x0",
---
>         "gas": "0x5208",
1450c1450
<         "gas": "0x0",
---
>         "gas": "0x5208",
1461c1461
<         "gas": "0x0",
---
>         "gas": "0x5208",
1472c1472
<         "gas": "0x0",
---
>         "gas": "0x5208",
1483c1483
<         "gas": "0x0",
---
>         "gas": "0x5208",
1494c1494
<         "gas": "0x0",
---
>         "gas": "0x5208",
1505c1505
<         "gas": "0x0",
---
>         "gas": "0x5208",
1516c1516
<         "gas": "0x0",
---
>         "gas": "0x5208",
1527c1527
<         "gas": "0x0",
---
>         "gas": "0x5208",
1538c1538
<         "gas": "0x0",
---
>         "gas": "0x5208",
1549c1549
<         "gas": "0x0",
---
>         "gas": "0x5208",
1560c1560
<         "gas": "0x0",
---
>         "gas": "0x5208",
1571c1571
<         "gas": "0x0",
---
>         "gas": "0x5208",
1582c1582
<         "gas": "0x0",
---
>         "gas": "0x5208",
1593c1593
<         "gas": "0x0",
---
>         "gas": "0x5208",
1604c1604
<         "gas": "0x0",
---
>         "gas": "0x5208",
1615c1615
<         "gas": "0x0",
---
>         "gas": "0x5208",
1626c1626
<         "gas": "0x0",
---
>         "gas": "0x5208",
1637c1637
<         "gas": "0x0",
---
>         "gas": "0x5208",
1648c1648
<         "gas": "0x0",
---
>         "gas": "0x5208",
1659c1659
<         "gas": "0x0",
---
>         "gas": "0x5208",
1670c1670
<         "gas": "0x0",
---
>         "gas": "0x5208",
1681c1681
<         "gas": "0x0",
---
>         "gas": "0x5208",
1692c1692
<         "gas": "0x0",
---
>         "gas": "0x5208",
1703c1703
<         "gas": "0x0",
---
>         "gas": "0x5208",
1714c1714
<         "gas": "0x0",
---
>         "gas": "0x5208",
1725c1725
<         "gas": "0x0",
---
>         "gas": "0x5208",
1736c1736
<         "gas": "0x0",
---
>         "gas": "0x5208",
1747c1747
<         "gas": "0x3b52e",
---
>         "gas": "0x410ca",
1758c1758
<         "gas": "0x954d",
---
>         "gas": "0xe9b5",
1770c1770
<         "gas": "0x562ca",
---
>         "gas": "0x5cf36",
1781c1781
<         "gas": "0x56315",
---
>         "gas": "0x5cf81",
1791c1791
<         "error": "execution reverted",
---
>         "error": "Reverted",
1793c1793
<         "gas": "0x43aa0",
---
>         "gas": "0x493e0",
1797c1797
<         "revertReason": "UniswapV2Router: INSUFFICIENT_OUTPUT_AMOUNT",
---
>         "revertReason": "revert: UniswapV2Router: INSUFFICIENT_OUTPUT_AMOUNT",
1806c1806
<         "gas": "0x43aa0",
---
>         "gas": "0x493e0",
1818c1818
<         "gas": "0x4c91",
---
>         "gas": "0xa0f9",
1829c1829
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1840c1840
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1851c1851
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1862c1862
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
1873c1873
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1884c1884
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
1895c1895
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1906c1906
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1917c1917
<         "gas": "0x1322c",
---
>         "gas": "0x186a0",
1928c1928
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1939c1939
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1950c1950
<         "gas": "0x1322c",
---
>         "gas": "0x186a0",
1961c1961
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1972c1972
<         "gas": "0x1322c",
---
>         "gas": "0x186a0",
1983c1983
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
1994c1994
<         "gas": "0x13244",
---
>         "gas": "0x186a0",
2005c2005
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
2016c2016
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
2027c2027
<         "gas": "0x1322c",
---
>         "gas": "0x186a0",
2038c2038
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
2049c2049
<         "gas": "0x1322c",
---
>         "gas": "0x186a0",
2060c2060
<         "gas": "0x13238",
---
>         "gas": "0x186a0",
2071c2071
<         "gas": "0x1f1ce",
---
>         "gas": "0x24ade",
2083c2083
<         "gas": "0x2bb38",
---
>         "gas": "0x30d40",
2094c2094
<         "gas": "0x1322c",
---
>         "gas": "0x186a0",
2105c2105
<         "gas": "0xb42b7",
---
>         "gas": "0xb994b",
2116c2116
<         "gas": "0x23787",
---
>         "gas": "0x291b3",
2128c2128
<         "gas": "0x0",
---
>         "gas": "0x5208",
2139c2139
<         "gas": "0x2b8b4",
---
>         "gas": "0x30d40",
2150c2150
<         "gas": "0x0",
---
>         "gas": "0x5208",
2161c2161
<         "gas": "0x4c91",
---
>         "gas": "0xa0f9",
2172c2172
<         "gas": "0x4c91",
---
>         "gas": "0xa0f9",
2183c2183
<         "gas": "0x0",
---
>         "gas": "0x5208",
2194c2194
<         "gas": "0x4c91",
---
>         "gas": "0xa0f9",
2205c2205
<         "gas": "0x4c91",
---
>         "gas": "0xa0f9",
2216c2216
<         "gas": "0xa7f8",
---
>         "gas": "0xfa00",
2227c2227
<         "gas": "0x2328",
---
>         "gas": "0x7530",
2238c2238
<         "gas": "0x2b0b0",
---
>         "gas": "0x30d40",
2249c2249
<         "gas": "0x10d88",
---
>         "gas": "0x15f90",
2260c2260
<         "gas": "0x0",
---
>         "gas": "0x5208",
2271c2271
<         "gas": "0x7d63",
---
>         "gas": "0xd1fb",
2283c2283
<         "gas": "0xcd6a",
---
>         "gas": "0x121d2",
2293c2293
<         "error": "out of gas",
---
>         "error": "Out of gas",
2295c2295
<         "gas": "0x0",
---
>         "gas": "0x5208",
2306c2306
<         "gas": "0x2b8f0",
---
>         "gas": "0x30d40",
2317c2317
<         "gas": "0x2b8cc",
---
>         "gas": "0x30d40",
2328c2328
<         "gas": "0x2b8e4",
---
>         "gas": "0x30d40",
2339c2339
<         "gas": "0x5468",
---
>         "gas": "0xa8d0",
2349c2349
<         "error": "execution reverted",
---
>         "error": "Reverted",
2351c2351
<         "gas": "0x132e8",
---
>         "gas": "0x186a0",
2355c2355
<         "revertReason": "value too low!",
---
>         "revertReason": "revert: value too low!",
2364c2364
<         "gas": "0x95ec",
---
>         "gas": "0xea60",
2375c2375
<         "gas": "0x9604",
---
>         "gas": "0xea60",
2386c2386
<         "gas": "0x9604",
---
>         "gas": "0xea60",
2397c2397
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2408c2408
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2419c2419
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2430c2430
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2441c2441
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2452c2452
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2463c2463
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2474c2474
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2485c2485
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2496c2496
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2507c2507
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2518c2518
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2529c2529
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2540c2540
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2551c2551
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2562c2562
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2573c2573
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2584c2584
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2595c2595
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2606c2606
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2617c2617
<         "gas": "0x31aa3",
---
>         "gas": "0x373ef",
2629c2629
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2640c2640
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2651c2651
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2662c2662
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2673c2673
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2684c2684
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2695c2695
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2706c2706
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2717c2717
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2728c2728
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2739c2739
<         "gas": "0x3e8",
---
>         "gas": "0x55f0",
2750c2750
<         "gas": "0x3dab1",
---
>         "gas": "0x42e4d",
2761c2761
<         "gas": "0x0",
---
>         "gas": "0x5208",
2772c2772
<         "gas": "0x2b8d8",
---
>         "gas": "0x30d40",
2784c2784
<         "gas": "0x0",
---
>         "gas": "0x5208",
2795c2795
<         "gas": "0x0",
---
>         "gas": "0x5208",
2806c2806
<         "gas": "0x3ab5f",
---
>         "gas": "0x403d7",
2818c2818
<         "gas": "0x3538",
---
>         "gas": "0x8740",
2829c2829
<         "gas": "0x11fb38",
---
>         "gas": "0x124f80",
2840c2840
<         "gas": "0x9d6d",
---
>         "gas": "0xf1e1",
2852c2852
<         "gas": "0x0",
---
>         "gas": "0x5208",
2863c2863
<         "gas": "0x2b8a8",
---
>         "gas": "0x30d40",
2875c2875
<         "gas": "0x2b8c0",
---
>         "gas": "0x30d40",
2887c2887
<         "gas": "0x0",
---
>         "gas": "0x5208",
2898c2898
<         "gas": "0x2b8e4",
---
>         "gas": "0x30d40",
2910c2910
<         "gas": "0x0",
---
>         "gas": "0x5208",
2921c2921
<         "gas": "0x0",
---
>         "gas": "0x5208",
2932c2932
<         "gas": "0x0",
---
>         "gas": "0x5208",
2943c2943
<         "gas": "0x0",
---
>         "gas": "0x5208",
2954c2954
<         "gas": "0x0",
---
>         "gas": "0x5208",
2965c2965
<         "gas": "0x0",
---
>         "gas": "0x5208",
2976c2976
<         "gas": "0x0",
---
>         "gas": "0x5208",
2987c2987
<         "gas": "0x0",
---
>         "gas": "0x5208",
2998c2998
<         "gas": "0x0",
---
>         "gas": "0x5208",
3009c3009
<         "gas": "0x0",
---
>         "gas": "0x5208",
3020c3020
<         "gas": "0x0",
---
>         "gas": "0x5208",

@gakonst
Copy link
Member

gakonst commented Dec 12, 2023

Is this relating to us vs Geth vs Erigon having different starting gas limit for the traces or something?

@mattsse
Copy link
Collaborator

mattsse commented Dec 12, 2023

ref #3678

ethereum/go-ethereum#27029

// this is the root call which should get the original gas limit of the transaction,
// because initialization costs are already subtracted from gas_limit
// For the root call this value should use the transaction's gas limit
// See <https://github.com/paradigmxyz/reth/issues/3678> and <https://github.com/ethereum/go-ethereum/pull/27029>
gas_limit = data.env.tx.gas_limit;

@tjayrush
Copy link

I don't know about Geth. The above is Erigon. Sorry if I confused things...but...it's a shame if there's a difference between Geth/Erigon/Reth. The chances of perfect accounting are pretty close to zero if we can get the results of RPC queries identical across clients.

@wakamex
Copy link
Contributor

wakamex commented Jan 24, 2024

using latest reth (0.1.0-alpha.16 92908b1) this seems fixed

curl shows the transaction reverting, altho the reported gas of 100000 still differs from Erigon's 78392 (as in #4951 (comment))

Trueblocks chifra scrape passed this block successfully, and continues to sync

@mattsse mattsse closed this as completed Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc Related to the RPC implementation C-bug An unexpected or incorrect behavior M-prevent-stale Prevents old inactive issues/PRs from being closed due to inactivity
Projects
Archived in project
Development

No branches or pull requests

6 participants