arbtrace_filter

Returns traces matching given filter.

Parameters

  1. Object - The filter object

    • fromBlock: Quantity or Tag - (optional) From this block.

    • toBlock: Quantity or Tag - (optional) To this block.

    • fromAddress: Array - (optional) Sent from these addresses.

    • toAddress: Address - (optional) Sent to these addresses.

    • after: Quantity - (optional) The offset trace number

    • count: Quantity - (optional) Integer number of traces to display in a batch.

Returns

  • Array - Traces matching given filter

Example

Request

curl https://arbitrum-one.blastapi.io/<project-id>
-X POST \
-H "Content-Type: application/json" \
-d '{"method":"arbtrace_filter","params":[{"fromBlock":"0x38C182","toBlock":"0x38C182"}],"id":1,"jsonrpc":"2.0"}' 

Response

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": [{
        "action": {
            "callType": "call",
            "from": "0x745b8e12698b852f067a5edc661adcab0a049428",
            "gas": "0x1956f2",
            "input": "0xde250604000000000000000000000000658365026d06f00965b5bb570727100e821e650800000000000000000000000000000000000000000000000000000000000000460000000000000000000000002b5321c1afddfb6680aafff4df96a209e18dea1c0000000000000000000000000000000000000000000000000000000000000001",
            "to": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x15b1fa",
            "output": "0x"
        },
        "subtraces": 8,
        "traceAddress": [],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "staticcall",
            "from": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "gas": "0x18eb61",
            "input": "0x01ffc9a780ac58cd00000000000000000000000000000000000000000000000000000000",
            "to": "0x658365026d06f00965b5bb570727100e821e6508",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x1b8",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000000"
        },
        "subtraces": 0,
        "traceAddress": [0],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "staticcall",
            "from": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "gas": "0x18e84e",
            "input": "0x01ffc9a7d9b67a2600000000000000000000000000000000000000000000000000000000",
            "to": "0x658365026d06f00965b5bb570727100e821e6508",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x1b9",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
        },
        "subtraces": 0,
        "traceAddress": [1],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "staticcall",
            "from": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "gas": "0x18e52b",
            "input": "0x00fdd58e0000000000000000000000002b5321c1afddfb6680aafff4df96a209e18dea1c0000000000000000000000000000000000000000000000000000000000000046",
            "to": "0x658365026d06f00965b5bb570727100e821e6508",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x465",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000007"
        },
        "subtraces": 1,
        "traceAddress": [2],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "delegatecall",
            "from": "0x658365026d06f00965b5bb570727100e821e6508",
            "gas": "0x188056",
            "input": "0x00fdd58e0000000000000000000000002b5321c1afddfb6680aafff4df96a209e18dea1c0000000000000000000000000000000000000000000000000000000000000046",
            "to": "0x19d0cd1ebe1d93e352e49a0c126e136508126622",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x2e6",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000007"
        },
        "subtraces": 0,
        "traceAddress": [2, 0],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "staticcall",
            "from": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "gas": "0x18de02",
            "input": "0x01ffc9a780ac58cd00000000000000000000000000000000000000000000000000000000",
            "to": "0x658365026d06f00965b5bb570727100e821e6508",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x1b8",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000000"
        },
        "subtraces": 0,
        "traceAddress": [3],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "call",
            "from": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "gas": "0x18d963",
            "input": "0xf242432a0000000000000000000000002b5321c1afddfb6680aafff4df96a209e18dea1c000000000000000000000000745b8e12698b852f067a5edc661adcab0a0494280000000000000000000000000000000000000000000000000000000000000046000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000",
            "to": "0x658365026d06f00965b5bb570727100e821e6508",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x126333",
            "output": "0x"
        },
        "subtraces": 1,
        "traceAddress": [4],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "delegatecall",
            "from": "0x658365026d06f00965b5bb570727100e821e6508",
            "gas": "0x1874ae",
            "input": "0xf242432a0000000000000000000000002b5321c1afddfb6680aafff4df96a209e18dea1c000000000000000000000000745b8e12698b852f067a5edc661adcab0a0494280000000000000000000000000000000000000000000000000000000000000046000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000000",
            "to": "0x19d0cd1ebe1d93e352e49a0c126e136508126622",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x1261b7",
            "output": "0x"
        },
        "subtraces": 0,
        "traceAddress": [4, 0],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "call",
            "from": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "gas": "0x6bce6",
            "input": "0xcdf229e7000000000000000000000000658365026d06f00965b5bb570727100e821e65080000000000000000000000000000000000000000000000000000000000000046000000000000000000000000539bde0d7dbd336b79148aa742883198bbf60342000000000000000000000000000000000000000000000025e492dc8a0e0c0000",
            "to": "0xb40bc8bf5f4df00b0b32c56e8d3ecd802656cce4",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x343",
            "output": "0x"
        },
        "subtraces": 0,
        "traceAddress": [5],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "call",
            "from": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "gas": "0x6b5e0",
            "input": "0x23b872dd000000000000000000000000745b8e12698b852f067a5edc661adcab0a049428000000000000000000000000db6ab450178babcf0e467c1f3b436050d907e233000000000000000000000000000000000000000000000001e50757d3b3e70000",
            "to": "0x539bde0d7dbd336b79148aa742883198bbf60342",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0xb82",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
        },
        "subtraces": 2,
        "traceAddress": [6],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "staticcall",
            "from": "0x539bde0d7dbd336b79148aa742883198bbf60342",
            "gas": "0x699bb",
            "input": "0x5c60da1b",
            "to": "0xe72ba9418b5f2ce0a6a40501fe77c6839aa37333",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0xeb",
            "output": "0x0000000000000000000000003f770ac673856f105b586bb393d122721265ad46"
        },
        "subtraces": 0,
        "traceAddress": [6, 0],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "delegatecall",
            "from": "0x539bde0d7dbd336b79148aa742883198bbf60342",
            "gas": "0x69831",
            "input": "0x23b872dd000000000000000000000000745b8e12698b852f067a5edc661adcab0a049428000000000000000000000000db6ab450178babcf0e467c1f3b436050d907e233000000000000000000000000000000000000000000000001e50757d3b3e70000",
            "to": "0x3f770ac673856f105b586bb393d122721265ad46",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x866",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
        },
        "subtraces": 0,
        "traceAddress": [6, 1],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "call",
            "from": "0x2e3b85f85628301a0bce300dee3a6b04195a15ee",
            "gas": "0x6a5be",
            "input": "0x23b872dd000000000000000000000000745b8e12698b852f067a5edc661adcab0a0494280000000000000000000000002b5321c1afddfb6680aafff4df96a209e18dea1c000000000000000000000000000000000000000000000023ff8b84b65a250000",
            "to": "0x539bde0d7dbd336b79148aa742883198bbf60342",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x318da",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
        },
        "subtraces": 2,
        "traceAddress": [7],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "staticcall",
            "from": "0x539bde0d7dbd336b79148aa742883198bbf60342",
            "gas": "0x689da",
            "input": "0x5c60da1b",
            "to": "0xe72ba9418b5f2ce0a6a40501fe77c6839aa37333",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0xeb",
            "output": "0x0000000000000000000000003f770ac673856f105b586bb393d122721265ad46"
        },
        "subtraces": 0,
        "traceAddress": [7, 0],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }, {
        "action": {
            "callType": "delegatecall",
            "from": "0x539bde0d7dbd336b79148aa742883198bbf60342",
            "gas": "0x6884f",
            "input": "0x23b872dd000000000000000000000000745b8e12698b852f067a5edc661adcab0a0494280000000000000000000000002b5321c1afddfb6680aafff4df96a209e18dea1c000000000000000000000000000000000000000000000023ff8b84b65a250000",
            "to": "0x3f770ac673856f105b586bb393d122721265ad46",
            "value": "0x0"
        },
        "blockHash": "0xf6b6656a46ec34361538b2a95ebf4a509cf4a1fb81ef2640f08c66077f12bb6d",
        "blockNumber": 3719554,
        "result": {
            "gasUsed": "0x315be",
            "output": "0x0000000000000000000000000000000000000000000000000000000000000001"
        },
        "subtraces": 0,
        "traceAddress": [7, 1],
        "transactionHash": "0x2dcabd8f4de69016d1d34b66df3e3db7b71f508c815e8ba5978b8cbb90912401",
        "transactionPosition": 0,
        "type": "call"
    }]
}

Last updated