TW
Tripwire
Find contracts. Test them. Review real vulns.

Analysis Run

019b477e-d678-71c9-aae4-28b5c9883e9d

complete
Chain ID
1
Address
Block Number
Created
Mon, Dec 22, 2025 7:17 PM
Review Summary

What survived the funnel

Open this run to answer one question: is this real attacker-relevant behavior with real impact, or just normal contract plumbing?

Confirmed
2
Validated
2
Source
Bytecode only
Review Backing
Not yet
Best current signal
Untrusted CALL target/value reachable
crit 0 high 2 direct contract
Review Checklist
1. Read the findings table first. Ignore raw jobs until the result looks real.
2. Confirm attacker control, not just the existence of a sink.
3. Confirm money or privilege impact.
4. Keep it if the behavior is real. Kill it if this is normal proxy, admin, or upgrade plumbing.

Processing Jobs

Status & attempts
ID Type Status Attempts Heartbeat
28711 artifact.fetch complete 1 / 3 3 months ago
28712 tool.cast_disasm complete 1 / 3 3 months ago
71844 analysis.bundle complete 1 / 3 1 week ago
71845 capability.graph complete 1 / 3 1 week ago
71846 detector.run complete 1 / 3 1 week ago
71847 validation.fork complete 1 / 3 1 week ago
113552 report.consolidate complete 1 / 6 1 week ago

Artifact

Runtime bytecode: available
Creation TX:
Deployer:
Proxy: no
Implementation:
Verified Source: no

Slither

tool.slither

No slither job recorded yet.

Codex

report.consolidate
Job Status
complete
Attempts
1 / 6
Findings
0
No findings?
View stderr
OpenAI Codex v0.118.0 (research preview)
--------
workdir: /tmp/codex-zkuluj4u
model: gpt-5.4
provider: openai
approval: never
sandbox: read-only
reasoning effort: high
reasoning summaries: none
session id: 019d5c97-58bf-75b2-87fd-0d9f4678710d
--------
user
You are a security auditor. You ONLY have runtime bytecode + analysis artifacts.
You MUST read `BYTECODE_BUNDLE.json` before concluding; it contains the bytecode summary,
evidence bundle, callsites, storage slots, and detector findings.

Special cases when reasoning from bytecode (be explicit about uncertainty):
- Selector inference is best-effort; missing selectors are common.
- Fallback/receive paths may be the only entrypoints.
- CALL vs DELEGATECALL semantics differ; DELEGATECALL executes in caller storage.
- Proxy patterns (EIP-1967, minimal proxies, beacon) change which storage is authoritative.
- Storage slots are raw; mappings/arrays appear via keccak patterns, names are unknown.
- Guard detection is heuristic; absence of guards does NOT mean unguarded.
- Returndata checking is unknown unless explicitly shown in evidence.
- Precompiles (0x1..0x9) and common ERC20 transfer selectors may appear; do not over-claim.

Output MUST be valid JSON matching the provided schema.
- If you find nothing meaningful: set no_findings=true and findings=[].
- Otherwise: set no_findings=false and include findings with severity/category/title.
- Locations can be pc references like "pc:0x123" or selectors like "selector:0xa9059cbb".

Focus on: reentrancy, access control, upgradeability/proxy issues, signature validation,
accounting/invariant breaks, dangerous delegatecall, and untrusted external calls.
Be conservative: if evidence is weak, mark severity low/medium and explain why.
warning: Codex could not find system bubblewrap on PATH. Please install bubblewrap with your package manager. Codex will use the vendored bubblewrap in the meantime.
ERROR: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Apr 8th, 2026 9:11 AM.
ERROR: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Apr 8th, 2026 9:11 AM.
Metadata
{
    "codex": {
        "ran_at": "2026-04-05T07:41:57.421562+00:00",
        "returncode": 1
    },
    "project": {
        "mode": "bytecode",
        "bytecode_length": 5462,
        "bytecode_truncated": false,
        "capability_graph_present": true,
        "analysis_artifact_present": true
    },
    "summary": null,
    "no_findings": null,
    "schema_version": 1
}

Opcode Heuristics

tool.cast_disasm
Delegatecall
0
Selfdestruct
0
CREATE2
0
CALL-family (heavy)
3
EXT*/BALANCE
0
Total opcodes
1734
Flags
No heuristic flags raised.
View cast disassembly output
00000000: PUSH1 0x80
00000002: PUSH1 0x40
00000004: MSTORE
00000005: PUSH1 0x04
00000007: CALLDATASIZE
00000008: LT
00000009: PUSH2 0x004e
0000000c: JUMPI
0000000d: PUSH1 0x00
0000000f: CALLDATALOAD
00000010: PUSH1 0xe0
00000012: SHR
00000013: DUP1
00000014: PUSH4 0x1b55ba3a
00000019: EQ
0000001a: PUSH2 0x005a
0000001d: JUMPI
0000001e: DUP1
0000001f: PUSH4 0x70e44c6a
00000024: EQ
00000025: PUSH2 0x0071
00000028: JUMPI
00000029: DUP1
0000002a: PUSH4 0x8da5cb5b
0000002f: EQ
00000030: PUSH2 0x0101
00000033: JUMPI
00000034: DUP1
00000035: PUSH4 0x95d89b41
0000003a: EQ
0000003b: PUSH2 0x0158
0000003e: JUMPI
0000003f: DUP1
00000040: PUSH4 0xbedf0f4a
00000045: EQ
00000046: PUSH2 0x01e8
00000049: JUMPI
0000004a: PUSH2 0x0055
0000004d: JUMP
0000004e: JUMPDEST
0000004f: CALLDATASIZE
00000050: PUSH2 0x0055
00000053: JUMPI
00000054: STOP
00000055: JUMPDEST
00000056: PUSH1 0x00
00000058: DUP1
00000059: REVERT
0000005a: JUMPDEST
0000005b: CALLVALUE
0000005c: DUP1
0000005d: ISZERO
0000005e: PUSH2 0x0066
00000061: JUMPI
00000062: PUSH1 0x00
00000064: DUP1
00000065: REVERT
00000066: JUMPDEST
00000067: POP
00000068: PUSH2 0x006f
0000006b: PUSH2 0x01ff
0000006e: JUMP
0000006f: JUMPDEST
00000070: STOP
00000071: JUMPDEST
00000072: CALLVALUE
00000073: DUP1
00000074: ISZERO
00000075: PUSH2 0x007d
00000078: JUMPI
00000079: PUSH1 0x00
0000007b: DUP1
0000007c: REVERT
0000007d: JUMPDEST
0000007e: POP
0000007f: PUSH2 0x0086
00000082: PUSH2 0x026a
00000085: JUMP
00000086: JUMPDEST
00000087: PUSH1 0x40
00000089: MLOAD
0000008a: DUP1
0000008b: DUP1
0000008c: PUSH1 0x20
0000008e: ADD
0000008f: DUP3
00000090: DUP2
00000091: SUB
00000092: DUP3
00000093: MSTORE
00000094: DUP4
00000095: DUP2
00000096: DUP2
00000097: MLOAD
00000098: DUP2
00000099: MSTORE
0000009a: PUSH1 0x20
0000009c: ADD
0000009d: SWAP2
0000009e: POP
0000009f: DUP1
000000a0: MLOAD
000000a1: SWAP1
000000a2: PUSH1 0x20
000000a4: ADD
000000a5: SWAP1
000000a6: DUP1
000000a7: DUP4
000000a8: DUP4
000000a9: PUSH1 0x00
000000ab: JUMPDEST
000000ac: DUP4
000000ad: DUP2
000000ae: LT
000000af: ISZERO
000000b0: PUSH2 0x00c6
000000b3: JUMPI
000000b4: DUP1
000000b5: DUP3
000000b6: ADD
000000b7: MLOAD
000000b8: DUP2
000000b9: DUP5
000000ba: ADD
000000bb: MSTORE
000000bc: PUSH1 0x20
000000be: DUP2
000000bf: ADD
000000c0: SWAP1
000000c1: POP
000000c2: PUSH2 0x00ab
000000c5: JUMP
000000c6: JUMPDEST
000000c7: POP
000000c8: POP
000000c9: POP
000000ca: POP
000000cb: SWAP1
000000cc: POP
000000cd: SWAP1
000000ce: DUP2
000000cf: ADD
000000d0: SWAP1
000000d1: PUSH1 0x1f
000000d3: AND
000000d4: DUP1
000000d5: ISZERO
000000d6: PUSH2 0x00f3
000000d9: JUMPI
000000da: DUP1
000000db: DUP3
000000dc: SUB
000000dd: DUP1
000000de: MLOAD
000000df: PUSH1 0x01
000000e1: DUP4
000000e2: PUSH1 0x20
000000e4: SUB
000000e5: PUSH2 0x0100
000000e8: EXP
000000e9: SUB
000000ea: NOT
000000eb: AND
000000ec: DUP2
000000ed: MSTORE
000000ee: PUSH1 0x20
000000f0: ADD
000000f1: SWAP2
000000f2: POP
000000f3: JUMPDEST
000000f4: POP
000000f5: SWAP3
000000f6: POP
000000f7: POP
000000f8: POP
000000f9: PUSH1 0x40
000000fb: MLOAD
000000fc: DUP1
000000fd: SWAP2
000000fe: SUB
000000ff: SWAP1
00000100: RETURN
00000101: JUMPDEST
00000102: CALLVALUE
00000103: DUP1
00000104: ISZERO
00000105: PUSH2 0x010d
00000108: JUMPI
00000109: PUSH1 0x00
0000010b: DUP1
0000010c: REVERT
0000010d: JUMPDEST
0000010e: POP
0000010f: PUSH2 0x0116
00000112: PUSH2 0x0472
00000115: JUMP
00000116: JUMPDEST
00000117: PUSH1 0x40
00000119: MLOAD
0000011a: DUP1
0000011b: DUP3
0000011c: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000131: AND
00000132: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000147: AND
00000148: DUP2
00000149: MSTORE
0000014a: PUSH1 0x20
0000014c: ADD
0000014d: SWAP2
0000014e: POP
0000014f: POP
00000150: PUSH1 0x40
00000152: MLOAD
00000153: DUP1
00000154: SWAP2
00000155: SUB
00000156: SWAP1
00000157: RETURN
00000158: JUMPDEST
00000159: CALLVALUE
0000015a: DUP1
0000015b: ISZERO
0000015c: PUSH2 0x0164
0000015f: JUMPI
00000160: PUSH1 0x00
00000162: DUP1
00000163: REVERT
00000164: JUMPDEST
00000165: POP
00000166: PUSH2 0x016d
00000169: PUSH2 0x0498
0000016c: JUMP
0000016d: JUMPDEST
0000016e: PUSH1 0x40
00000170: MLOAD
00000171: DUP1
00000172: DUP1
00000173: PUSH1 0x20
00000175: ADD
00000176: DUP3
00000177: DUP2
00000178: SUB
00000179: DUP3
0000017a: MSTORE
0000017b: DUP4
0000017c: DUP2
0000017d: DUP2
0000017e: MLOAD
0000017f: DUP2
00000180: MSTORE
00000181: PUSH1 0x20
00000183: ADD
00000184: SWAP2
00000185: POP
00000186: DUP1
00000187: MLOAD
00000188: SWAP1
00000189: PUSH1 0x20
0000018b: ADD
0000018c: SWAP1
0000018d: DUP1
0000018e: DUP4
0000018f: DUP4
00000190: PUSH1 0x00
00000192: JUMPDEST
00000193: DUP4
00000194: DUP2
00000195: LT
00000196: ISZERO
00000197: PUSH2 0x01ad
0000019a: JUMPI
0000019b: DUP1
0000019c: DUP3
0000019d: ADD
0000019e: MLOAD
0000019f: DUP2
000001a0: DUP5
000001a1: ADD
000001a2: MSTORE
000001a3: PUSH1 0x20
000001a5: DUP2
000001a6: ADD
000001a7: SWAP1
000001a8: POP
000001a9: PUSH2 0x0192
000001ac: JUMP
000001ad: JUMPDEST
000001ae: POP
000001af: POP
000001b0: POP
000001b1: POP
000001b2: SWAP1
000001b3: POP
000001b4: SWAP1
000001b5: DUP2
000001b6: ADD
000001b7: SWAP1
000001b8: PUSH1 0x1f
000001ba: AND
000001bb: DUP1
000001bc: ISZERO
000001bd: PUSH2 0x01da
000001c0: JUMPI
000001c1: DUP1
000001c2: DUP3
000001c3: SUB
000001c4: DUP1
000001c5: MLOAD
000001c6: PUSH1 0x01
000001c8: DUP4
000001c9: PUSH1 0x20
000001cb: SUB
000001cc: PUSH2 0x0100
000001cf: EXP
000001d0: SUB
000001d1: NOT
000001d2: AND
000001d3: DUP2
000001d4: MSTORE
000001d5: PUSH1 0x20
000001d7: ADD
000001d8: SWAP2
000001d9: POP
000001da: JUMPDEST
000001db: POP
000001dc: SWAP3
000001dd: POP
000001de: POP
000001df: POP
000001e0: PUSH1 0x40
000001e2: MLOAD
000001e3: DUP1
000001e4: SWAP2
000001e5: SUB
000001e6: SWAP1
000001e7: RETURN
000001e8: JUMPDEST
000001e9: CALLVALUE
000001ea: DUP1
000001eb: ISZERO
000001ec: PUSH2 0x01f4
000001ef: JUMPI
000001f0: PUSH1 0x00
000001f2: DUP1
000001f3: REVERT
000001f4: JUMPDEST
000001f5: POP
000001f6: PUSH2 0x01fd
000001f9: PUSH2 0x0516
000001fc: JUMP
000001fd: JUMPDEST
000001fe: STOP
000001ff: JUMPDEST
00000200: PUSH1 0x00
00000202: PUSH2 0x0211
00000205: PUSH2 0x020c
00000208: PUSH2 0x0581
0000020b: JUMP
0000020c: JUMPDEST
0000020d: PUSH2 0x071f
00000210: JUMP
00000211: JUMPDEST
00000212: SWAP1
00000213: POP
00000214: PUSH1 0x00
00000216: DUP2
00000217: SWAP1
00000218: POP
00000219: DUP1
0000021a: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000022f: AND
00000230: PUSH2 0x08fc
00000233: PUSH2 0x023a
00000236: PUSH2 0x0978
00000239: JUMP
0000023a: JUMPDEST
0000023b: SWAP1
0000023c: DUP2
0000023d: ISZERO
0000023e: MUL
0000023f: SWAP1
00000240: PUSH1 0x40
00000242: MLOAD
00000243: PUSH1 0x00
00000245: PUSH1 0x40
00000247: MLOAD
00000248: DUP1
00000249: DUP4
0000024a: SUB
0000024b: DUP2
0000024c: DUP6
0000024d: DUP9
0000024e: DUP9
0000024f: CALL
00000250: SWAP4
00000251: POP
00000252: POP
00000253: POP
00000254: POP
00000255: ISZERO
00000256: DUP1
00000257: ISZERO
00000258: PUSH2 0x0265
0000025b: JUMPI
0000025c: RETURNDATASIZE
0000025d: PUSH1 0x00
0000025f: DUP1
00000260: RETURNDATACOPY
00000261: RETURNDATASIZE
00000262: PUSH1 0x00
00000264: REVERT
00000265: JUMPDEST
00000266: POP
00000267: POP
00000268: POP
00000269: JUMP
0000026a: JUMPDEST
0000026b: PUSH1 0x60
0000026d: PUSH1 0x00
0000026f: PUSH2 0x027e
00000272: PUSH2 0x0279
00000275: PUSH2 0x0581
00000278: JUMP
00000279: JUMPDEST
0000027a: PUSH2 0x071f
0000027d: JUMP
0000027e: JUMPDEST
0000027f: SWAP1
00000280: POP
00000281: PUSH1 0x00
00000283: DUP2
00000284: SWAP1
00000285: POP
00000286: PUSH1 0x60
00000288: PUSH2 0x028f
0000028b: PUSH2 0x0980
0000028e: JUMP
0000028f: JUMPDEST
00000290: SWAP1
00000291: POP
00000292: PUSH1 0x60
00000294: PUSH2 0x029b
00000297: PUSH2 0x09bd
0000029a: JUMP
0000029b: JUMPDEST
0000029c: SWAP1
0000029d: POP
0000029e: PUSH1 0x60
000002a0: PUSH2 0x02a7
000002a3: PUSH2 0x09fa
000002a6: JUMP
000002a7: JUMPDEST
000002a8: SWAP1
000002a9: POP
000002aa: PUSH1 0x60
000002ac: PUSH2 0x02b3
000002af: PUSH2 0x0a37
000002b2: JUMP
000002b3: JUMPDEST
000002b4: SWAP1
000002b5: POP
000002b6: DUP5
000002b7: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000002cc: AND
000002cd: PUSH2 0x08fc
000002d0: PUSH2 0x02d7
000002d3: PUSH2 0x0978
000002d6: JUMP
000002d7: JUMPDEST
000002d8: SWAP1
000002d9: DUP2
000002da: ISZERO
000002db: MUL
000002dc: SWAP1
000002dd: PUSH1 0x40
000002df: MLOAD
000002e0: PUSH1 0x00
000002e2: PUSH1 0x40
000002e4: MLOAD
000002e5: DUP1
000002e6: DUP4
000002e7: SUB
000002e8: DUP2
000002e9: DUP6
000002ea: DUP9
000002eb: DUP9
000002ec: CALL
000002ed: SWAP4
000002ee: POP
000002ef: POP
000002f0: POP
000002f1: POP
000002f2: ISZERO
000002f3: DUP1
000002f4: ISZERO
000002f5: PUSH2 0x0302
000002f8: JUMPI
000002f9: RETURNDATASIZE
000002fa: PUSH1 0x00
000002fc: DUP1
000002fd: RETURNDATACOPY
000002fe: RETURNDATASIZE
000002ff: PUSH1 0x00
00000301: REVERT
00000302: JUMPDEST
00000303: POP
00000304: DUP4
00000305: DUP4
00000306: DUP4
00000307: DUP4
00000308: PUSH1 0x40
0000030a: MLOAD
0000030b: PUSH1 0x20
0000030d: ADD
0000030e: DUP1
0000030f: DUP6
00000310: DUP1
00000311: MLOAD
00000312: SWAP1
00000313: PUSH1 0x20
00000315: ADD
00000316: SWAP1
00000317: DUP1
00000318: DUP4
00000319: DUP4
0000031a: JUMPDEST
0000031b: PUSH1 0x20
0000031d: DUP4
0000031e: LT
0000031f: PUSH2 0x033d
00000322: JUMPI
00000323: DUP1
00000324: MLOAD
00000325: DUP3
00000326: MSTORE
00000327: PUSH1 0x20
00000329: DUP3
0000032a: ADD
0000032b: SWAP2
0000032c: POP
0000032d: PUSH1 0x20
0000032f: DUP2
00000330: ADD
00000331: SWAP1
00000332: POP
00000333: PUSH1 0x20
00000335: DUP4
00000336: SUB
00000337: SWAP3
00000338: POP
00000339: PUSH2 0x031a
0000033c: JUMP
0000033d: JUMPDEST
0000033e: PUSH1 0x01
00000340: DUP4
00000341: PUSH1 0x20
00000343: SUB
00000344: PUSH2 0x0100
00000347: EXP
00000348: SUB
00000349: DUP1
0000034a: NOT
0000034b: DUP3
0000034c: MLOAD
0000034d: AND
0000034e: DUP2
0000034f: DUP5
00000350: MLOAD
00000351: AND
00000352: DUP1
00000353: DUP3
00000354: OR
00000355: DUP6
00000356: MSTORE
00000357: POP
00000358: POP
00000359: POP
0000035a: POP
0000035b: POP
0000035c: POP
0000035d: SWAP1
0000035e: POP
0000035f: ADD
00000360: DUP5
00000361: DUP1
00000362: MLOAD
00000363: SWAP1
00000364: PUSH1 0x20
00000366: ADD
00000367: SWAP1
00000368: DUP1
00000369: DUP4
0000036a: DUP4
0000036b: JUMPDEST
0000036c: PUSH1 0x20
0000036e: DUP4
0000036f: LT
00000370: PUSH2 0x038e
00000373: JUMPI
00000374: DUP1
00000375: MLOAD
00000376: DUP3
00000377: MSTORE
00000378: PUSH1 0x20
0000037a: DUP3
0000037b: ADD
0000037c: SWAP2
0000037d: POP
0000037e: PUSH1 0x20
00000380: DUP2
00000381: ADD
00000382: SWAP1
00000383: POP
00000384: PUSH1 0x20
00000386: DUP4
00000387: SUB
00000388: SWAP3
00000389: POP
0000038a: PUSH2 0x036b
0000038d: JUMP
0000038e: JUMPDEST
0000038f: PUSH1 0x01
00000391: DUP4
00000392: PUSH1 0x20
00000394: SUB
00000395: PUSH2 0x0100
00000398: EXP
00000399: SUB
0000039a: DUP1
0000039b: NOT
0000039c: DUP3
0000039d: MLOAD
0000039e: AND
0000039f: DUP2
000003a0: DUP5
000003a1: MLOAD
000003a2: AND
000003a3: DUP1
000003a4: DUP3
000003a5: OR
000003a6: DUP6
000003a7: MSTORE
000003a8: POP
000003a9: POP
000003aa: POP
000003ab: POP
000003ac: POP
000003ad: POP
000003ae: SWAP1
000003af: POP
000003b0: ADD
000003b1: DUP4
000003b2: DUP1
000003b3: MLOAD
000003b4: SWAP1
000003b5: PUSH1 0x20
000003b7: ADD
000003b8: SWAP1
000003b9: DUP1
000003ba: DUP4
000003bb: DUP4
000003bc: JUMPDEST
000003bd: PUSH1 0x20
000003bf: DUP4
000003c0: LT
000003c1: PUSH2 0x03df
000003c4: JUMPI
000003c5: DUP1
000003c6: MLOAD
000003c7: DUP3
000003c8: MSTORE
000003c9: PUSH1 0x20
000003cb: DUP3
000003cc: ADD
000003cd: SWAP2
000003ce: POP
000003cf: PUSH1 0x20
000003d1: DUP2
000003d2: ADD
000003d3: SWAP1
000003d4: POP
000003d5: PUSH1 0x20
000003d7: DUP4
000003d8: SUB
000003d9: SWAP3
000003da: POP
000003db: PUSH2 0x03bc
000003de: JUMP
000003df: JUMPDEST
000003e0: PUSH1 0x01
000003e2: DUP4
000003e3: PUSH1 0x20
000003e5: SUB
000003e6: PUSH2 0x0100
000003e9: EXP
000003ea: SUB
000003eb: DUP1
000003ec: NOT
000003ed: DUP3
000003ee: MLOAD
000003ef: AND
000003f0: DUP2
000003f1: DUP5
000003f2: MLOAD
000003f3: AND
000003f4: DUP1
000003f5: DUP3
000003f6: OR
000003f7: DUP6
000003f8: MSTORE
000003f9: POP
000003fa: POP
000003fb: POP
000003fc: POP
000003fd: POP
000003fe: POP
000003ff: SWAP1
00000400: POP
00000401: ADD
00000402: DUP3
00000403: DUP1
00000404: MLOAD
00000405: SWAP1
00000406: PUSH1 0x20
00000408: ADD
00000409: SWAP1
0000040a: DUP1
0000040b: DUP4
0000040c: DUP4
0000040d: JUMPDEST
0000040e: PUSH1 0x20
00000410: DUP4
00000411: LT
00000412: PUSH2 0x0430
00000415: JUMPI
00000416: DUP1
00000417: MLOAD
00000418: DUP3
00000419: MSTORE
0000041a: PUSH1 0x20
0000041c: DUP3
0000041d: ADD
0000041e: SWAP2
0000041f: POP
00000420: PUSH1 0x20
00000422: DUP2
00000423: ADD
00000424: SWAP1
00000425: POP
00000426: PUSH1 0x20
00000428: DUP4
00000429: SUB
0000042a: SWAP3
0000042b: POP
0000042c: PUSH2 0x040d
0000042f: JUMP
00000430: JUMPDEST
00000431: PUSH1 0x01
00000433: DUP4
00000434: PUSH1 0x20
00000436: SUB
00000437: PUSH2 0x0100
0000043a: EXP
0000043b: SUB
0000043c: DUP1
0000043d: NOT
0000043e: DUP3
0000043f: MLOAD
00000440: AND
00000441: DUP2
00000442: DUP5
00000443: MLOAD
00000444: AND
00000445: DUP1
00000446: DUP3
00000447: OR
00000448: DUP6
00000449: MSTORE
0000044a: POP
0000044b: POP
0000044c: POP
0000044d: POP
0000044e: POP
0000044f: POP
00000450: SWAP1
00000451: POP
00000452: ADD
00000453: SWAP5
00000454: POP
00000455: POP
00000456: POP
00000457: POP
00000458: POP
00000459: PUSH1 0x40
0000045b: MLOAD
0000045c: PUSH1 0x20
0000045e: DUP2
0000045f: DUP4
00000460: SUB
00000461: SUB
00000462: DUP2
00000463: MSTORE
00000464: SWAP1
00000465: PUSH1 0x40
00000467: MSTORE
00000468: SWAP7
00000469: POP
0000046a: POP
0000046b: POP
0000046c: POP
0000046d: POP
0000046e: POP
0000046f: POP
00000470: SWAP1
00000471: JUMP
00000472: JUMPDEST
00000473: PUSH1 0x02
00000475: PUSH1 0x00
00000477: SWAP1
00000478: SLOAD
00000479: SWAP1
0000047a: PUSH2 0x0100
0000047d: EXP
0000047e: SWAP1
0000047f: DIV
00000480: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000495: AND
00000496: DUP2
00000497: JUMP
00000498: JUMPDEST
00000499: PUSH1 0x60
0000049b: DUP1
0000049c: PUSH2 0x04a3
0000049f: PUSH2 0x09bd
000004a2: JUMP
000004a3: JUMPDEST
000004a4: SWAP1
000004a5: POP
000004a6: DUP1
000004a7: PUSH1 0x40
000004a9: MLOAD
000004aa: PUSH1 0x20
000004ac: ADD
000004ad: DUP1
000004ae: DUP3
000004af: DUP1
000004b0: MLOAD
000004b1: SWAP1
000004b2: PUSH1 0x20
000004b4: ADD
000004b5: SWAP1
000004b6: DUP1
000004b7: DUP4
000004b8: DUP4
000004b9: JUMPDEST
000004ba: PUSH1 0x20
000004bc: DUP4
000004bd: LT
000004be: PUSH2 0x04dc
000004c1: JUMPI
000004c2: DUP1
000004c3: MLOAD
000004c4: DUP3
000004c5: MSTORE
000004c6: PUSH1 0x20
000004c8: DUP3
000004c9: ADD
000004ca: SWAP2
000004cb: POP
000004cc: PUSH1 0x20
000004ce: DUP2
000004cf: ADD
000004d0: SWAP1
000004d1: POP
000004d2: PUSH1 0x20
000004d4: DUP4
000004d5: SUB
000004d6: SWAP3
000004d7: POP
000004d8: PUSH2 0x04b9
000004db: JUMP
000004dc: JUMPDEST
000004dd: PUSH1 0x01
000004df: DUP4
000004e0: PUSH1 0x20
000004e2: SUB
000004e3: PUSH2 0x0100
000004e6: EXP
000004e7: SUB
000004e8: DUP1
000004e9: NOT
000004ea: DUP3
000004eb: MLOAD
000004ec: AND
000004ed: DUP2
000004ee: DUP5
000004ef: MLOAD
000004f0: AND
000004f1: DUP1
000004f2: DUP3
000004f3: OR
000004f4: DUP6
000004f5: MSTORE
000004f6: POP
000004f7: POP
000004f8: POP
000004f9: POP
000004fa: POP
000004fb: POP
000004fc: SWAP1
000004fd: POP
000004fe: ADD
000004ff: SWAP2
00000500: POP
00000501: POP
00000502: PUSH1 0x40
00000504: MLOAD
00000505: PUSH1 0x20
00000507: DUP2
00000508: DUP4
00000509: SUB
0000050a: SUB
0000050b: DUP2
0000050c: MSTORE
0000050d: SWAP1
0000050e: PUSH1 0x40
00000510: MSTORE
00000511: SWAP2
00000512: POP
00000513: POP
00000514: SWAP1
00000515: JUMP
00000516: JUMPDEST
00000517: PUSH1 0x00
00000519: PUSH2 0x0528
0000051c: PUSH2 0x0523
0000051f: PUSH2 0x0581
00000522: JUMP
00000523: JUMPDEST
00000524: PUSH2 0x071f
00000527: JUMP
00000528: JUMPDEST
00000529: SWAP1
0000052a: POP
0000052b: PUSH1 0x00
0000052d: DUP2
0000052e: SWAP1
0000052f: POP
00000530: DUP1
00000531: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000546: AND
00000547: PUSH2 0x08fc
0000054a: PUSH2 0x0551
0000054d: PUSH2 0x0978
00000550: JUMP
00000551: JUMPDEST
00000552: SWAP1
00000553: DUP2
00000554: ISZERO
00000555: MUL
00000556: SWAP1
00000557: PUSH1 0x40
00000559: MLOAD
0000055a: PUSH1 0x00
0000055c: PUSH1 0x40
0000055e: MLOAD
0000055f: DUP1
00000560: DUP4
00000561: SUB
00000562: DUP2
00000563: DUP6
00000564: DUP9
00000565: DUP9
00000566: CALL
00000567: SWAP4
00000568: POP
00000569: POP
0000056a: POP
0000056b: POP
0000056c: ISZERO
0000056d: DUP1
0000056e: ISZERO
0000056f: PUSH2 0x057c
00000572: JUMPI
00000573: RETURNDATASIZE
00000574: PUSH1 0x00
00000576: DUP1
00000577: RETURNDATACOPY
00000578: RETURNDATASIZE
00000579: PUSH1 0x00
0000057b: REVERT
0000057c: JUMPDEST
0000057d: POP
0000057e: POP
0000057f: POP
00000580: JUMP
00000581: JUMPDEST
00000582: PUSH1 0x60
00000584: DUP1
00000585: PUSH2 0x058c
00000588: PUSH2 0x0980
0000058b: JUMP
0000058c: JUMPDEST
0000058d: SWAP1
0000058e: POP
0000058f: PUSH1 0x60
00000591: PUSH2 0x0598
00000594: PUSH2 0x09bd
00000597: JUMP
00000598: JUMPDEST
00000599: SWAP1
0000059a: POP
0000059b: PUSH1 0x60
0000059d: PUSH2 0x05a4
000005a0: PUSH2 0x09fa
000005a3: JUMP
000005a4: JUMPDEST
000005a5: SWAP1
000005a6: POP
000005a7: PUSH1 0x60
000005a9: PUSH2 0x05b0
000005ac: PUSH2 0x0a37
000005af: JUMP
000005b0: JUMPDEST
000005b1: SWAP1
000005b2: POP
000005b3: DUP4
000005b4: DUP4
000005b5: DUP4
000005b6: DUP4
000005b7: PUSH1 0x40
000005b9: MLOAD
000005ba: PUSH1 0x20
000005bc: ADD
000005bd: DUP1
000005be: DUP6
000005bf: DUP1
000005c0: MLOAD
000005c1: SWAP1
000005c2: PUSH1 0x20
000005c4: ADD
000005c5: SWAP1
000005c6: DUP1
000005c7: DUP4
000005c8: DUP4
000005c9: JUMPDEST
000005ca: PUSH1 0x20
000005cc: DUP4
000005cd: LT
000005ce: PUSH2 0x05ec
000005d1: JUMPI
000005d2: DUP1
000005d3: MLOAD
000005d4: DUP3
000005d5: MSTORE
000005d6: PUSH1 0x20
000005d8: DUP3
000005d9: ADD
000005da: SWAP2
000005db: POP
000005dc: PUSH1 0x20
000005de: DUP2
000005df: ADD
000005e0: SWAP1
000005e1: POP
000005e2: PUSH1 0x20
000005e4: DUP4
000005e5: SUB
000005e6: SWAP3
000005e7: POP
000005e8: PUSH2 0x05c9
000005eb: JUMP
000005ec: JUMPDEST
000005ed: PUSH1 0x01
000005ef: DUP4
000005f0: PUSH1 0x20
000005f2: SUB
000005f3: PUSH2 0x0100
000005f6: EXP
000005f7: SUB
000005f8: DUP1
000005f9: NOT
000005fa: DUP3
000005fb: MLOAD
000005fc: AND
000005fd: DUP2
000005fe: DUP5
000005ff: MLOAD
00000600: AND
00000601: DUP1
00000602: DUP3
00000603: OR
00000604: DUP6
00000605: MSTORE
00000606: POP
00000607: POP
00000608: POP
00000609: POP
0000060a: POP
0000060b: POP
0000060c: SWAP1
0000060d: POP
0000060e: ADD
0000060f: DUP5
00000610: DUP1
00000611: MLOAD
00000612: SWAP1
00000613: PUSH1 0x20
00000615: ADD
00000616: SWAP1
00000617: DUP1
00000618: DUP4
00000619: DUP4
0000061a: JUMPDEST
0000061b: PUSH1 0x20
0000061d: DUP4
0000061e: LT
0000061f: PUSH2 0x063d
00000622: JUMPI
00000623: DUP1
00000624: MLOAD
00000625: DUP3
00000626: MSTORE
00000627: PUSH1 0x20
00000629: DUP3
0000062a: ADD
0000062b: SWAP2
0000062c: POP
0000062d: PUSH1 0x20
0000062f: DUP2
00000630: ADD
00000631: SWAP1
00000632: POP
00000633: PUSH1 0x20
00000635: DUP4
00000636: SUB
00000637: SWAP3
00000638: POP
00000639: PUSH2 0x061a
0000063c: JUMP
0000063d: JUMPDEST
0000063e: PUSH1 0x01
00000640: DUP4
00000641: PUSH1 0x20
00000643: SUB
00000644: PUSH2 0x0100
00000647: EXP
00000648: SUB
00000649: DUP1
0000064a: NOT
0000064b: DUP3
0000064c: MLOAD
0000064d: AND
0000064e: DUP2
0000064f: DUP5
00000650: MLOAD
00000651: AND
00000652: DUP1
00000653: DUP3
00000654: OR
00000655: DUP6
00000656: MSTORE
00000657: POP
00000658: POP
00000659: POP
0000065a: POP
0000065b: POP
0000065c: POP
0000065d: SWAP1
0000065e: POP
0000065f: ADD
00000660: DUP4
00000661: DUP1
00000662: MLOAD
00000663: SWAP1
00000664: PUSH1 0x20
00000666: ADD
00000667: SWAP1
00000668: DUP1
00000669: DUP4
0000066a: DUP4
0000066b: JUMPDEST
0000066c: PUSH1 0x20
0000066e: DUP4
0000066f: LT
00000670: PUSH2 0x068e
00000673: JUMPI
00000674: DUP1
00000675: MLOAD
00000676: DUP3
00000677: MSTORE
00000678: PUSH1 0x20
0000067a: DUP3
0000067b: ADD
0000067c: SWAP2
0000067d: POP
0000067e: PUSH1 0x20
00000680: DUP2
00000681: ADD
00000682: SWAP1
00000683: POP
00000684: PUSH1 0x20
00000686: DUP4
00000687: SUB
00000688: SWAP3
00000689: POP
0000068a: PUSH2 0x066b
0000068d: JUMP
0000068e: JUMPDEST
0000068f: PUSH1 0x01
00000691: DUP4
00000692: PUSH1 0x20
00000694: SUB
00000695: PUSH2 0x0100
00000698: EXP
00000699: SUB
0000069a: DUP1
0000069b: NOT
0000069c: DUP3
0000069d: MLOAD
0000069e: AND
0000069f: DUP2
000006a0: DUP5
000006a1: MLOAD
000006a2: AND
000006a3: DUP1
000006a4: DUP3
000006a5: OR
000006a6: DUP6
000006a7: MSTORE
000006a8: POP
000006a9: POP
000006aa: POP
000006ab: POP
000006ac: POP
000006ad: POP
000006ae: SWAP1
000006af: POP
000006b0: ADD
000006b1: DUP3
000006b2: DUP1
000006b3: MLOAD
000006b4: SWAP1
000006b5: PUSH1 0x20
000006b7: ADD
000006b8: SWAP1
000006b9: DUP1
000006ba: DUP4
000006bb: DUP4
000006bc: JUMPDEST
000006bd: PUSH1 0x20
000006bf: DUP4
000006c0: LT
000006c1: PUSH2 0x06df
000006c4: JUMPI
000006c5: DUP1
000006c6: MLOAD
000006c7: DUP3
000006c8: MSTORE
000006c9: PUSH1 0x20
000006cb: DUP3
000006cc: ADD
000006cd: SWAP2
000006ce: POP
000006cf: PUSH1 0x20
000006d1: DUP2
000006d2: ADD
000006d3: SWAP1
000006d4: POP
000006d5: PUSH1 0x20
000006d7: DUP4
000006d8: SUB
000006d9: SWAP3
000006da: POP
000006db: PUSH2 0x06bc
000006de: JUMP
000006df: JUMPDEST
000006e0: PUSH1 0x01
000006e2: DUP4
000006e3: PUSH1 0x20
000006e5: SUB
000006e6: PUSH2 0x0100
000006e9: EXP
000006ea: SUB
000006eb: DUP1
000006ec: NOT
000006ed: DUP3
000006ee: MLOAD
000006ef: AND
000006f0: DUP2
000006f1: DUP5
000006f2: MLOAD
000006f3: AND
000006f4: DUP1
000006f5: DUP3
000006f6: OR
000006f7: DUP6
000006f8: MSTORE
000006f9: POP
000006fa: POP
000006fb: POP
000006fc: POP
000006fd: POP
000006fe: POP
000006ff: SWAP1
00000700: POP
00000701: ADD
00000702: SWAP5
00000703: POP
00000704: POP
00000705: POP
00000706: POP
00000707: POP
00000708: PUSH1 0x40
0000070a: MLOAD
0000070b: PUSH1 0x20
0000070d: DUP2
0000070e: DUP4
0000070f: SUB
00000710: SUB
00000711: DUP2
00000712: MSTORE
00000713: SWAP1
00000714: PUSH1 0x40
00000716: MSTORE
00000717: SWAP5
00000718: POP
00000719: POP
0000071a: POP
0000071b: POP
0000071c: POP
0000071d: SWAP1
0000071e: JUMP
0000071f: JUMPDEST
00000720: PUSH1 0x00
00000722: PUSH1 0x60
00000724: DUP3
00000725: SWAP1
00000726: POP
00000727: PUSH1 0x00
00000729: DUP1
0000072a: SWAP1
0000072b: POP
0000072c: PUSH1 0x00
0000072e: DUP1
0000072f: PUSH1 0x00
00000731: PUSH1 0x02
00000733: SWAP1
00000734: POP
00000735: JUMPDEST
00000736: PUSH1 0x2a
00000738: DUP2
00000739: LT
0000073a: ISZERO
0000073b: PUSH2 0x096b
0000073e: JUMPI
0000073f: PUSH2 0x0100
00000742: DUP5
00000743: MUL
00000744: SWAP4
00000745: POP
00000746: DUP5
00000747: DUP2
00000748: DUP2
00000749: MLOAD
0000074a: DUP2
0000074b: LT
0000074c: PUSH2 0x0751
0000074f: JUMPI
00000750: INVALID
00000751: JUMPDEST
00000752: PUSH1 0x20
00000754: ADD
00000755: ADD
00000756: MLOAD
00000757: PUSH1 0xf8
00000759: SHR
0000075a: PUSH1 0xf8
0000075c: SHL
0000075d: PUSH1 0xf8
0000075f: SHR
00000760: PUSH1 0xff
00000762: AND
00000763: SWAP3
00000764: POP
00000765: DUP5
00000766: PUSH1 0x01
00000768: DUP3
00000769: ADD
0000076a: DUP2
0000076b: MLOAD
0000076c: DUP2
0000076d: LT
0000076e: PUSH2 0x0773
00000771: JUMPI
00000772: INVALID
00000773: JUMPDEST
00000774: PUSH1 0x20
00000776: ADD
00000777: ADD
00000778: MLOAD
00000779: PUSH1 0xf8
0000077b: SHR
0000077c: PUSH1 0xf8
0000077e: SHL
0000077f: PUSH1 0xf8
00000781: SHR
00000782: PUSH1 0xff
00000784: AND
00000785: SWAP2
00000786: POP
00000787: PUSH1 0x61
00000789: DUP4
0000078a: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000079f: AND
000007a0: LT
000007a1: ISZERO
000007a2: DUP1
000007a3: ISZERO
000007a4: PUSH2 0x07c4
000007a7: JUMPI
000007a8: POP
000007a9: PUSH1 0x66
000007ab: DUP4
000007ac: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000007c1: AND
000007c2: GT
000007c3: ISZERO
000007c4: JUMPDEST
000007c5: ISZERO
000007c6: PUSH2 0x07d4
000007c9: JUMPI
000007ca: PUSH1 0x57
000007cc: DUP4
000007cd: SUB
000007ce: SWAP3
000007cf: POP
000007d0: PUSH2 0x086e
000007d3: JUMP
000007d4: JUMPDEST
000007d5: PUSH1 0x41
000007d7: DUP4
000007d8: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000007ed: AND
000007ee: LT
000007ef: ISZERO
000007f0: DUP1
000007f1: ISZERO
000007f2: PUSH2 0x0812
000007f5: JUMPI
000007f6: POP
000007f7: PUSH1 0x46
000007f9: DUP4
000007fa: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000080f: AND
00000810: GT
00000811: ISZERO
00000812: JUMPDEST
00000813: ISZERO
00000814: PUSH2 0x0822
00000817: JUMPI
00000818: PUSH1 0x37
0000081a: DUP4
0000081b: SUB
0000081c: SWAP3
0000081d: POP
0000081e: PUSH2 0x086d
00000821: JUMP
00000822: JUMPDEST
00000823: PUSH1 0x30
00000825: DUP4
00000826: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000083b: AND
0000083c: LT
0000083d: ISZERO
0000083e: DUP1
0000083f: ISZERO
00000840: PUSH2 0x0860
00000843: JUMPI
00000844: POP
00000845: PUSH1 0x39
00000847: DUP4
00000848: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000085d: AND
0000085e: GT
0000085f: ISZERO
00000860: JUMPDEST
00000861: ISZERO
00000862: PUSH2 0x086c
00000865: JUMPI
00000866: PUSH1 0x30
00000868: DUP4
00000869: SUB
0000086a: SWAP3
0000086b: POP
0000086c: JUMPDEST
0000086d: JUMPDEST
0000086e: JUMPDEST
0000086f: PUSH1 0x61
00000871: DUP3
00000872: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000887: AND
00000888: LT
00000889: ISZERO
0000088a: DUP1
0000088b: ISZERO
0000088c: PUSH2 0x08ac
0000088f: JUMPI
00000890: POP
00000891: PUSH1 0x66
00000893: DUP3
00000894: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000008a9: AND
000008aa: GT
000008ab: ISZERO
000008ac: JUMPDEST
000008ad: ISZERO
000008ae: PUSH2 0x08bc
000008b1: JUMPI
000008b2: PUSH1 0x57
000008b4: DUP3
000008b5: SUB
000008b6: SWAP2
000008b7: POP
000008b8: PUSH2 0x0956
000008bb: JUMP
000008bc: JUMPDEST
000008bd: PUSH1 0x41
000008bf: DUP3
000008c0: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000008d5: AND
000008d6: LT
000008d7: ISZERO
000008d8: DUP1
000008d9: ISZERO
000008da: PUSH2 0x08fa
000008dd: JUMPI
000008de: POP
000008df: PUSH1 0x46
000008e1: DUP3
000008e2: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000008f7: AND
000008f8: GT
000008f9: ISZERO
000008fa: JUMPDEST
000008fb: ISZERO
000008fc: PUSH2 0x090a
000008ff: JUMPI
00000900: PUSH1 0x37
00000902: DUP3
00000903: SUB
00000904: SWAP2
00000905: POP
00000906: PUSH2 0x0955
00000909: JUMP
0000090a: JUMPDEST
0000090b: PUSH1 0x30
0000090d: DUP3
0000090e: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000923: AND
00000924: LT
00000925: ISZERO
00000926: DUP1
00000927: ISZERO
00000928: PUSH2 0x0948
0000092b: JUMPI
0000092c: POP
0000092d: PUSH1 0x39
0000092f: DUP3
00000930: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000945: AND
00000946: GT
00000947: ISZERO
00000948: JUMPDEST
00000949: ISZERO
0000094a: PUSH2 0x0954
0000094d: JUMPI
0000094e: PUSH1 0x30
00000950: DUP3
00000951: SUB
00000952: SWAP2
00000953: POP
00000954: JUMPDEST
00000955: JUMPDEST
00000956: JUMPDEST
00000957: DUP2
00000958: PUSH1 0x10
0000095a: DUP5
0000095b: MUL
0000095c: ADD
0000095d: DUP5
0000095e: ADD
0000095f: SWAP4
00000960: POP
00000961: PUSH1 0x02
00000963: DUP2
00000964: ADD
00000965: SWAP1
00000966: POP
00000967: PUSH2 0x0735
0000096a: JUMP
0000096b: JUMPDEST
0000096c: POP
0000096d: DUP3
0000096e: SWAP5
0000096f: POP
00000970: POP
00000971: POP
00000972: POP
00000973: POP
00000974: SWAP2
00000975: SWAP1
00000976: POP
00000977: JUMP
00000978: JUMPDEST
00000979: PUSH1 0x00
0000097b: SELFBALANCE
0000097c: SWAP1
0000097d: POP
0000097e: SWAP1
0000097f: JUMP
00000980: JUMPDEST
00000981: PUSH1 0x60
00000983: PUSH1 0x40
00000985: MLOAD
00000986: DUP1
00000987: PUSH1 0x40
00000989: ADD
0000098a: PUSH1 0x40
0000098c: MSTORE
0000098d: DUP1
0000098e: PUSH1 0x03
00000990: DUP2
00000991: MSTORE
00000992: PUSH1 0x20
00000994: ADD
00000995: PUSH32 0x3078340000000000000000000000000000000000000000000000000000000000
000009b6: DUP2
000009b7: MSTORE
000009b8: POP
000009b9: SWAP1
000009ba: POP
000009bb: SWAP1
000009bc: JUMP
000009bd: JUMPDEST
000009be: PUSH1 0x60
000009c0: PUSH1 0x40
000009c2: MLOAD
000009c3: DUP1
000009c4: PUSH1 0x40
000009c6: ADD
000009c7: PUSH1 0x40
000009c9: MSTORE
000009ca: DUP1
000009cb: PUSH1 0x13
000009cd: DUP2
000009ce: MSTORE
000009cf: PUSH1 0x20
000009d1: ADD
000009d2: PUSH32 0x3730316134414546373436664533386261373600000000000000000000000000
000009f3: DUP2
000009f4: MSTORE
000009f5: POP
000009f6: SWAP1
000009f7: POP
000009f8: SWAP1
000009f9: JUMP
000009fa: JUMPDEST
000009fb: PUSH1 0x60
000009fd: PUSH1 0x40
000009ff: MLOAD
00000a00: DUP1
00000a01: PUSH1 0x40
00000a03: ADD
00000a04: PUSH1 0x40
00000a06: MSTORE
00000a07: DUP1
00000a08: PUSH1 0x0c
00000a0a: DUP2
00000a0b: MSTORE
00000a0c: PUSH1 0x20
00000a0e: ADD
00000a0f: PUSH32 0x3936393632363334364665450000000000000000000000000000000000000000
00000a30: DUP2
00000a31: MSTORE
00000a32: POP
00000a33: SWAP1
00000a34: POP
00000a35: SWAP1
00000a36: JUMP
00000a37: JUMPDEST
00000a38: PUSH1 0x60
00000a3a: PUSH1 0x40
00000a3c: MLOAD
00000a3d: DUP1
00000a3e: PUSH1 0x40
00000a40: ADD
00000a41: PUSH1 0x40
00000a43: MSTORE
00000a44: DUP1
00000a45: PUSH1 0x08
00000a47: DUP2
00000a48: MSTORE
00000a49: PUSH1 0x20
00000a4b: ADD
00000a4c: PUSH32 0x6334376137466234000000000000000000000000000000000000000000000000
00000a6d: DUP2
00000a6e: MSTORE
00000a6f: POP
00000a70: SWAP1
00000a71: POP
00000a72: SWAP1
00000a73: JUMP
00000a74: INVALID
00000a75: LOG2
00000a76: PUSH5 0x6970667358
00000a7c: UNKNOWN(0x22)
00000a7d: SLT
00000a7e: KECCAK256
00000a7f: UNKNOWN(0x4B)
00000a80: PUSH24 0xc34c1ab830113d5b914a88a4fb0ca800a3c64783c2e1bb37
00000a99: BLOBHASH
00000a9a: UNKNOWN(0x0D)
00000a9b: MLOAD
00000a9c: UNKNOWN(0xE7)
00000a9d: UNKNOWN(0xF8)
00000a9e: UNKNOWN(0x22)
00000a9f: PUSH5 0x736f6c6343
00000aa5: STOP
00000aa6: MOD
00000aa7: MOD
00000aa8: STOP
00000aa9: CALLER

Findings

validated = confirmed for call sinks; sink observed for others
Severity Category Tool Title Confidence Validated Confirmed Details
high other detector Untrusted CALL target/value reachable 60 yes yes
view
trace_id: 0xcbf1115b91a37e1717fead85930ee88cc275c85d0a56c01f64cfaee5f2a14d41
call_targets: 0x4701a4aef746fe38ba76969626346feec47a7fb4, 0xb6f743cc5c30cc2d489aa42e94806cd8064acefc
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0xcbf1115b91a37e1717fead85930ee88cc275c85d0a56c01f64cfaee5f2a14d41",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x4701a4aef746fe38ba76969626346feec47a7fb4",
        "0xb6f743cc5c30cc2d489aa42e94806cd8064acefc"
    ],
    "matched_probe": null,
    "target_varies": true,
    "classification": "target_varies"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0x1b55ba3a",
            "selector": "0x1b55ba3a",
            "calldata_variants": [
                "0x1b55ba3a",
                "0x1b55ba3a0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x70e44c6a",
            "selector": "0x70e44c6a",
            "calldata_variants": [
                "0x70e44c6a",
                "0x70e44c6a0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x8da5cb5b",
            "selector": "0x8da5cb5b",
            "calldata_variants": [
                "0x8da5cb5b",
                "0x8da5cb5b0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x95d89b41",
            "selector": "0x95d89b41",
            "calldata_variants": [
                "0x95d89b41",
                "0x95d89b410000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0xbedf0f4a",
            "selector": "0xbedf0f4a",
            "calldata_variants": [
                "0xbedf0f4a",
                "0xbedf0f4a0000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 591,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        },
        {
            "pc": 748,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        },
        {
            "pc": 1382,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        }
    ],
    "call_count": 3,
    "guards_detected": [],
    "untrusted_call_count": 3
}
high other detector ETH value transfer possible 55 yes yes
view
trace_id: 0xcbf1115b91a37e1717fead85930ee88cc275c85d0a56c01f64cfaee5f2a14d41
call_targets: 0x4701a4aef746fe38ba76969626346feec47a7fb4, 0xb6f743cc5c30cc2d489aa42e94806cd8064acefc
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0xcbf1115b91a37e1717fead85930ee88cc275c85d0a56c01f64cfaee5f2a14d41",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x4701a4aef746fe38ba76969626346feec47a7fb4",
        "0xb6f743cc5c30cc2d489aa42e94806cd8064acefc"
    ],
    "matched_probe": null,
    "target_varies": true,
    "classification": "target_varies"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0x1b55ba3a",
            "selector": "0x1b55ba3a",
            "calldata_variants": [
                "0x1b55ba3a",
                "0x1b55ba3a0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x70e44c6a",
            "selector": "0x70e44c6a",
            "calldata_variants": [
                "0x70e44c6a",
                "0x70e44c6a0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x8da5cb5b",
            "selector": "0x8da5cb5b",
            "calldata_variants": [
                "0x8da5cb5b",
                "0x8da5cb5b0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x95d89b41",
            "selector": "0x95d89b41",
            "calldata_variants": [
                "0x95d89b41",
                "0x95d89b410000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0xbedf0f4a",
            "selector": "0xbedf0f4a",
            "calldata_variants": [
                "0xbedf0f4a",
                "0xbedf0f4a0000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 591,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        },
        {
            "pc": 748,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        },
        {
            "pc": 1382,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        }
    ],
    "eth_value_calls": 3,
    "guards_detected": []
}