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

Analysis Run

019b3836-34f3-70f1-93b2-d5cfb990af04

complete
Chain ID
1
Address
Block Number
Created
Fri, Dec 19, 2025 8:03 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
ETH value transfer possible
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
3343 artifact.fetch complete 1 / 3 3 months ago
3344 tool.cast_disasm complete 1 / 3 3 months ago
46728 analysis.bundle complete 1 / 3 2 weeks ago
46729 capability.graph complete 1 / 3 2 weeks ago
46730 detector.run complete 1 / 3 2 weeks ago
46731 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
0
CREATE2
0
CALL-family (heavy)
1
EXT*/BALANCE
0
Total opcodes
67
Flags
No heuristic flags raised.
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 0x55c87eb0
00000013: DUP2
00000014: EQ
00000015: PUSH1 0x1a
00000017: JUMPI
00000018: JUMPDEST
00000019: STOP
0000001a: JUMPDEST
0000001b: PUSH1 0x18
0000001d: PUSH1 0x04
0000001f: CALLDATALOAD
00000020: PUSH1 0x00
00000022: SLOAD
00000023: CALLER
00000024: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000039: SWAP1
0000003a: DUP2
0000003b: AND
0000003c: SWAP2
0000003d: AND
0000003e: EQ
0000003f: DUP1
00000040: ISZERO
00000041: PUSH1 0x4a
00000043: JUMPI
00000044: POP
00000045: PUSH1 0x01
00000047: SLOAD
00000048: TIMESTAMP
00000049: GT
0000004a: JUMPDEST
0000004b: ISZERO
0000004c: PUSH1 0x7a
0000004e: JUMPI
0000004f: PUSH1 0x00
00000051: DUP1
00000052: SLOAD
00000053: PUSH20 0xffffffffffffffffffffffffffffffffffffffff
00000068: AND
00000069: SWAP1
0000006a: DUP3
0000006b: PUSH1 0x60
0000006d: DUP3
0000006e: DUP2
0000006f: DUP2
00000070: DUP2
00000071: DUP6
00000072: DUP9
00000073: DUP4
00000074: CALL
00000075: POP
00000076: POP
00000077: POP
00000078: POP
00000079: POP
0000007a: JUMPDEST
0000007b: POP
0000007c: 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 ETH value transfer possible 55 no no
view
trace_id: 0x787083747f7ed92e29ccfd7f4fe22c8112ecb0bb85af4731935e95e4c0442895
call_targets: 0x9a82aba05573c95b3d5b160d008c40ff9587c5d9
target_varies: no
classification: constant_target
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0x787083747f7ed92e29ccfd7f4fe22c8112ecb0bb85af4731935e95e4c0442895",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x9a82aba05573c95b3d5b160d008c40ff9587c5d9"
    ],
    "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": "0x55c87eb0",
            "selector": "0x55c87eb0",
            "calldata_variants": [
                "0x55c87eb0",
                "0x55c87eb00000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 116,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        }
    ],
    "eth_value_calls": 1,
    "guards_detected": []
}
high other detector Untrusted CALL target/value reachable 60 no no
view
trace_id: 0x787083747f7ed92e29ccfd7f4fe22c8112ecb0bb85af4731935e95e4c0442895
call_targets: 0x9a82aba05573c95b3d5b160d008c40ff9587c5d9
target_varies: no
classification: constant_target
validation_json
{
    "sink": "CALL",
    "errors": 0,
    "status": "sink_reached",
    "attempts": 1,
    "trace_id": "0x787083747f7ed92e29ccfd7f4fe22c8112ecb0bb85af4731935e95e4c0442895",
    "confirmed": false,
    "trace_mode": "callTracer",
    "call_targets": [
        "0x9a82aba05573c95b3d5b160d008c40ff9587c5d9"
    ],
    "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": "0x55c87eb0",
            "selector": "0x55c87eb0",
            "calldata_variants": [
                "0x55c87eb0",
                "0x55c87eb00000000000000000000000000000000000000000000000000000000000000000"
            ]
        }
    ]
}
evidence_json
{
    "examples": [
        {
            "pc": 116,
            "opcode": "CALL",
            "returndata_checked": null,
            "value_expression_category": "computed",
            "target_expression_category": "computed"
        }
    ],
    "call_count": 1,
    "guards_detected": [],
    "untrusted_call_count": 1
}