019ba8b4-4ee9-7055-8e4e-7a55ed00c5d6
Open this run to answer one question: is this real attacker-relevant behavior with real impact, or just normal contract plumbing?
| ID | Type | Status | Attempts | Heartbeat |
|---|---|---|---|---|
| 32615 | artifact.fetch | complete | 1 / 3 | 3 months ago |
| 32616 | proxy.resolve | complete | 1 / 3 | 3 months ago |
| 32617 | tool.cast_disasm | complete | 1 / 3 | 3 months ago |
| 32618 | analysis.bundle | complete | 1 / 3 | 3 months ago |
| 32619 | capability.graph | complete | 1 / 3 | 3 months ago |
| 32620 | detector.run | complete | 1 / 3 | 3 months ago |
| 32621 | validation.fork | complete | 1 / 3 | 3 months ago |
{
"method": "eip1967",
"status": "onchain_only",
"implementation": "0xae778bdee927b0d987e6c4702f105921ecf25376",
"onchain_method": "eip1967"
}
No slither job recorded yet.
No codex job recorded yet.
00000000: PUSH1 0x80 00000002: PUSH1 0x40 00000004: MSTORE 00000005: CALLDATASIZE 00000006: ISZERO 00000007: PUSH1 0x54 00000009: JUMPI 0000000a: PUSH32 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc 0000002b: SLOAD 0000002c: PUSH1 0x00 0000002e: SWAP1 0000002f: DUP2 00000030: SWAP1 00000031: DUP2 00000032: SWAP1 00000033: PUSH1 0x01 00000035: PUSH1 0x01 00000037: PUSH1 0xa0 00000039: SHL 0000003a: SUB 0000003b: AND 0000003c: CALLDATASIZE 0000003d: DUP3 0000003e: DUP1 0000003f: CALLDATACOPY 00000040: DUP2 00000041: CALLDATASIZE 00000042: SWAP2 00000043: GAS 00000044: DELEGATECALL 00000045: RETURNDATASIZE 00000046: DUP3 00000047: DUP1 00000048: RETURNDATACOPY 00000049: ISZERO 0000004a: PUSH1 0x50 0000004c: JUMPI 0000004d: RETURNDATASIZE 0000004e: SWAP1 0000004f: RETURN 00000050: JUMPDEST 00000051: RETURNDATASIZE 00000052: SWAP1 00000053: REVERT 00000054: JUMPDEST 00000055: PUSH32 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc 00000076: SLOAD 00000077: PUSH1 0x00 00000079: SWAP1 0000007a: DUP2 0000007b: SWAP1 0000007c: DUP2 0000007d: SWAP1 0000007e: PUSH1 0x01 00000080: PUSH1 0x01 00000082: PUSH1 0xa0 00000084: SHL 00000085: SUB 00000086: AND 00000087: CALLDATASIZE 00000088: DUP3 00000089: DUP1 0000008a: CALLDATACOPY 0000008b: DUP2 0000008c: CALLDATASIZE 0000008d: SWAP2 0000008e: GAS 0000008f: DELEGATECALL 00000090: RETURNDATASIZE 00000091: DUP3 00000092: DUP1 00000093: RETURNDATACOPY 00000094: ISZERO 00000095: PUSH1 0x50 00000097: JUMPI 00000098: RETURNDATASIZE 00000099: SWAP1 0000009a: RETURN
| Severity | Category | Tool | Title | Confidence | Validated | Confirmed | Details |
|---|---|---|---|---|---|---|---|
| critical | upgradeability | detector | Untrusted DELEGATECALL target reachable | 70 | no | no |
viewtrace_id: 0xcb96736d29239dd8397cc14b31ef0e43a6c38de3f3113279d03a6dbd78b38664
call_targets:
0xae778bdee927b0d987e6c4702f105921ecf25376
target_varies:
no
classification:
constant_target
validation_json{
"sink": "DELEGATECALL",
"errors": 0,
"status": "sink_reached",
"attempts": 1,
"trace_id": "0xcb96736d29239dd8397cc14b31ef0e43a6c38de3f3113279d03a6dbd78b38664",
"confirmed": false,
"trace_mode": "callTracer",
"call_targets": [
"0xae778bdee927b0d987e6c4702f105921ecf25376"
],
"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": "0x",
"selector": "fallback",
"calldata_variants": [
"0x"
]
}
]
}
evidence_json{
"examples": [
{
"pc": 68,
"opcode": "DELEGATECALL",
"returndata_checked": null,
"value_expression_category": "n/a",
"target_expression_category": "computed"
},
{
"pc": 143,
"opcode": "DELEGATECALL",
"returndata_checked": null,
"value_expression_category": "n/a",
"target_expression_category": "computed"
}
],
"guards_detected": [],
"delegatecall_count": 2,
"untrusted_delegatecall_count": 2
}
|
| medium | upgradeability | cast | DELEGATECALL present | 80 | no | — |
viewevidence_json{
"notes": "delegatecall enables execution in caller context; common in proxies/upgradeable patterns",
"delegatecall_count": 2
}
|
| info | upgradeability | cast | Likely proxy-like runtime | 60 | no | — |
viewevidence_json{
"notes": "short runtime with SLOAD and DELEGATECALL resembles minimal proxy/upgradeable pattern",
"sload_count": 2,
"total_opcodes": 78,
"delegatecall_count": 2
}
|