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

Analysis Run

019b3836-2807-70b3-8db9-3a17b525489d

complete
Chain ID
1
Address
Block Number
Created
Fri, Dec 19, 2025 8:03 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
1185 artifact.fetch complete 1 / 3 3 months ago
1186 tool.cast_disasm complete 1 / 3 3 months ago
96350 analysis.bundle complete 1 / 3 1 week ago
96351 capability.graph complete 1 / 3 1 week ago
96352 detector.run complete 1 / 3 1 week ago
96353 validation.fork complete 1 / 3 1 week ago
113807 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-q4qg2_yw
model: gpt-5.4
provider: openai
approval: never
sandbox: read-only
reasoning effort: high
reasoning summaries: none
session id: 019d5c9f-3ac2-7d73-be11-c2bea317f788
--------
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:50:34.135432+00:00",
        "returncode": 1
    },
    "project": {
        "mode": "bytecode",
        "bytecode_length": 2188,
        "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)
1
EXT*/BALANCE
0
Total opcodes
728
Flags
No heuristic flags raised.
View cast disassembly output
00000000: PUSH1 0x60
00000002: PUSH1 0x40
00000004: MSTORE
00000005: CALLDATASIZE
00000006: ISZERO
00000007: PUSH2 0x0077
0000000a: JUMPI
0000000b: PUSH1 0xe0
0000000d: PUSH1 0x02
0000000f: EXP
00000010: PUSH1 0x00
00000012: CALLDATALOAD
00000013: DIV
00000014: PUSH4 0x06fdde03
00000019: DUP2
0000001a: EQ
0000001b: PUSH2 0x0079
0000001e: JUMPI
0000001f: DUP1
00000020: PUSH4 0x1d143848
00000025: EQ
00000026: PUSH2 0x00d6
00000029: JUMPI
0000002a: DUP1
0000002b: PUSH4 0x313ce567
00000030: EQ
00000031: PUSH2 0x00ee
00000034: JUMPI
00000035: DUP1
00000036: PUSH4 0x70a08231
0000003b: EQ
0000003c: PUSH2 0x00fa
0000003f: JUMPI
00000040: DUP1
00000041: PUSH4 0x79c65068
00000046: EQ
00000047: PUSH2 0x0112
0000004a: JUMPI
0000004b: DUP1
0000004c: PUSH4 0x95d89b41
00000051: EQ
00000052: PUSH2 0x013b
00000055: JUMPI
00000056: DUP1
00000057: PUSH4 0xa9059cbb
0000005c: EQ
0000005d: PUSH2 0x0196
00000060: JUMPI
00000061: DUP1
00000062: PUSH4 0xb414d4b6
00000067: EQ
00000068: PUSH2 0x0207
0000006b: JUMPI
0000006c: DUP1
0000006d: PUSH4 0xe724529c
00000072: EQ
00000073: PUSH2 0x0222
00000076: JUMPI
00000077: JUMPDEST
00000078: STOP
00000079: JUMPDEST
0000007a: PUSH2 0x024b
0000007d: PUSH1 0x00
0000007f: DUP1
00000080: SLOAD
00000081: PUSH1 0x20
00000083: PUSH1 0x02
00000085: PUSH1 0x01
00000087: DUP4
00000088: AND
00000089: ISZERO
0000008a: PUSH2 0x0100
0000008d: MUL
0000008e: PUSH1 0x00
00000090: NOT
00000091: ADD
00000092: SWAP1
00000093: SWAP3
00000094: AND
00000095: SWAP2
00000096: SWAP1
00000097: SWAP2
00000098: DIV
00000099: PUSH1 0x1f
0000009b: DUP2
0000009c: ADD
0000009d: DUP3
0000009e: SWAP1
0000009f: DIV
000000a0: SWAP1
000000a1: SWAP2
000000a2: MUL
000000a3: PUSH1 0x80
000000a5: SWAP1
000000a6: DUP2
000000a7: ADD
000000a8: PUSH1 0x40
000000aa: MSTORE
000000ab: PUSH1 0x60
000000ad: DUP3
000000ae: DUP2
000000af: MSTORE
000000b0: SWAP3
000000b1: SWAP2
000000b2: SWAP1
000000b3: DUP3
000000b4: DUP3
000000b5: DUP1
000000b6: ISZERO
000000b7: PUSH2 0x02ee
000000ba: JUMPI
000000bb: DUP1
000000bc: PUSH1 0x1f
000000be: LT
000000bf: PUSH2 0x02c3
000000c2: JUMPI
000000c3: PUSH2 0x0100
000000c6: DUP1
000000c7: DUP4
000000c8: SLOAD
000000c9: DIV
000000ca: MUL
000000cb: DUP4
000000cc: MSTORE
000000cd: SWAP2
000000ce: PUSH1 0x20
000000d0: ADD
000000d1: SWAP2
000000d2: PUSH2 0x02ee
000000d5: JUMP
000000d6: JUMPDEST
000000d7: PUSH2 0x02b9
000000da: PUSH1 0x02
000000dc: SLOAD
000000dd: PUSH1 0x01
000000df: PUSH1 0xa0
000000e1: PUSH1 0x02
000000e3: EXP
000000e4: SUB
000000e5: PUSH2 0x0100
000000e8: SWAP1
000000e9: SWAP2
000000ea: DIV
000000eb: AND
000000ec: DUP2
000000ed: JUMP
000000ee: JUMPDEST
000000ef: PUSH2 0x02b9
000000f2: PUSH1 0x02
000000f4: SLOAD
000000f5: PUSH1 0xff
000000f7: AND
000000f8: DUP2
000000f9: JUMP
000000fa: JUMPDEST
000000fb: PUSH2 0x02b9
000000fe: PUSH1 0x04
00000100: CALLDATALOAD
00000101: PUSH1 0x03
00000103: PUSH1 0x20
00000105: MSTORE
00000106: PUSH1 0x00
00000108: SWAP1
00000109: DUP2
0000010a: MSTORE
0000010b: PUSH1 0x40
0000010d: SWAP1
0000010e: KECCAK256
0000010f: SLOAD
00000110: DUP2
00000111: JUMP
00000112: JUMPDEST
00000113: PUSH2 0x0077
00000116: PUSH1 0x04
00000118: CALLDATALOAD
00000119: PUSH1 0x24
0000011b: CALLDATALOAD
0000011c: PUSH1 0x02
0000011e: SLOAD
0000011f: CALLER
00000120: PUSH1 0x01
00000122: PUSH1 0xa0
00000124: PUSH1 0x02
00000126: EXP
00000127: SUB
00000128: SWAP1
00000129: DUP2
0000012a: AND
0000012b: PUSH2 0x0100
0000012e: SWAP1
0000012f: SWAP3
00000130: DIV
00000131: AND
00000132: EQ
00000133: PUSH2 0x03a3
00000136: JUMPI
00000137: PUSH2 0x0002
0000013a: JUMP
0000013b: JUMPDEST
0000013c: PUSH2 0x024b
0000013f: PUSH1 0x01
00000141: DUP1
00000142: SLOAD
00000143: PUSH1 0x20
00000145: PUSH1 0x1f
00000147: PUSH1 0x02
00000149: PUSH1 0x00
0000014b: NOT
0000014c: DUP5
0000014d: DUP7
0000014e: AND
0000014f: ISZERO
00000150: PUSH2 0x0100
00000153: MUL
00000154: ADD
00000155: SWAP1
00000156: SWAP4
00000157: AND
00000158: SWAP3
00000159: SWAP1
0000015a: SWAP3
0000015b: DIV
0000015c: SWAP2
0000015d: DUP3
0000015e: ADD
0000015f: DUP2
00000160: SWAP1
00000161: DIV
00000162: MUL
00000163: PUSH1 0x80
00000165: SWAP1
00000166: DUP2
00000167: ADD
00000168: PUSH1 0x40
0000016a: MSTORE
0000016b: PUSH1 0x60
0000016d: DUP3
0000016e: DUP2
0000016f: MSTORE
00000170: SWAP3
00000171: SWAP2
00000172: SWAP1
00000173: DUP3
00000174: DUP3
00000175: DUP1
00000176: ISZERO
00000177: PUSH2 0x02ee
0000017a: JUMPI
0000017b: DUP1
0000017c: PUSH1 0x1f
0000017e: LT
0000017f: PUSH2 0x02c3
00000182: JUMPI
00000183: PUSH2 0x0100
00000186: DUP1
00000187: DUP4
00000188: SLOAD
00000189: DIV
0000018a: MUL
0000018b: DUP4
0000018c: MSTORE
0000018d: SWAP2
0000018e: PUSH1 0x20
00000190: ADD
00000191: SWAP2
00000192: PUSH2 0x02ee
00000195: JUMP
00000196: JUMPDEST
00000197: PUSH2 0x0077
0000019a: PUSH1 0x04
0000019c: CALLDATALOAD
0000019d: PUSH1 0x24
0000019f: CALLDATALOAD
000001a0: CALLER
000001a1: PUSH1 0x01
000001a3: PUSH1 0xa0
000001a5: PUSH1 0x02
000001a7: EXP
000001a8: SUB
000001a9: AND
000001aa: PUSH1 0x00
000001ac: SWAP1
000001ad: DUP2
000001ae: MSTORE
000001af: PUSH1 0x03
000001b1: PUSH1 0x20
000001b3: MSTORE
000001b4: PUSH1 0x40
000001b6: SWAP1
000001b7: KECCAK256
000001b8: SLOAD
000001b9: DUP2
000001ba: SWAP1
000001bb: LT
000001bc: DUP1
000001bd: PUSH2 0x01da
000001c0: JUMPI
000001c1: POP
000001c2: PUSH1 0x01
000001c4: PUSH1 0xa0
000001c6: PUSH1 0x02
000001c8: EXP
000001c9: SUB
000001ca: DUP3
000001cb: AND
000001cc: PUSH1 0x00
000001ce: SWAP1
000001cf: DUP2
000001d0: MSTORE
000001d1: PUSH1 0x40
000001d3: SWAP1
000001d4: KECCAK256
000001d5: SLOAD
000001d6: DUP1
000001d7: DUP3
000001d8: ADD
000001d9: LT
000001da: JUMPDEST
000001db: DUP1
000001dc: PUSH2 0x01fd
000001df: JUMPI
000001e0: POP
000001e1: CALLER
000001e2: PUSH1 0x01
000001e4: PUSH1 0xa0
000001e6: PUSH1 0x02
000001e8: EXP
000001e9: SUB
000001ea: AND
000001eb: PUSH1 0x00
000001ed: SWAP1
000001ee: DUP2
000001ef: MSTORE
000001f0: PUSH1 0x04
000001f2: PUSH1 0x20
000001f4: MSTORE
000001f5: PUSH1 0x40
000001f7: SWAP1
000001f8: KECCAK256
000001f9: SLOAD
000001fa: PUSH1 0xff
000001fc: AND
000001fd: JUMPDEST
000001fe: ISZERO
000001ff: PUSH2 0x02f6
00000202: JUMPI
00000203: PUSH2 0x0002
00000206: JUMP
00000207: JUMPDEST
00000208: PUSH2 0x02b9
0000020b: PUSH1 0x04
0000020d: CALLDATALOAD
0000020e: PUSH1 0x04
00000210: PUSH1 0x20
00000212: MSTORE
00000213: PUSH1 0x00
00000215: SWAP1
00000216: DUP2
00000217: MSTORE
00000218: PUSH1 0x40
0000021a: SWAP1
0000021b: KECCAK256
0000021c: SLOAD
0000021d: PUSH1 0xff
0000021f: AND
00000220: DUP2
00000221: JUMP
00000222: JUMPDEST
00000223: PUSH2 0x0077
00000226: PUSH1 0x04
00000228: CALLDATALOAD
00000229: PUSH1 0x24
0000022b: CALLDATALOAD
0000022c: PUSH1 0x02
0000022e: SLOAD
0000022f: CALLER
00000230: PUSH1 0x01
00000232: PUSH1 0xa0
00000234: PUSH1 0x02
00000236: EXP
00000237: SUB
00000238: SWAP1
00000239: DUP2
0000023a: AND
0000023b: PUSH2 0x0100
0000023e: SWAP1
0000023f: SWAP3
00000240: DIV
00000241: AND
00000242: EQ
00000243: PUSH2 0x03f0
00000246: JUMPI
00000247: PUSH2 0x0002
0000024a: JUMP
0000024b: JUMPDEST
0000024c: PUSH1 0x40
0000024e: MLOAD
0000024f: DUP1
00000250: DUP1
00000251: PUSH1 0x20
00000253: ADD
00000254: DUP3
00000255: DUP2
00000256: SUB
00000257: DUP3
00000258: MSTORE
00000259: DUP4
0000025a: DUP2
0000025b: DUP2
0000025c: MLOAD
0000025d: DUP2
0000025e: MSTORE
0000025f: PUSH1 0x20
00000261: ADD
00000262: SWAP2
00000263: POP
00000264: DUP1
00000265: MLOAD
00000266: SWAP1
00000267: PUSH1 0x20
00000269: ADD
0000026a: SWAP1
0000026b: DUP1
0000026c: DUP4
0000026d: DUP4
0000026e: DUP3
0000026f: SWAP1
00000270: PUSH1 0x00
00000272: PUSH1 0x04
00000274: PUSH1 0x20
00000276: DUP5
00000277: PUSH1 0x1f
00000279: ADD
0000027a: DIV
0000027b: PUSH1 0x03
0000027d: MUL
0000027e: PUSH1 0x0f
00000280: ADD
00000281: CALL
00000282: POP
00000283: SWAP1
00000284: POP
00000285: SWAP1
00000286: DUP2
00000287: ADD
00000288: SWAP1
00000289: PUSH1 0x1f
0000028b: AND
0000028c: DUP1
0000028d: ISZERO
0000028e: PUSH2 0x02ab
00000291: JUMPI
00000292: DUP1
00000293: DUP3
00000294: SUB
00000295: DUP1
00000296: MLOAD
00000297: PUSH1 0x01
00000299: DUP4
0000029a: PUSH1 0x20
0000029c: SUB
0000029d: PUSH2 0x0100
000002a0: EXP
000002a1: SUB
000002a2: NOT
000002a3: AND
000002a4: DUP2
000002a5: MSTORE
000002a6: PUSH1 0x20
000002a8: ADD
000002a9: SWAP2
000002aa: POP
000002ab: JUMPDEST
000002ac: POP
000002ad: SWAP3
000002ae: POP
000002af: POP
000002b0: POP
000002b1: PUSH1 0x40
000002b3: MLOAD
000002b4: DUP1
000002b5: SWAP2
000002b6: SUB
000002b7: SWAP1
000002b8: RETURN
000002b9: JUMPDEST
000002ba: PUSH1 0x60
000002bc: SWAP1
000002bd: DUP2
000002be: MSTORE
000002bf: PUSH1 0x20
000002c1: SWAP1
000002c2: RETURN
000002c3: JUMPDEST
000002c4: DUP3
000002c5: ADD
000002c6: SWAP2
000002c7: SWAP1
000002c8: PUSH1 0x00
000002ca: MSTORE
000002cb: PUSH1 0x20
000002cd: PUSH1 0x00
000002cf: KECCAK256
000002d0: SWAP1
000002d1: JUMPDEST
000002d2: DUP2
000002d3: SLOAD
000002d4: DUP2
000002d5: MSTORE
000002d6: SWAP1
000002d7: PUSH1 0x01
000002d9: ADD
000002da: SWAP1
000002db: PUSH1 0x20
000002dd: ADD
000002de: DUP1
000002df: DUP4
000002e0: GT
000002e1: PUSH2 0x02d1
000002e4: JUMPI
000002e5: DUP3
000002e6: SWAP1
000002e7: SUB
000002e8: PUSH1 0x1f
000002ea: AND
000002eb: DUP3
000002ec: ADD
000002ed: SWAP2
000002ee: JUMPDEST
000002ef: POP
000002f0: POP
000002f1: POP
000002f2: POP
000002f3: POP
000002f4: DUP2
000002f5: JUMP
000002f6: JUMPDEST
000002f7: DUP1
000002f8: PUSH1 0x03
000002fa: PUSH1 0x00
000002fc: POP
000002fd: PUSH1 0x00
000002ff: CALLER
00000300: PUSH1 0x01
00000302: PUSH1 0xa0
00000304: PUSH1 0x02
00000306: EXP
00000307: SUB
00000308: AND
00000309: DUP2
0000030a: MSTORE
0000030b: PUSH1 0x20
0000030d: ADD
0000030e: SWAP1
0000030f: DUP2
00000310: MSTORE
00000311: PUSH1 0x20
00000313: ADD
00000314: PUSH1 0x00
00000316: KECCAK256
00000317: PUSH1 0x00
00000319: DUP3
0000031a: DUP3
0000031b: DUP3
0000031c: POP
0000031d: SLOAD
0000031e: SUB
0000031f: SWAP3
00000320: POP
00000321: POP
00000322: DUP2
00000323: SWAP1
00000324: SSTORE
00000325: POP
00000326: DUP1
00000327: PUSH1 0x03
00000329: PUSH1 0x00
0000032b: POP
0000032c: PUSH1 0x00
0000032e: DUP5
0000032f: PUSH1 0x01
00000331: PUSH1 0xa0
00000333: PUSH1 0x02
00000335: EXP
00000336: SUB
00000337: AND
00000338: DUP2
00000339: MSTORE
0000033a: PUSH1 0x20
0000033c: ADD
0000033d: SWAP1
0000033e: DUP2
0000033f: MSTORE
00000340: PUSH1 0x20
00000342: ADD
00000343: PUSH1 0x00
00000345: KECCAK256
00000346: PUSH1 0x00
00000348: DUP3
00000349: DUP3
0000034a: DUP3
0000034b: POP
0000034c: SLOAD
0000034d: ADD
0000034e: SWAP3
0000034f: POP
00000350: POP
00000351: DUP2
00000352: SWAP1
00000353: SSTORE
00000354: POP
00000355: DUP2
00000356: PUSH1 0x01
00000358: PUSH1 0xa0
0000035a: PUSH1 0x02
0000035c: EXP
0000035d: SUB
0000035e: AND
0000035f: CALLER
00000360: PUSH1 0x01
00000362: PUSH1 0xa0
00000364: PUSH1 0x02
00000366: EXP
00000367: SUB
00000368: AND
00000369: PUSH32 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
0000038a: DUP4
0000038b: PUSH1 0x40
0000038d: MLOAD
0000038e: DUP1
0000038f: DUP3
00000390: DUP2
00000391: MSTORE
00000392: PUSH1 0x20
00000394: ADD
00000395: SWAP2
00000396: POP
00000397: POP
00000398: PUSH1 0x40
0000039a: MLOAD
0000039b: DUP1
0000039c: SWAP2
0000039d: SUB
0000039e: SWAP1
0000039f: LOG3
000003a0: POP
000003a1: POP
000003a2: JUMP
000003a3: JUMPDEST
000003a4: PUSH1 0x01
000003a6: PUSH1 0xa0
000003a8: PUSH1 0x02
000003aa: EXP
000003ab: SUB
000003ac: DUP3
000003ad: AND
000003ae: PUSH1 0x00
000003b0: DUP2
000003b1: DUP2
000003b2: MSTORE
000003b3: PUSH1 0x03
000003b5: PUSH1 0x20
000003b7: SWAP1
000003b8: DUP2
000003b9: MSTORE
000003ba: PUSH1 0x40
000003bc: DUP3
000003bd: KECCAK256
000003be: DUP1
000003bf: SLOAD
000003c0: DUP6
000003c1: ADD
000003c2: SWAP1
000003c3: SSTORE
000003c4: PUSH1 0x60
000003c6: DUP5
000003c7: DUP2
000003c8: MSTORE
000003c9: PUSH32 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef
000003ea: SWAP2
000003eb: SWAP1
000003ec: LOG3
000003ed: POP
000003ee: POP
000003ef: JUMP
000003f0: JUMPDEST
000003f1: PUSH1 0x01
000003f3: PUSH1 0xa0
000003f5: PUSH1 0x02
000003f7: EXP
000003f8: SUB
000003f9: DUP3
000003fa: AND
000003fb: PUSH1 0x00
000003fd: DUP2
000003fe: DUP2
000003ff: MSTORE
00000400: PUSH1 0x04
00000402: PUSH1 0x20
00000404: MSTORE
00000405: PUSH1 0x40
00000407: SWAP1
00000408: DUP2
00000409: SWAP1
0000040a: KECCAK256
0000040b: DUP1
0000040c: SLOAD
0000040d: PUSH1 0xff
0000040f: NOT
00000410: AND
00000411: DUP5
00000412: OR
00000413: SWAP1
00000414: SSTORE
00000415: PUSH1 0x60
00000417: SWAP2
00000418: DUP3
00000419: MSTORE
0000041a: PUSH1 0x80
0000041c: DUP4
0000041d: SWAP1
0000041e: MSTORE
0000041f: PUSH32 0x48335238b4855f35377ed80f164e8c6f3c366e54ac00b96a6402d4a9814a03a5
00000440: SWAP2
00000441: LOG1
00000442: POP
00000443: POP
00000444: JUMP
View stderr
Warning: This is a nightly build of Foundry. It is recommended to use the latest stable version. To mute this warning set `FOUNDRY_DISABLE_NIGHTLY_WARNING` in your environment.

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: 0x0df6059a86889411914c692b3824ac04e181aa6d92425a3992ddc1d0375ef72c
call_targets: 0x0000000000000000000000000000000000000004, 0x95e83c295e27b17ab24b6b8f1f9a04ba2e262ce1
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0x0df6059a86889411914c692b3824ac04e181aa6d92425a3992ddc1d0375ef72c",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x0000000000000000000000000000000000000004",
        "0x95e83c295e27b17ab24b6b8f1f9a04ba2e262ce1"
    ],
    "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": "0x06fdde03",
            "selector": "0x06fdde03",
            "calldata_variants": [
                "0x06fdde03",
                "0x06fdde030000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x1d143848",
            "selector": "0x1d143848",
            "calldata_variants": [
                "0x1d143848",
                "0x1d1438480000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x313ce567",
            "selector": "0x313ce567",
            "calldata_variants": [
                "0x313ce567",
                "0x313ce5670000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x70a08231",
            "selector": "0x70a08231",
            "calldata_variants": [
                "0x70a08231",
                "0x70a082310000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x79c65068",
            "selector": "0x79c65068",
            "calldata_variants": [
                "0x79c65068",
                "0x79c650680000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x95d89b41",
            "selector": "0x95d89b41",
            "calldata_variants": [
                "0x95d89b41",
                "0x95d89b410000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0xa9059cbb",
            "selector": "0xa9059cbb",
            "calldata_variants": [
                "0xa9059cbb",
                "0xa9059cbb0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0xb414d4b6",
            "selector": "0xb414d4b6",
            "calldata_variants": [
                "0xb414d4b6",
                "0xb414d4b60000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 641,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        }
    ],
    "call_count": 1,
    "guards_detected": [],
    "untrusted_call_count": 1
}
high other detector ETH value transfer possible 55 yes yes
view
trace_id: 0x0df6059a86889411914c692b3824ac04e181aa6d92425a3992ddc1d0375ef72c
call_targets: 0x0000000000000000000000000000000000000004, 0x95e83c295e27b17ab24b6b8f1f9a04ba2e262ce1
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0x0df6059a86889411914c692b3824ac04e181aa6d92425a3992ddc1d0375ef72c",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x0000000000000000000000000000000000000004",
        "0x95e83c295e27b17ab24b6b8f1f9a04ba2e262ce1"
    ],
    "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": "0x06fdde03",
            "selector": "0x06fdde03",
            "calldata_variants": [
                "0x06fdde03",
                "0x06fdde030000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x1d143848",
            "selector": "0x1d143848",
            "calldata_variants": [
                "0x1d143848",
                "0x1d1438480000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x313ce567",
            "selector": "0x313ce567",
            "calldata_variants": [
                "0x313ce567",
                "0x313ce5670000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x70a08231",
            "selector": "0x70a08231",
            "calldata_variants": [
                "0x70a08231",
                "0x70a082310000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x79c65068",
            "selector": "0x79c65068",
            "calldata_variants": [
                "0x79c65068",
                "0x79c650680000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x95d89b41",
            "selector": "0x95d89b41",
            "calldata_variants": [
                "0x95d89b41",
                "0x95d89b410000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0xa9059cbb",
            "selector": "0xa9059cbb",
            "calldata_variants": [
                "0xa9059cbb",
                "0xa9059cbb0000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0xb414d4b6",
            "selector": "0xb414d4b6",
            "calldata_variants": [
                "0xb414d4b6",
                "0xb414d4b60000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 641,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        }
    ],
    "eth_value_calls": 1,
    "guards_detected": []
}