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

Analysis Run

019b3844-8337-7271-b915-cca7f8e540fd

complete
Chain ID
1
Address
Block Number
Created
Fri, Dec 19, 2025 8:19 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
10327 artifact.fetch complete 1 / 3 3 months ago
10328 tool.cast_disasm complete 1 / 3 3 months ago
106193 analysis.bundle complete 1 / 3 1 week ago
106194 capability.graph complete 1 / 3 1 week ago
106195 detector.run complete 1 / 3 1 week ago
106196 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
60
Flags
delegatecall_present
View cast disassembly output
00000000: PUSH1 0x60
00000002: PUSH1 0x40
00000004: MSTORE
00000005: JUMPDEST
00000006: PUSH1 0x3c
00000008: JUMPDEST
00000009: PUSH1 0x00
0000000b: PUSH1 0x10
0000000d: PUSH1 0x3e
0000000f: JUMP
00000010: JUMPDEST
00000011: SWAP1
00000012: POP
00000013: MSIZE
00000014: CALLDATASIZE
00000015: DUP2
00000016: ADD
00000017: PUSH1 0x40
00000019: MSTORE
0000001a: CALLDATASIZE
0000001b: PUSH1 0x00
0000001d: DUP3
0000001e: CALLDATACOPY
0000001f: PUSH1 0x20
00000021: PUSH1 0x00
00000023: CALLDATASIZE
00000024: DUP4
00000025: DUP6
00000026: PUSH1 0x40
00000028: PUSH1 0x3f
0000002a: GAS
0000002b: MUL
0000002c: DIV
0000002d: DELEGATECALL
0000002e: ISZERO
0000002f: PUSH1 0x37
00000031: JUMPI
00000032: PUSH1 0x20
00000034: PUSH1 0x00
00000036: RETURN
00000037: JUMPDEST
00000038: INVALID
00000039: JUMPDEST
0000003a: POP
0000003b: JUMP
0000003c: JUMPDEST
0000003d: STOP
0000003e: JUMPDEST
0000003f: PUSH20 0x94f323acad9382b99dd41298f6b64fc919166291
00000054: JUMPDEST
00000055: SWAP1
00000056: JUMP
00000057: STOP
00000058: LOG1
00000059: PUSH6 0x627a7a723058
00000060: KECCAK256
00000061: PUSH23 0xbdca3014b8f7622bf594d873eaa518d8ce9504ffd8eb7b
00000079: AND
0000007a: UNKNOWN(0xB1)
0000007b: PUSH11
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
critical upgradeability detector Untrusted DELEGATECALL target reachable 70 no no
view
trace_id: 0x3d76cbd7a616ab89d93d3a675ff327f3247279f4ca436c03f3150c30e016d5c6
call_targets: 0x94f323acad9382b99dd41298f6b64fc919166291
target_varies: no
classification: constant_target
validation_json
{
    "sink": "DELEGATECALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0x3d76cbd7a616ab89d93d3a675ff327f3247279f4ca436c03f3150c30e016d5c6",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x94f323acad9382b99dd41298f6b64fc919166291"
    ],
    "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": 45,
            "opcode": "DELEGATECALL",
            "returndata_checked": null,
            "value_expression_category": "n/a",
            "target_expression_category": "computed"
        }
    ],
    "guards_detected": [],
    "delegatecall_count": 1,
    "untrusted_delegatecall_count": 1
}