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

Analysis Run

019b477e-af56-71c2-9bff-a141bb4165be

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
0
Validated
0
Source
Bytecode only
Review Backing
Not yet
Best current signal
Untrusted DELEGATECALL target reachable
crit 0 high 0 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
21763 artifact.fetch complete 1 / 3 3 months ago
21764 tool.cast_disasm complete 1 / 3 3 months ago
64762 analysis.bundle complete 1 / 3 1 week ago
64763 capability.graph complete 1 / 3 1 week ago
64764 detector.run complete 1 / 3 1 week ago
64765 validation.fork complete 1 / 3 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

No codex job recorded yet.

Opcode Heuristics

tool.cast_disasm
Delegatecall
1
Selfdestruct
0
CREATE2
0
CALL-family (heavy)
0
EXT*/BALANCE
0
Total opcodes
27
Flags
delegatecall_present
View cast disassembly output
00000000: PUSH1 0x00
00000002: DUP1
00000003: DUP1
00000004: DUP1
00000005: DUP1
00000006: CALLDATASIZE
00000007: DUP1
00000008: SWAP3
00000009: DUP1
0000000a: CALLDATACOPY
0000000b: PUSH20 0x3ac40135480b94fbdbe14a5a13bc6874551c7e3b
00000020: GAS
00000021: DELEGATECALL
00000022: RETURNDATASIZE
00000023: DUP3
00000024: DUP2
00000025: DUP2
00000026: DUP1
00000027: RETURNDATACOPY
00000028: DUP1
00000029: DUP4
0000002a: EQ
0000002b: PUSH1 0x2f
0000002d: JUMPI
0000002e: RETURN
0000002f: JUMPDEST
00000030: REVERT

Findings

validated = confirmed for call sinks; sink observed for others
Severity Category Tool Title Confidence Validated Confirmed Details
critical upgradeability detector Untrusted DELEGATECALL target reachable 70 no no
view
trace_id: 0x57c494bfe3b067aa2c28125e959ed6d4517a2b3e15cca4efa68455d07c73e2dc
call_targets: 0x3ac40135480b94fbdbe14a5a13bc6874551c7e3b
target_varies: no
classification: constant_target
validation_json
{
    "sink": "DELEGATECALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0x57c494bfe3b067aa2c28125e959ed6d4517a2b3e15cca4efa68455d07c73e2dc",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x3ac40135480b94fbdbe14a5a13bc6874551c7e3b"
    ],
    "matched_probe": null,
    "target_varies": false,
    "classification": "constant_target"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0x",
            "selector": "fallback",
            "calldata_variants": [
                "0x"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 33,
            "opcode": "DELEGATECALL",
            "returndata_checked": null,
            "value_expression_category": "n/a",
            "target_expression_category": "computed"
        }
    ],
    "guards_detected": [],
    "delegatecall_count": 1,
    "untrusted_delegatecall_count": 1
}