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

Analysis Run

019b3836-4fa5-7057-9571-9745b499c3a2

complete
Chain ID
1
Address
Block Number
Created
Fri, Dec 19, 2025 8:04 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
7559 artifact.fetch complete 1 / 3 4 months ago
7560 tool.cast_disasm complete 1 / 3 4 months ago
82335 analysis.bundle complete 1 / 3 2 weeks ago
82336 capability.graph complete 1 / 3 2 weeks ago
82337 detector.run complete 1 / 3 2 weeks ago
82338 validation.fork complete 1 / 3 2 weeks 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
0
Selfdestruct
1
CREATE2
0
CALL-family (heavy)
0
EXT*/BALANCE
0
Total opcodes
65
Flags
selfdestruct_present
View cast disassembly output
00000000: PUSH1 0x60
00000002: PUSH1 0x40
00000004: MSTORE
00000005: PUSH1 0x00
00000007: CALLDATALOAD
00000008: PUSH29 0x0100000000000000000000000000000000000000000000000000000000
00000026: SWAP1
00000027: DIV
00000028: DUP1
00000029: PUSH4 0x41c0e1b5
0000002e: EQ
0000002f: PUSH1 0x37
00000031: JUMPI
00000032: PUSH1 0x35
00000034: JUMP
00000035: JUMPDEST
00000036: STOP
00000037: JUMPDEST
00000038: PUSH1 0x42
0000003a: PUSH1 0x04
0000003c: DUP1
0000003d: POP
0000003e: POP
0000003f: PUSH1 0x44
00000041: JUMP
00000042: JUMPDEST
00000043: STOP
00000044: JUMPDEST
00000045: PUSH1 0x00
00000047: PUSH1 0x00
00000049: SWAP1
0000004a: SLOAD
0000004b: SWAP1
0000004c: PUSH2 0x0100
0000004f: EXP
00000050: SWAP1
00000051: DIV
00000052: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000067: AND
00000068: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000007d: AND
0000007e: CALLER
0000007f: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000094: AND
00000095: EQ
00000096: ISZERO
00000097: PUSH1 0xd4
00000099: JUMPI
0000009a: PUSH1 0x00
0000009c: PUSH1 0x00
0000009e: SWAP1
0000009f: SLOAD
000000a0: SWAP1
000000a1: PUSH2 0x0100
000000a4: EXP
000000a5: SWAP1
000000a6: DIV
000000a7: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000000bc: AND
000000bd: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
000000d2: AND
000000d3: SELFDESTRUCT
000000d4: JUMPDEST
000000d5: JUMPDEST
000000d6: 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
medium other detector SELFDESTRUCT reachable 45 no no
view
trace_id: 0xf9a4b8cf462d995119b5ccfb6b7b9201ca4811918fbbfc0ac8b8bb60aa1df8e7
validation_json
{
    "sink": "SELFDESTRUCT",
    "errors": 0,
    "status": "unknown",
    "attempts": 2,
    "trace_id": "0xf9a4b8cf462d995119b5ccfb6b7b9201ca4811918fbbfc0ac8b8bb60aa1df8e7",
    "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": "0x41c0e1b5",
            "selector": "0x41c0e1b5",
            "calldata_variants": [
                "0x41c0e1b5",
                "0x41c0e1b50000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "guards_detected": [
        {
            "pc": 126,
            "type": "msg_sender_eq_const",
            "value": "0xffffffffffffffffffffffffffffffffffffffff"
        }
    ],
    "selfdestruct_count": 1
}