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

Analysis Run

019b3836-5b25-7119-903e-be86ff30178c

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
1
Validated
1
Source
Bytecode only
Review Backing
Not yet
Best current signal
External CALL present
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
9007 artifact.fetch complete 1 / 3 3 months ago
9008 tool.cast_disasm complete 1 / 3 3 months ago
52452 analysis.bundle complete 1 / 3 1 week ago
52453 capability.graph complete 1 / 3 1 week ago
52454 detector.run complete 1 / 3 1 week ago
52455 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
0
Selfdestruct
0
CREATE2
0
CALL-family (heavy)
1
EXT*/BALANCE
0
Total opcodes
40
Flags
No heuristic flags raised.
View cast disassembly output
00000000: PUSH29 0x0100000000000000000000000000000000000000000000000000000000
0000001e: PUSH1 0x00
00000020: CALLDATALOAD
00000021: DIV
00000022: PUSH4 0xb59589d1
00000027: DUP2
00000028: EQ
00000029: ISZERO
0000002a: PUSH1 0x6c
0000002c: JUMPI
0000002d: PUSH1 0x00
0000002f: PUSH1 0x00
00000031: PUSH1 0x00
00000033: PUSH1 0x00
00000035: CALLVALUE
00000036: PUSH20 0x3b2097ee1b3ccce5ffafb43fa16042de7edb54ee
0000004b: PUSH1 0x00
0000004d: CALL
0000004e: ISZERO
0000004f: ISZERO
00000050: PUSH1 0x60
00000052: JUMPI
00000053: PUSH1 0x00
00000055: PUSH1 0x40
00000057: MSTORE
00000058: PUSH1 0x20
0000005a: PUSH1 0x40
0000005c: RETURN
0000005d: PUSH1 0x6b
0000005f: JUMP
00000060: JUMPDEST
00000061: PUSH1 0x01
00000063: PUSH1 0x60
00000065: MSTORE
00000066: PUSH1 0x20
00000068: PUSH1 0x60
0000006a: RETURN
0000006b: JUMPDEST
0000006c: JUMPDEST
0000006d: POP
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
low other detector External CALL present 40 yes yes
view
trace_id: 0x417b97229f287f5d9da11926c560c5ceb682fdf938006717bb040090097370f0
call_targets: 0x12ac1d111e6500ea6c192b1bc60cb9b48d0c7ef9, 0x3b2097ee1b3ccce5ffafb43fa16042de7edb54ee
target_varies: yes
classification: target_varies
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "confirmed",
    "attempts": 1,
    "trace_id": "0x417b97229f287f5d9da11926c560c5ceb682fdf938006717bb040090097370f0",
    "confirmed": true,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x12ac1d111e6500ea6c192b1bc60cb9b48d0c7ef9",
        "0x3b2097ee1b3ccce5ffafb43fa16042de7edb54ee"
    ],
    "matched_probe": null,
    "target_varies": true,
    "classification": "target_varies"
}
witness_json
{
    "notes": "heuristic witness; entrypoints are best-effort selectors with zeroed calldata",
    "constraints": [],
    "entrypoints": [
        {
            "calldata": "0xb59589d1",
            "selector": "0xb59589d1",
            "calldata_variants": [
                "0xb59589d1",
                "0xb59589d10000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "call_count": 1
}