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

Analysis Run

019b3836-5282-72b1-a0f0-6be5fd738770

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
7917 artifact.fetch complete 1 / 3 4 months ago
7918 tool.cast_disasm complete 1 / 3 4 months ago
82556 analysis.bundle complete 1 / 3 2 weeks ago
82557 capability.graph complete 1 / 3 2 weeks ago
82558 detector.run complete 1 / 3 2 weeks ago
82559 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 0xe0
00000007: PUSH1 0x02
00000009: EXP
0000000a: PUSH1 0x00
0000000c: CALLDATALOAD
0000000d: DIV
0000000e: PUSH4 0x41c0e1b5
00000013: DUP2
00000014: EQ
00000015: PUSH1 0x2e
00000017: JUMPI
00000018: DUP1
00000019: PUSH4 0x60fe47b1
0000001e: EQ
0000001f: PUSH1 0x6e
00000021: JUMPI
00000022: DUP1
00000023: PUSH4 0x6d4ce63c
00000028: EQ
00000029: PUSH1 0x78
0000002b: JUMPI
0000002c: JUMPDEST
0000002d: STOP
0000002e: JUMPDEST
0000002f: PUSH1 0x2c
00000031: PUSH1 0x01
00000033: SLOAD
00000034: CALLER
00000035: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000004a: SWAP1
0000004b: DUP2
0000004c: AND
0000004d: SWAP2
0000004e: AND
0000004f: EQ
00000050: ISZERO
00000051: PUSH1 0x85
00000053: JUMPI
00000054: PUSH1 0x01
00000056: SLOAD
00000057: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
0000006c: AND
0000006d: SELFDESTRUCT
0000006e: JUMPDEST
0000006f: PUSH1 0x04
00000071: CALLDATALOAD
00000072: PUSH1 0x00
00000074: SSTORE
00000075: PUSH1 0x2c
00000077: JUMP
00000078: JUMPDEST
00000079: PUSH1 0x00
0000007b: SLOAD
0000007c: PUSH1 0x60
0000007e: SWAP1
0000007f: DUP2
00000080: MSTORE
00000081: PUSH1 0x20
00000083: SWAP1
00000084: RETURN
00000085: JUMPDEST
00000086: 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 SELFDESTRUCT reachable 65 no no
view
trace_id: 0x1423e53ed67a504353b8d2766d4f6f91bdc1663edb2c4e19acf36fabeff68f65
validation_json
{
    "sink": "SELFDESTRUCT",
    "errors": 0,
    "status": "unknown",
    "attempts": 6,
    "trace_id": "0x1423e53ed67a504353b8d2766d4f6f91bdc1663edb2c4e19acf36fabeff68f65",
    "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"
            ]
        },
        {
            "calldata": "0x60fe47b1",
            "selector": "0x60fe47b1",
            "calldata_variants": [
                "0x60fe47b1",
                "0x60fe47b10000000000000000000000000000000000000000000000000000000000000000"
            ]
        },
        {
            "calldata": "0x6d4ce63c",
            "selector": "0x6d4ce63c",
            "calldata_variants": [
                "0x6d4ce63c",
                "0x6d4ce63c0000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "guards_detected": [],
    "selfdestruct_count": 1
}