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

Analysis Run

019b477e-b54a-719a-bade-9a3d3e4e40be

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
SELFDESTRUCT 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
22899 artifact.fetch complete 1 / 3 3 months ago
22900 tool.cast_disasm complete 1 / 3 3 months ago
107357 analysis.bundle complete 1 / 3 1 week ago
107358 capability.graph complete 1 / 3 1 week ago
107359 detector.run complete 1 / 3 1 week ago
107360 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
1
CREATE2
0
CALL-family (heavy)
0
EXT*/BALANCE
0
Total opcodes
49
Flags
delegatecall_present selfdestruct_present
View cast disassembly output
00000000: PUSH1 0x80
00000002: PUSH1 0x40
00000004: MSTORE
00000005: PUSH1 0x40
00000007: MLOAD
00000008: PUSH20 0x273ca078df99670c5613522cc32703cf7f473dfd
0000001d: SWAP1
0000001e: CALLDATASIZE
0000001f: PUSH1 0x00
00000021: DUP3
00000022: CALLDATACOPY
00000023: PUSH1 0x20
00000025: DUP2
00000026: CALLDATASIZE
00000027: DUP2
00000028: DUP6
00000029: PUSH1 0x00
0000002b: NOT
0000002c: DELEGATECALL
0000002d: RETURNDATASIZE
0000002e: PUSH1 0x00
00000030: DUP4
00000031: RETURNDATACOPY
00000032: DUP1
00000033: DUP1
00000034: ISZERO
00000035: PUSH1 0x3b
00000037: JUMPI
00000038: RETURNDATASIZE
00000039: DUP4
0000003a: RETURN
0000003b: JUMPDEST
0000003c: RETURNDATASIZE
0000003d: DUP4
0000003e: REVERT
0000003f: INVALID
00000040: LOG1
00000041: PUSH6 0x627a7a723058
00000048: KECCAK256
00000049: SWAP10
0000004a: BLOBBASEFEE
0000004b: SWAP3
0000004c: PUSH20 0xd555ca8bc44fcf8da3a2cabbd1c3f99f20dc0407
00000061: UNKNOWN(0xFC)
00000062: SELFDESTRUCT
00000063: MCOPY
00000064: UNKNOWN(0xF7)
00000065: UNKNOWN(0xD6)
00000066: PUSH4 0xcc5f0029

Findings

validated = confirmed for call sinks; sink observed for others
Severity Category Tool Title Confidence Validated Confirmed Details
high other detector SELFDESTRUCT reachable 65 no no
view
trace_id: 0x1517f083bd150e259ed0af552781675379857e16379a2a851f53b7eafa071cff
validation_json
{
    "sink": "SELFDESTRUCT",
    "errors": 0,
    "status": "unknown",
    "attempts": 1,
    "trace_id": "0x1517f083bd150e259ed0af552781675379857e16379a2a851f53b7eafa071cff",
    "confirmed": false,
    "trace_mode": "structLogs",
    "call_targets": null,
    "matched_probe": null,
    "target_varies": null,
    "classification": "no_sink"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0x",
            "selector": "fallback",
            "calldata_variants": [
                "0x"
            ]
        }
    ]
}
evidence_json
{
    "guards_detected": [],
    "selfdestruct_count": 1
}