Skip to content

Instantly share code, notes, and snippets.

@karalabe
Created November 16, 2017 16:46
Show Gist options
  • Save karalabe/d74a7cb33a70f2af75e7824fc772c5b4 to your computer and use it in GitHub Desktop.
Save karalabe/d74a7cb33a70f2af75e7824fc772c5b4 to your computer and use it in GitHub Desktop.
Rinkeby raw transaction trace - omitted data fields
{
"gas":25523,
"failed":false,
"returnValue":"",
"structLogs":[
{
"pc":0,
"op":"PUSH1",
"gas":64580,
"gasCost":3,
"depth":1
},
{
"pc":2,
"op":"PUSH1",
"gas":64577,
"gasCost":3,
"depth":1
},
{
"pc":4,
"op":"MSTORE",
"gas":64574,
"gasCost":12,
"depth":1
},
{
"pc":5,
"op":"CALLDATASIZE",
"gas":64562,
"gasCost":2,
"depth":1
},
{
"pc":6,
"op":"ISZERO",
"gas":64560,
"gasCost":3,
"depth":1
},
{
"pc":7,
"op":"PUSH1",
"gas":64557,
"gasCost":3,
"depth":1
},
{
"pc":9,
"op":"JUMPI",
"gas":64554,
"gasCost":10,
"depth":1
},
{
"pc":10,
"op":"PUSH4",
"gas":64544,
"gasCost":3,
"depth":1
},
{
"pc":15,
"op":"PUSH29",
"gas":64541,
"gasCost":3,
"depth":1
},
{
"pc":45,
"op":"PUSH1",
"gas":64538,
"gasCost":3,
"depth":1
},
{
"pc":47,
"op":"CALLDATALOAD",
"gas":64535,
"gasCost":3,
"depth":1
},
{
"pc":48,
"op":"DIV",
"gas":64532,
"gasCost":5,
"depth":1
},
{
"pc":49,
"op":"AND",
"gas":64527,
"gasCost":3,
"depth":1
},
{
"pc":50,
"op":"PUSH4",
"gas":64524,
"gasCost":3,
"depth":1
},
{
"pc":55,
"op":"DUP2",
"gas":64521,
"gasCost":3,
"depth":1
},
{
"pc":56,
"op":"EQ",
"gas":64518,
"gasCost":3,
"depth":1
},
{
"pc":57,
"op":"PUSH1",
"gas":64515,
"gasCost":3,
"depth":1
},
{
"pc":59,
"op":"JUMPI",
"gas":64512,
"gasCost":10,
"depth":1
},
{
"pc":60,
"op":"DUP1",
"gas":64502,
"gasCost":3,
"depth":1
},
{
"pc":61,
"op":"PUSH4",
"gas":64499,
"gasCost":3,
"depth":1
},
{
"pc":66,
"op":"EQ",
"gas":64496,
"gasCost":3,
"depth":1
},
{
"pc":67,
"op":"PUSH1",
"gas":64493,
"gasCost":3,
"depth":1
},
{
"pc":69,
"op":"JUMPI",
"gas":64490,
"gasCost":10,
"depth":1
},
{
"pc":70,
"op":"JUMPDEST",
"gas":64480,
"gasCost":1,
"depth":1
},
{
"pc":71,
"op":"JUMPDEST",
"gas":64479,
"gasCost":1,
"depth":1
},
{
"pc":72,
"op":"JUMPDEST",
"gas":64478,
"gasCost":1,
"depth":1
},
{
"pc":73,
"op":"STOP",
"gas":64477,
"gasCost":0,
"depth":1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment