019b477e-acd7-72e3-83bb-2a9d6988b499
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 |
|---|---|---|---|---|
| 21301 | artifact.fetch | complete | 1 / 3 | 3 months ago |
| 21302 | tool.cast_disasm | complete | 1 / 3 | 3 months ago |
| 101431 | analysis.bundle | complete | 1 / 3 | 1 week ago |
| 101432 | capability.graph | complete | 1 / 3 | 1 week ago |
| 101433 | detector.run | complete | 1 / 3 | 1 week ago |
| 101434 | validation.fork | complete | 1 / 3 | 1 week ago |
| 113869 | report.consolidate | complete | 1 / 6 | 1 week ago |
No slither job recorded yet.
OpenAI Codex v0.118.0 (research preview) -------- workdir: /tmp/codex-qri3nmtn model: gpt-5.4 provider: openai approval: never sandbox: read-only reasoning effort: high reasoning summaries: none session id: 019d5ca1-555e-7513-b899-aa86cae47376 -------- user You are a security auditor. You ONLY have runtime bytecode + analysis artifacts. You MUST read `BYTECODE_BUNDLE.json` before concluding; it contains the bytecode summary, evidence bundle, callsites, storage slots, and detector findings. Special cases when reasoning from bytecode (be explicit about uncertainty): - Selector inference is best-effort; missing selectors are common. - Fallback/receive paths may be the only entrypoints. - CALL vs DELEGATECALL semantics differ; DELEGATECALL executes in caller storage. - Proxy patterns (EIP-1967, minimal proxies, beacon) change which storage is authoritative. - Storage slots are raw; mappings/arrays appear via keccak patterns, names are unknown. - Guard detection is heuristic; absence of guards does NOT mean unguarded. - Returndata checking is unknown unless explicitly shown in evidence. - Precompiles (0x1..0x9) and common ERC20 transfer selectors may appear; do not over-claim. Output MUST be valid JSON matching the provided schema. - If you find nothing meaningful: set no_findings=true and findings=[]. - Otherwise: set no_findings=false and include findings with severity/category/title. - Locations can be pc references like "pc:0x123" or selectors like "selector:0xa9059cbb". Focus on: reentrancy, access control, upgradeability/proxy issues, signature validation, accounting/invariant breaks, dangerous delegatecall, and untrusted external calls. Be conservative: if evidence is weak, mark severity low/medium and explain why. warning: Codex could not find system bubblewrap on PATH. Please install bubblewrap with your package manager. Codex will use the vendored bubblewrap in the meantime. ERROR: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Apr 8th, 2026 9:11 AM. ERROR: You've hit your usage limit. Visit https://chatgpt.com/codex/settings/usage to purchase more credits or try again at Apr 8th, 2026 9:11 AM.
{
"codex": {
"ran_at": "2026-04-05T07:52:51.983671+00:00",
"returncode": 1
},
"project": {
"mode": "bytecode",
"bytecode_length": 9870,
"bytecode_truncated": false,
"capability_graph_present": true,
"analysis_artifact_present": true
},
"summary": null,
"no_findings": null,
"schema_version": 1
}
00000000: PUSH1 0x60 00000002: PUSH1 0x40 00000004: MSTORE 00000005: PUSH1 0x04 00000007: CALLDATASIZE 00000008: LT 00000009: PUSH2 0x00d0 0000000c: JUMPI 0000000d: PUSH1 0x00 0000000f: CALLDATALOAD 00000010: PUSH29 0x0100000000000000000000000000000000000000000000000000000000 0000002e: SWAP1 0000002f: DIV 00000030: PUSH4 0xffffffff 00000035: AND 00000036: DUP1 00000037: PUSH4 0x06fdde03 0000003c: EQ 0000003d: PUSH2 0x0388 00000040: JUMPI 00000041: DUP1 00000042: PUSH4 0x095ea7b3 00000047: EQ 00000048: PUSH2 0x0416 0000004b: JUMPI 0000004c: DUP1 0000004d: PUSH4 0x18160ddd 00000052: EQ 00000053: PUSH2 0x0470 00000056: JUMPI 00000057: DUP1 00000058: PUSH4 0x2194f3a2 0000005d: EQ 0000005e: PUSH2 0x0499 00000061: JUMPI 00000062: DUP1 00000063: PUSH4 0x23b872dd 00000068: EQ 00000069: PUSH2 0x04ee 0000006c: JUMPI 0000006d: DUP1 0000006e: PUSH4 0x313ce567 00000073: EQ 00000074: PUSH2 0x0567 00000077: JUMPI 00000078: DUP1 00000079: PUSH4 0x54fd4d50 0000007e: EQ 0000007f: PUSH2 0x0596 00000082: JUMPI 00000083: DUP1 00000084: PUSH4 0x65f2bc2e 00000089: EQ 0000008a: PUSH2 0x0624 0000008d: JUMPI 0000008e: DUP1 0000008f: PUSH4 0x70a08231 00000094: EQ 00000095: PUSH2 0x064d 00000098: JUMPI 00000099: DUP1 0000009a: PUSH4 0x933ba413 0000009f: EQ 000000a0: PUSH2 0x069a 000000a3: JUMPI 000000a4: DUP1 000000a5: PUSH4 0x95d89b41 000000aa: EQ 000000ab: PUSH2 0x06c3 000000ae: JUMPI 000000af: DUP1 000000b0: PUSH4 0xa9059cbb 000000b5: EQ 000000b6: PUSH2 0x0751 000000b9: JUMPI 000000ba: DUP1 000000bb: PUSH4 0xcae9ca51 000000c0: EQ 000000c1: PUSH2 0x07ab 000000c4: JUMPI 000000c5: DUP1 000000c6: PUSH4 0xdd62ed3e 000000cb: EQ 000000cc: PUSH2 0x0848 000000cf: JUMPI 000000d0: JUMPDEST 000000d1: PUSH1 0x00 000000d3: CALLVALUE 000000d4: PUSH1 0x08 000000d6: SLOAD 000000d7: ADD 000000d8: PUSH1 0x08 000000da: DUP2 000000db: SWAP1 000000dc: SSTORE 000000dd: POP 000000de: PUSH1 0x07 000000e0: SLOAD 000000e1: CALLVALUE 000000e2: MUL 000000e3: SWAP1 000000e4: POP 000000e5: DUP1 000000e6: PUSH1 0x00 000000e8: DUP1 000000e9: PUSH1 0x09 000000eb: PUSH1 0x00 000000ed: SWAP1 000000ee: SLOAD 000000ef: SWAP1 000000f0: PUSH2 0x0100 000000f3: EXP 000000f4: SWAP1 000000f5: DIV 000000f6: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000010b: AND 0000010c: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000121: AND 00000122: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000137: AND 00000138: DUP2 00000139: MSTORE 0000013a: PUSH1 0x20 0000013c: ADD 0000013d: SWAP1 0000013e: DUP2 0000013f: MSTORE 00000140: PUSH1 0x20 00000142: ADD 00000143: PUSH1 0x00 00000145: KECCAK256 00000146: SLOAD 00000147: LT 00000148: ISZERO 00000149: PUSH2 0x0151 0000014c: JUMPI 0000014d: PUSH2 0x0385 00000150: JUMP 00000151: JUMPDEST 00000152: DUP1 00000153: PUSH1 0x00 00000155: DUP1 00000156: PUSH1 0x09 00000158: PUSH1 0x00 0000015a: SWAP1 0000015b: SLOAD 0000015c: SWAP1 0000015d: PUSH2 0x0100 00000160: EXP 00000161: SWAP1 00000162: DIV 00000163: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000178: AND 00000179: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000018e: AND 0000018f: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000001a4: AND 000001a5: DUP2 000001a6: MSTORE 000001a7: PUSH1 0x20 000001a9: ADD 000001aa: SWAP1 000001ab: DUP2 000001ac: MSTORE 000001ad: PUSH1 0x20 000001af: ADD 000001b0: PUSH1 0x00 000001b2: KECCAK256 000001b3: SLOAD 000001b4: SUB 000001b5: PUSH1 0x00 000001b7: DUP1 000001b8: PUSH1 0x09 000001ba: PUSH1 0x00 000001bc: SWAP1 000001bd: SLOAD 000001be: SWAP1 000001bf: PUSH2 0x0100 000001c2: EXP 000001c3: SWAP1 000001c4: DIV 000001c5: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000001da: AND 000001db: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000001f0: AND 000001f1: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000206: AND 00000207: DUP2 00000208: MSTORE 00000209: PUSH1 0x20 0000020b: ADD 0000020c: SWAP1 0000020d: DUP2 0000020e: MSTORE 0000020f: PUSH1 0x20 00000211: ADD 00000212: PUSH1 0x00 00000214: KECCAK256 00000215: DUP2 00000216: SWAP1 00000217: SSTORE 00000218: POP 00000219: DUP1 0000021a: PUSH1 0x00 0000021c: DUP1 0000021d: CALLER 0000021e: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000233: AND 00000234: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000249: AND 0000024a: DUP2 0000024b: MSTORE 0000024c: PUSH1 0x20 0000024e: ADD 0000024f: SWAP1 00000250: DUP2 00000251: MSTORE 00000252: PUSH1 0x20 00000254: ADD 00000255: PUSH1 0x00 00000257: KECCAK256 00000258: SLOAD 00000259: ADD 0000025a: PUSH1 0x00 0000025c: DUP1 0000025d: CALLER 0000025e: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000273: AND 00000274: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000289: AND 0000028a: DUP2 0000028b: MSTORE 0000028c: PUSH1 0x20 0000028e: ADD 0000028f: SWAP1 00000290: DUP2 00000291: MSTORE 00000292: PUSH1 0x20 00000294: ADD 00000295: PUSH1 0x00 00000297: KECCAK256 00000298: DUP2 00000299: SWAP1 0000029a: SSTORE 0000029b: POP 0000029c: CALLER 0000029d: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000002b2: AND 000002b3: PUSH1 0x09 000002b5: PUSH1 0x00 000002b7: SWAP1 000002b8: SLOAD 000002b9: SWAP1 000002ba: PUSH2 0x0100 000002bd: EXP 000002be: SWAP1 000002bf: DIV 000002c0: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000002d5: AND 000002d6: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000002eb: AND 000002ec: PUSH32 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef 0000030d: DUP4 0000030e: PUSH1 0x40 00000310: MLOAD 00000311: DUP1 00000312: DUP3 00000313: DUP2 00000314: MSTORE 00000315: PUSH1 0x20 00000317: ADD 00000318: SWAP2 00000319: POP 0000031a: POP 0000031b: PUSH1 0x40 0000031d: MLOAD 0000031e: DUP1 0000031f: SWAP2 00000320: SUB 00000321: SWAP1 00000322: LOG3 00000323: PUSH1 0x09 00000325: PUSH1 0x00 00000327: SWAP1 00000328: SLOAD 00000329: SWAP1 0000032a: PUSH2 0x0100 0000032d: EXP 0000032e: SWAP1 0000032f: DIV 00000330: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000345: AND 00000346: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000035b: AND 0000035c: PUSH2 0x08fc 0000035f: CALLVALUE 00000360: SWAP1 00000361: DUP2 00000362: ISZERO 00000363: MUL 00000364: SWAP1 00000365: PUSH1 0x40 00000367: MLOAD 00000368: PUSH1 0x00 0000036a: PUSH1 0x40 0000036c: MLOAD 0000036d: DUP1 0000036e: DUP4 0000036f: SUB 00000370: DUP2 00000371: DUP6 00000372: DUP9 00000373: DUP9 00000374: CALL 00000375: SWAP4 00000376: POP 00000377: POP 00000378: POP 00000379: POP 0000037a: ISZERO 0000037b: ISZERO 0000037c: PUSH2 0x0384 0000037f: JUMPI 00000380: PUSH1 0x00 00000382: DUP1 00000383: REVERT 00000384: JUMPDEST 00000385: JUMPDEST 00000386: POP 00000387: STOP 00000388: JUMPDEST 00000389: CALLVALUE 0000038a: ISZERO 0000038b: PUSH2 0x0393 0000038e: JUMPI 0000038f: PUSH1 0x00 00000391: DUP1 00000392: REVERT 00000393: JUMPDEST 00000394: PUSH2 0x039b 00000397: PUSH2 0x08b4 0000039a: JUMP 0000039b: JUMPDEST 0000039c: PUSH1 0x40 0000039e: MLOAD 0000039f: DUP1 000003a0: DUP1 000003a1: PUSH1 0x20 000003a3: ADD 000003a4: DUP3 000003a5: DUP2 000003a6: SUB 000003a7: DUP3 000003a8: MSTORE 000003a9: DUP4 000003aa: DUP2 000003ab: DUP2 000003ac: MLOAD 000003ad: DUP2 000003ae: MSTORE 000003af: PUSH1 0x20 000003b1: ADD 000003b2: SWAP2 000003b3: POP 000003b4: DUP1 000003b5: MLOAD 000003b6: SWAP1 000003b7: PUSH1 0x20 000003b9: ADD 000003ba: SWAP1 000003bb: DUP1 000003bc: DUP4 000003bd: DUP4 000003be: PUSH1 0x00 000003c0: JUMPDEST 000003c1: DUP4 000003c2: DUP2 000003c3: LT 000003c4: ISZERO 000003c5: PUSH2 0x03db 000003c8: JUMPI 000003c9: DUP1 000003ca: DUP3 000003cb: ADD 000003cc: MLOAD 000003cd: DUP2 000003ce: DUP5 000003cf: ADD 000003d0: MSTORE 000003d1: PUSH1 0x20 000003d3: DUP2 000003d4: ADD 000003d5: SWAP1 000003d6: POP 000003d7: PUSH2 0x03c0 000003da: JUMP 000003db: JUMPDEST 000003dc: POP 000003dd: POP 000003de: POP 000003df: POP 000003e0: SWAP1 000003e1: POP 000003e2: SWAP1 000003e3: DUP2 000003e4: ADD 000003e5: SWAP1 000003e6: PUSH1 0x1f 000003e8: AND 000003e9: DUP1 000003ea: ISZERO 000003eb: PUSH2 0x0408 000003ee: JUMPI 000003ef: DUP1 000003f0: DUP3 000003f1: SUB 000003f2: DUP1 000003f3: MLOAD 000003f4: PUSH1 0x01 000003f6: DUP4 000003f7: PUSH1 0x20 000003f9: SUB 000003fa: PUSH2 0x0100 000003fd: EXP 000003fe: SUB 000003ff: NOT 00000400: AND 00000401: DUP2 00000402: MSTORE 00000403: PUSH1 0x20 00000405: ADD 00000406: SWAP2 00000407: POP 00000408: JUMPDEST 00000409: POP 0000040a: SWAP3 0000040b: POP 0000040c: POP 0000040d: POP 0000040e: PUSH1 0x40 00000410: MLOAD 00000411: DUP1 00000412: SWAP2 00000413: SUB 00000414: SWAP1 00000415: RETURN 00000416: JUMPDEST 00000417: CALLVALUE 00000418: ISZERO 00000419: PUSH2 0x0421 0000041c: JUMPI 0000041d: PUSH1 0x00 0000041f: DUP1 00000420: REVERT 00000421: JUMPDEST 00000422: PUSH2 0x0456 00000425: PUSH1 0x04 00000427: DUP1 00000428: DUP1 00000429: CALLDATALOAD 0000042a: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000043f: AND 00000440: SWAP1 00000441: PUSH1 0x20 00000443: ADD 00000444: SWAP1 00000445: SWAP2 00000446: SWAP1 00000447: DUP1 00000448: CALLDATALOAD 00000449: SWAP1 0000044a: PUSH1 0x20 0000044c: ADD 0000044d: SWAP1 0000044e: SWAP2 0000044f: SWAP1 00000450: POP 00000451: POP 00000452: PUSH2 0x0952 00000455: JUMP 00000456: JUMPDEST 00000457: PUSH1 0x40 00000459: MLOAD 0000045a: DUP1 0000045b: DUP3 0000045c: ISZERO 0000045d: ISZERO 0000045e: ISZERO 0000045f: ISZERO 00000460: DUP2 00000461: MSTORE 00000462: PUSH1 0x20 00000464: ADD 00000465: SWAP2 00000466: POP 00000467: POP 00000468: PUSH1 0x40 0000046a: MLOAD 0000046b: DUP1 0000046c: SWAP2 0000046d: SUB 0000046e: SWAP1 0000046f: RETURN 00000470: JUMPDEST 00000471: CALLVALUE 00000472: ISZERO 00000473: PUSH2 0x047b 00000476: JUMPI 00000477: PUSH1 0x00 00000479: DUP1 0000047a: REVERT 0000047b: JUMPDEST 0000047c: PUSH2 0x0483 0000047f: PUSH2 0x0a44 00000482: JUMP 00000483: JUMPDEST 00000484: PUSH1 0x40 00000486: MLOAD 00000487: DUP1 00000488: DUP3 00000489: DUP2 0000048a: MSTORE 0000048b: PUSH1 0x20 0000048d: ADD 0000048e: SWAP2 0000048f: POP 00000490: POP 00000491: PUSH1 0x40 00000493: MLOAD 00000494: DUP1 00000495: SWAP2 00000496: SUB 00000497: SWAP1 00000498: RETURN 00000499: JUMPDEST 0000049a: CALLVALUE 0000049b: ISZERO 0000049c: PUSH2 0x04a4 0000049f: JUMPI 000004a0: PUSH1 0x00 000004a2: DUP1 000004a3: REVERT 000004a4: JUMPDEST 000004a5: PUSH2 0x04ac 000004a8: PUSH2 0x0a4a 000004ab: JUMP 000004ac: JUMPDEST 000004ad: PUSH1 0x40 000004af: MLOAD 000004b0: DUP1 000004b1: DUP3 000004b2: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000004c7: AND 000004c8: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000004dd: AND 000004de: DUP2 000004df: MSTORE 000004e0: PUSH1 0x20 000004e2: ADD 000004e3: SWAP2 000004e4: POP 000004e5: POP 000004e6: PUSH1 0x40 000004e8: MLOAD 000004e9: DUP1 000004ea: SWAP2 000004eb: SUB 000004ec: SWAP1 000004ed: RETURN 000004ee: JUMPDEST 000004ef: CALLVALUE 000004f0: ISZERO 000004f1: PUSH2 0x04f9 000004f4: JUMPI 000004f5: PUSH1 0x00 000004f7: DUP1 000004f8: REVERT 000004f9: JUMPDEST 000004fa: PUSH2 0x054d 000004fd: PUSH1 0x04 000004ff: DUP1 00000500: DUP1 00000501: CALLDATALOAD 00000502: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000517: AND 00000518: SWAP1 00000519: PUSH1 0x20 0000051b: ADD 0000051c: SWAP1 0000051d: SWAP2 0000051e: SWAP1 0000051f: DUP1 00000520: CALLDATALOAD 00000521: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000536: AND 00000537: SWAP1 00000538: PUSH1 0x20 0000053a: ADD 0000053b: SWAP1 0000053c: SWAP2 0000053d: SWAP1 0000053e: DUP1 0000053f: CALLDATALOAD 00000540: SWAP1 00000541: PUSH1 0x20 00000543: ADD 00000544: SWAP1 00000545: SWAP2 00000546: SWAP1 00000547: POP 00000548: POP 00000549: PUSH2 0x0a70 0000054c: JUMP 0000054d: JUMPDEST 0000054e: PUSH1 0x40 00000550: MLOAD 00000551: DUP1 00000552: DUP3 00000553: ISZERO 00000554: ISZERO 00000555: ISZERO 00000556: ISZERO 00000557: DUP2 00000558: MSTORE 00000559: PUSH1 0x20 0000055b: ADD 0000055c: SWAP2 0000055d: POP 0000055e: POP 0000055f: PUSH1 0x40 00000561: MLOAD 00000562: DUP1 00000563: SWAP2 00000564: SUB 00000565: SWAP1 00000566: RETURN 00000567: JUMPDEST 00000568: CALLVALUE 00000569: ISZERO 0000056a: PUSH2 0x0572 0000056d: JUMPI 0000056e: PUSH1 0x00 00000570: DUP1 00000571: REVERT 00000572: JUMPDEST 00000573: PUSH2 0x057a 00000576: PUSH2 0x0ce9 00000579: JUMP 0000057a: JUMPDEST 0000057b: PUSH1 0x40 0000057d: MLOAD 0000057e: DUP1 0000057f: DUP3 00000580: PUSH1 0xff 00000582: AND 00000583: PUSH1 0xff 00000585: AND 00000586: DUP2 00000587: MSTORE 00000588: PUSH1 0x20 0000058a: ADD 0000058b: SWAP2 0000058c: POP 0000058d: POP 0000058e: PUSH1 0x40 00000590: MLOAD 00000591: DUP1 00000592: SWAP2 00000593: SUB 00000594: SWAP1 00000595: RETURN 00000596: JUMPDEST 00000597: CALLVALUE 00000598: ISZERO 00000599: PUSH2 0x05a1 0000059c: JUMPI 0000059d: PUSH1 0x00 0000059f: DUP1 000005a0: REVERT 000005a1: JUMPDEST 000005a2: PUSH2 0x05a9 000005a5: PUSH2 0x0cfc 000005a8: JUMP 000005a9: JUMPDEST 000005aa: PUSH1 0x40 000005ac: MLOAD 000005ad: DUP1 000005ae: DUP1 000005af: PUSH1 0x20 000005b1: ADD 000005b2: DUP3 000005b3: DUP2 000005b4: SUB 000005b5: DUP3 000005b6: MSTORE 000005b7: DUP4 000005b8: DUP2 000005b9: DUP2 000005ba: MLOAD 000005bb: DUP2 000005bc: MSTORE 000005bd: PUSH1 0x20 000005bf: ADD 000005c0: SWAP2 000005c1: POP 000005c2: DUP1 000005c3: MLOAD 000005c4: SWAP1 000005c5: PUSH1 0x20 000005c7: ADD 000005c8: SWAP1 000005c9: DUP1 000005ca: DUP4 000005cb: DUP4 000005cc: PUSH1 0x00 000005ce: JUMPDEST 000005cf: DUP4 000005d0: DUP2 000005d1: LT 000005d2: ISZERO 000005d3: PUSH2 0x05e9 000005d6: JUMPI 000005d7: DUP1 000005d8: DUP3 000005d9: ADD 000005da: MLOAD 000005db: DUP2 000005dc: DUP5 000005dd: ADD 000005de: MSTORE 000005df: PUSH1 0x20 000005e1: DUP2 000005e2: ADD 000005e3: SWAP1 000005e4: POP 000005e5: PUSH2 0x05ce 000005e8: JUMP 000005e9: JUMPDEST 000005ea: POP 000005eb: POP 000005ec: POP 000005ed: POP 000005ee: SWAP1 000005ef: POP 000005f0: SWAP1 000005f1: DUP2 000005f2: ADD 000005f3: SWAP1 000005f4: PUSH1 0x1f 000005f6: AND 000005f7: DUP1 000005f8: ISZERO 000005f9: PUSH2 0x0616 000005fc: JUMPI 000005fd: DUP1 000005fe: DUP3 000005ff: SUB 00000600: DUP1 00000601: MLOAD 00000602: PUSH1 0x01 00000604: DUP4 00000605: PUSH1 0x20 00000607: SUB 00000608: PUSH2 0x0100 0000060b: EXP 0000060c: SUB 0000060d: NOT 0000060e: AND 0000060f: DUP2 00000610: MSTORE 00000611: PUSH1 0x20 00000613: ADD 00000614: SWAP2 00000615: POP 00000616: JUMPDEST 00000617: POP 00000618: SWAP3 00000619: POP 0000061a: POP 0000061b: POP 0000061c: PUSH1 0x40 0000061e: MLOAD 0000061f: DUP1 00000620: SWAP2 00000621: SUB 00000622: SWAP1 00000623: RETURN 00000624: JUMPDEST 00000625: CALLVALUE 00000626: ISZERO 00000627: PUSH2 0x062f 0000062a: JUMPI 0000062b: PUSH1 0x00 0000062d: DUP1 0000062e: REVERT 0000062f: JUMPDEST 00000630: PUSH2 0x0637 00000633: PUSH2 0x0d9a 00000636: JUMP 00000637: JUMPDEST 00000638: PUSH1 0x40 0000063a: MLOAD 0000063b: DUP1 0000063c: DUP3 0000063d: DUP2 0000063e: MSTORE 0000063f: PUSH1 0x20 00000641: ADD 00000642: SWAP2 00000643: POP 00000644: POP 00000645: PUSH1 0x40 00000647: MLOAD 00000648: DUP1 00000649: SWAP2 0000064a: SUB 0000064b: SWAP1 0000064c: RETURN 0000064d: JUMPDEST 0000064e: CALLVALUE 0000064f: ISZERO 00000650: PUSH2 0x0658 00000653: JUMPI 00000654: PUSH1 0x00 00000656: DUP1 00000657: REVERT 00000658: JUMPDEST 00000659: PUSH2 0x0684 0000065c: PUSH1 0x04 0000065e: DUP1 0000065f: DUP1 00000660: CALLDATALOAD 00000661: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000676: AND 00000677: SWAP1 00000678: PUSH1 0x20 0000067a: ADD 0000067b: SWAP1 0000067c: SWAP2 0000067d: SWAP1 0000067e: POP 0000067f: POP 00000680: PUSH2 0x0da0 00000683: JUMP 00000684: JUMPDEST 00000685: PUSH1 0x40 00000687: MLOAD 00000688: DUP1 00000689: DUP3 0000068a: DUP2 0000068b: MSTORE 0000068c: PUSH1 0x20 0000068e: ADD 0000068f: SWAP2 00000690: POP 00000691: POP 00000692: PUSH1 0x40 00000694: MLOAD 00000695: DUP1 00000696: SWAP2 00000697: SUB 00000698: SWAP1 00000699: RETURN 0000069a: JUMPDEST 0000069b: CALLVALUE 0000069c: ISZERO 0000069d: PUSH2 0x06a5 000006a0: JUMPI 000006a1: PUSH1 0x00 000006a3: DUP1 000006a4: REVERT 000006a5: JUMPDEST 000006a6: PUSH2 0x06ad 000006a9: PUSH2 0x0de8 000006ac: JUMP 000006ad: JUMPDEST 000006ae: PUSH1 0x40 000006b0: MLOAD 000006b1: DUP1 000006b2: DUP3 000006b3: DUP2 000006b4: MSTORE 000006b5: PUSH1 0x20 000006b7: ADD 000006b8: SWAP2 000006b9: POP 000006ba: POP 000006bb: PUSH1 0x40 000006bd: MLOAD 000006be: DUP1 000006bf: SWAP2 000006c0: SUB 000006c1: SWAP1 000006c2: RETURN 000006c3: JUMPDEST 000006c4: CALLVALUE 000006c5: ISZERO 000006c6: PUSH2 0x06ce 000006c9: JUMPI 000006ca: PUSH1 0x00 000006cc: DUP1 000006cd: REVERT 000006ce: JUMPDEST 000006cf: PUSH2 0x06d6 000006d2: PUSH2 0x0dee 000006d5: JUMP 000006d6: JUMPDEST 000006d7: PUSH1 0x40 000006d9: MLOAD 000006da: DUP1 000006db: DUP1 000006dc: PUSH1 0x20 000006de: ADD 000006df: DUP3 000006e0: DUP2 000006e1: SUB 000006e2: DUP3 000006e3: MSTORE 000006e4: DUP4 000006e5: DUP2 000006e6: DUP2 000006e7: MLOAD 000006e8: DUP2 000006e9: MSTORE 000006ea: PUSH1 0x20 000006ec: ADD 000006ed: SWAP2 000006ee: POP 000006ef: DUP1 000006f0: MLOAD 000006f1: SWAP1 000006f2: PUSH1 0x20 000006f4: ADD 000006f5: SWAP1 000006f6: DUP1 000006f7: DUP4 000006f8: DUP4 000006f9: PUSH1 0x00 000006fb: JUMPDEST 000006fc: DUP4 000006fd: DUP2 000006fe: LT 000006ff: ISZERO 00000700: PUSH2 0x0716 00000703: JUMPI 00000704: DUP1 00000705: DUP3 00000706: ADD 00000707: MLOAD 00000708: DUP2 00000709: DUP5 0000070a: ADD 0000070b: MSTORE 0000070c: PUSH1 0x20 0000070e: DUP2 0000070f: ADD 00000710: SWAP1 00000711: POP 00000712: PUSH2 0x06fb 00000715: JUMP 00000716: JUMPDEST 00000717: POP 00000718: POP 00000719: POP 0000071a: POP 0000071b: SWAP1 0000071c: POP 0000071d: SWAP1 0000071e: DUP2 0000071f: ADD 00000720: SWAP1 00000721: PUSH1 0x1f 00000723: AND 00000724: DUP1 00000725: ISZERO 00000726: PUSH2 0x0743 00000729: JUMPI 0000072a: DUP1 0000072b: DUP3 0000072c: SUB 0000072d: DUP1 0000072e: MLOAD 0000072f: PUSH1 0x01 00000731: DUP4 00000732: PUSH1 0x20 00000734: SUB 00000735: PUSH2 0x0100 00000738: EXP 00000739: SUB 0000073a: NOT 0000073b: AND 0000073c: DUP2 0000073d: MSTORE 0000073e: PUSH1 0x20 00000740: ADD 00000741: SWAP2 00000742: POP 00000743: JUMPDEST 00000744: POP 00000745: SWAP3 00000746: POP 00000747: POP 00000748: POP 00000749: PUSH1 0x40 0000074b: MLOAD 0000074c: DUP1 0000074d: SWAP2 0000074e: SUB 0000074f: SWAP1 00000750: RETURN 00000751: JUMPDEST 00000752: CALLVALUE 00000753: ISZERO 00000754: PUSH2 0x075c 00000757: JUMPI 00000758: PUSH1 0x00 0000075a: DUP1 0000075b: REVERT 0000075c: JUMPDEST 0000075d: PUSH2 0x0791 00000760: PUSH1 0x04 00000762: DUP1 00000763: DUP1 00000764: CALLDATALOAD 00000765: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000077a: AND 0000077b: SWAP1 0000077c: PUSH1 0x20 0000077e: ADD 0000077f: SWAP1 00000780: SWAP2 00000781: SWAP1 00000782: DUP1 00000783: CALLDATALOAD 00000784: SWAP1 00000785: PUSH1 0x20 00000787: ADD 00000788: SWAP1 00000789: SWAP2 0000078a: SWAP1 0000078b: POP 0000078c: POP 0000078d: PUSH2 0x0e8c 00000790: JUMP 00000791: JUMPDEST 00000792: PUSH1 0x40 00000794: MLOAD 00000795: DUP1 00000796: DUP3 00000797: ISZERO 00000798: ISZERO 00000799: ISZERO 0000079a: ISZERO 0000079b: DUP2 0000079c: MSTORE 0000079d: PUSH1 0x20 0000079f: ADD 000007a0: SWAP2 000007a1: POP 000007a2: POP 000007a3: PUSH1 0x40 000007a5: MLOAD 000007a6: DUP1 000007a7: SWAP2 000007a8: SUB 000007a9: SWAP1 000007aa: RETURN 000007ab: JUMPDEST 000007ac: CALLVALUE 000007ad: ISZERO 000007ae: PUSH2 0x07b6 000007b1: JUMPI 000007b2: PUSH1 0x00 000007b4: DUP1 000007b5: REVERT 000007b6: JUMPDEST 000007b7: PUSH2 0x082e 000007ba: PUSH1 0x04 000007bc: DUP1 000007bd: DUP1 000007be: CALLDATALOAD 000007bf: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000007d4: AND 000007d5: SWAP1 000007d6: PUSH1 0x20 000007d8: ADD 000007d9: SWAP1 000007da: SWAP2 000007db: SWAP1 000007dc: DUP1 000007dd: CALLDATALOAD 000007de: SWAP1 000007df: PUSH1 0x20 000007e1: ADD 000007e2: SWAP1 000007e3: SWAP2 000007e4: SWAP1 000007e5: DUP1 000007e6: CALLDATALOAD 000007e7: SWAP1 000007e8: PUSH1 0x20 000007ea: ADD 000007eb: SWAP1 000007ec: DUP3 000007ed: ADD 000007ee: DUP1 000007ef: CALLDATALOAD 000007f0: SWAP1 000007f1: PUSH1 0x20 000007f3: ADD 000007f4: SWAP1 000007f5: DUP1 000007f6: DUP1 000007f7: PUSH1 0x1f 000007f9: ADD 000007fa: PUSH1 0x20 000007fc: DUP1 000007fd: SWAP2 000007fe: DIV 000007ff: MUL 00000800: PUSH1 0x20 00000802: ADD 00000803: PUSH1 0x40 00000805: MLOAD 00000806: SWAP1 00000807: DUP2 00000808: ADD 00000809: PUSH1 0x40 0000080b: MSTORE 0000080c: DUP1 0000080d: SWAP4 0000080e: SWAP3 0000080f: SWAP2 00000810: SWAP1 00000811: DUP2 00000812: DUP2 00000813: MSTORE 00000814: PUSH1 0x20 00000816: ADD 00000817: DUP4 00000818: DUP4 00000819: DUP1 0000081a: DUP3 0000081b: DUP5 0000081c: CALLDATACOPY 0000081d: DUP3 0000081e: ADD 0000081f: SWAP2 00000820: POP 00000821: POP 00000822: POP 00000823: POP 00000824: POP 00000825: POP 00000826: SWAP2 00000827: SWAP1 00000828: POP 00000829: POP 0000082a: PUSH2 0x0ff2 0000082d: JUMP 0000082e: JUMPDEST 0000082f: PUSH1 0x40 00000831: MLOAD 00000832: DUP1 00000833: DUP3 00000834: ISZERO 00000835: ISZERO 00000836: ISZERO 00000837: ISZERO 00000838: DUP2 00000839: MSTORE 0000083a: PUSH1 0x20 0000083c: ADD 0000083d: SWAP2 0000083e: POP 0000083f: POP 00000840: PUSH1 0x40 00000842: MLOAD 00000843: DUP1 00000844: SWAP2 00000845: SUB 00000846: SWAP1 00000847: RETURN 00000848: JUMPDEST 00000849: CALLVALUE 0000084a: ISZERO 0000084b: PUSH2 0x0853 0000084e: JUMPI 0000084f: PUSH1 0x00 00000851: DUP1 00000852: REVERT 00000853: JUMPDEST 00000854: PUSH2 0x089e 00000857: PUSH1 0x04 00000859: DUP1 0000085a: DUP1 0000085b: CALLDATALOAD 0000085c: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000871: AND 00000872: SWAP1 00000873: PUSH1 0x20 00000875: ADD 00000876: SWAP1 00000877: SWAP2 00000878: SWAP1 00000879: DUP1 0000087a: CALLDATALOAD 0000087b: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000890: AND 00000891: SWAP1 00000892: PUSH1 0x20 00000894: ADD 00000895: SWAP1 00000896: SWAP2 00000897: SWAP1 00000898: POP 00000899: POP 0000089a: PUSH2 0x1293 0000089d: JUMP 0000089e: JUMPDEST 0000089f: PUSH1 0x40 000008a1: MLOAD 000008a2: DUP1 000008a3: DUP3 000008a4: DUP2 000008a5: MSTORE 000008a6: PUSH1 0x20 000008a8: ADD 000008a9: SWAP2 000008aa: POP 000008ab: POP 000008ac: PUSH1 0x40 000008ae: MLOAD 000008af: DUP1 000008b0: SWAP2 000008b1: SUB 000008b2: SWAP1 000008b3: RETURN 000008b4: JUMPDEST 000008b5: PUSH1 0x03 000008b7: DUP1 000008b8: SLOAD 000008b9: PUSH1 0x01 000008bb: DUP2 000008bc: PUSH1 0x01 000008be: AND 000008bf: ISZERO 000008c0: PUSH2 0x0100 000008c3: MUL 000008c4: SUB 000008c5: AND 000008c6: PUSH1 0x02 000008c8: SWAP1 000008c9: DIV 000008ca: DUP1 000008cb: PUSH1 0x1f 000008cd: ADD 000008ce: PUSH1 0x20 000008d0: DUP1 000008d1: SWAP2 000008d2: DIV 000008d3: MUL 000008d4: PUSH1 0x20 000008d6: ADD 000008d7: PUSH1 0x40 000008d9: MLOAD 000008da: SWAP1 000008db: DUP2 000008dc: ADD 000008dd: PUSH1 0x40 000008df: MSTORE 000008e0: DUP1 000008e1: SWAP3 000008e2: SWAP2 000008e3: SWAP1 000008e4: DUP2 000008e5: DUP2 000008e6: MSTORE 000008e7: PUSH1 0x20 000008e9: ADD 000008ea: DUP3 000008eb: DUP1 000008ec: SLOAD 000008ed: PUSH1 0x01 000008ef: DUP2 000008f0: PUSH1 0x01 000008f2: AND 000008f3: ISZERO 000008f4: PUSH2 0x0100 000008f7: MUL 000008f8: SUB 000008f9: AND 000008fa: PUSH1 0x02 000008fc: SWAP1 000008fd: DIV 000008fe: DUP1 000008ff: ISZERO 00000900: PUSH2 0x094a 00000903: JUMPI 00000904: DUP1 00000905: PUSH1 0x1f 00000907: LT 00000908: PUSH2 0x091f 0000090b: JUMPI 0000090c: PUSH2 0x0100 0000090f: DUP1 00000910: DUP4 00000911: SLOAD 00000912: DIV 00000913: MUL 00000914: DUP4 00000915: MSTORE 00000916: SWAP2 00000917: PUSH1 0x20 00000919: ADD 0000091a: SWAP2 0000091b: PUSH2 0x094a 0000091e: JUMP 0000091f: JUMPDEST 00000920: DUP3 00000921: ADD 00000922: SWAP2 00000923: SWAP1 00000924: PUSH1 0x00 00000926: MSTORE 00000927: PUSH1 0x20 00000929: PUSH1 0x00 0000092b: KECCAK256 0000092c: SWAP1 0000092d: JUMPDEST 0000092e: DUP2 0000092f: SLOAD 00000930: DUP2 00000931: MSTORE 00000932: SWAP1 00000933: PUSH1 0x01 00000935: ADD 00000936: SWAP1 00000937: PUSH1 0x20 00000939: ADD 0000093a: DUP1 0000093b: DUP4 0000093c: GT 0000093d: PUSH2 0x092d 00000940: JUMPI 00000941: DUP3 00000942: SWAP1 00000943: SUB 00000944: PUSH1 0x1f 00000946: AND 00000947: DUP3 00000948: ADD 00000949: SWAP2 0000094a: JUMPDEST 0000094b: POP 0000094c: POP 0000094d: POP 0000094e: POP 0000094f: POP 00000950: DUP2 00000951: JUMP 00000952: JUMPDEST 00000953: PUSH1 0x00 00000955: DUP2 00000956: PUSH1 0x01 00000958: PUSH1 0x00 0000095a: CALLER 0000095b: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000970: AND 00000971: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000986: AND 00000987: DUP2 00000988: MSTORE 00000989: PUSH1 0x20 0000098b: ADD 0000098c: SWAP1 0000098d: DUP2 0000098e: MSTORE 0000098f: PUSH1 0x20 00000991: ADD 00000992: PUSH1 0x00 00000994: KECCAK256 00000995: PUSH1 0x00 00000997: DUP6 00000998: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000009ad: AND 000009ae: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000009c3: AND 000009c4: DUP2 000009c5: MSTORE 000009c6: PUSH1 0x20 000009c8: ADD 000009c9: SWAP1 000009ca: DUP2 000009cb: MSTORE 000009cc: PUSH1 0x20 000009ce: ADD 000009cf: PUSH1 0x00 000009d1: KECCAK256 000009d2: DUP2 000009d3: SWAP1 000009d4: SSTORE 000009d5: POP 000009d6: DUP3 000009d7: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000009ec: AND 000009ed: CALLER 000009ee: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000a03: AND 00000a04: PUSH32 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925 00000a25: DUP5 00000a26: PUSH1 0x40 00000a28: MLOAD 00000a29: DUP1 00000a2a: DUP3 00000a2b: DUP2 00000a2c: MSTORE 00000a2d: PUSH1 0x20 00000a2f: ADD 00000a30: SWAP2 00000a31: POP 00000a32: POP 00000a33: PUSH1 0x40 00000a35: MLOAD 00000a36: DUP1 00000a37: SWAP2 00000a38: SUB 00000a39: SWAP1 00000a3a: LOG3 00000a3b: PUSH1 0x01 00000a3d: SWAP1 00000a3e: POP 00000a3f: SWAP3 00000a40: SWAP2 00000a41: POP 00000a42: POP 00000a43: JUMP 00000a44: JUMPDEST 00000a45: PUSH1 0x02 00000a47: SLOAD 00000a48: DUP2 00000a49: JUMP 00000a4a: JUMPDEST 00000a4b: PUSH1 0x09 00000a4d: PUSH1 0x00 00000a4f: SWAP1 00000a50: SLOAD 00000a51: SWAP1 00000a52: PUSH2 0x0100 00000a55: EXP 00000a56: SWAP1 00000a57: DIV 00000a58: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000a6d: AND 00000a6e: DUP2 00000a6f: JUMP 00000a70: JUMPDEST 00000a71: PUSH1 0x00 00000a73: DUP2 00000a74: PUSH1 0x00 00000a76: DUP1 00000a77: DUP7 00000a78: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000a8d: AND 00000a8e: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000aa3: AND 00000aa4: DUP2 00000aa5: MSTORE 00000aa6: PUSH1 0x20 00000aa8: ADD 00000aa9: SWAP1 00000aaa: DUP2 00000aab: MSTORE 00000aac: PUSH1 0x20 00000aae: ADD 00000aaf: PUSH1 0x00 00000ab1: KECCAK256 00000ab2: SLOAD 00000ab3: LT 00000ab4: ISZERO 00000ab5: DUP1 00000ab6: ISZERO 00000ab7: PUSH2 0x0b3c 00000aba: JUMPI 00000abb: POP 00000abc: DUP2 00000abd: PUSH1 0x01 00000abf: PUSH1 0x00 00000ac1: DUP7 00000ac2: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000ad7: AND 00000ad8: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000aed: AND 00000aee: DUP2 00000aef: MSTORE 00000af0: PUSH1 0x20 00000af2: ADD 00000af3: SWAP1 00000af4: DUP2 00000af5: MSTORE 00000af6: PUSH1 0x20 00000af8: ADD 00000af9: PUSH1 0x00 00000afb: KECCAK256 00000afc: PUSH1 0x00 00000afe: CALLER 00000aff: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000b14: AND 00000b15: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000b2a: AND 00000b2b: DUP2 00000b2c: MSTORE 00000b2d: PUSH1 0x20 00000b2f: ADD 00000b30: SWAP1 00000b31: DUP2 00000b32: MSTORE 00000b33: PUSH1 0x20 00000b35: ADD 00000b36: PUSH1 0x00 00000b38: KECCAK256 00000b39: SLOAD 00000b3a: LT 00000b3b: ISZERO 00000b3c: JUMPDEST 00000b3d: DUP1 00000b3e: ISZERO 00000b3f: PUSH2 0x0b48 00000b42: JUMPI 00000b43: POP 00000b44: PUSH1 0x00 00000b46: DUP3 00000b47: GT 00000b48: JUMPDEST 00000b49: ISZERO 00000b4a: PUSH2 0x0cdd 00000b4d: JUMPI 00000b4e: DUP2 00000b4f: PUSH1 0x00 00000b51: DUP1 00000b52: DUP6 00000b53: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000b68: AND 00000b69: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000b7e: AND 00000b7f: DUP2 00000b80: MSTORE 00000b81: PUSH1 0x20 00000b83: ADD 00000b84: SWAP1 00000b85: DUP2 00000b86: MSTORE 00000b87: PUSH1 0x20 00000b89: ADD 00000b8a: PUSH1 0x00 00000b8c: KECCAK256 00000b8d: PUSH1 0x00 00000b8f: DUP3 00000b90: DUP3 00000b91: SLOAD 00000b92: ADD 00000b93: SWAP3 00000b94: POP 00000b95: POP 00000b96: DUP2 00000b97: SWAP1 00000b98: SSTORE 00000b99: POP 00000b9a: DUP2 00000b9b: PUSH1 0x00 00000b9d: DUP1 00000b9e: DUP7 00000b9f: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000bb4: AND 00000bb5: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000bca: AND 00000bcb: DUP2 00000bcc: MSTORE 00000bcd: PUSH1 0x20 00000bcf: ADD 00000bd0: SWAP1 00000bd1: DUP2 00000bd2: MSTORE 00000bd3: PUSH1 0x20 00000bd5: ADD 00000bd6: PUSH1 0x00 00000bd8: KECCAK256 00000bd9: PUSH1 0x00 00000bdb: DUP3 00000bdc: DUP3 00000bdd: SLOAD 00000bde: SUB 00000bdf: SWAP3 00000be0: POP 00000be1: POP 00000be2: DUP2 00000be3: SWAP1 00000be4: SSTORE 00000be5: POP 00000be6: DUP2 00000be7: PUSH1 0x01 00000be9: PUSH1 0x00 00000beb: DUP7 00000bec: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000c01: AND 00000c02: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000c17: AND 00000c18: DUP2 00000c19: MSTORE 00000c1a: PUSH1 0x20 00000c1c: ADD 00000c1d: SWAP1 00000c1e: DUP2 00000c1f: MSTORE 00000c20: PUSH1 0x20 00000c22: ADD 00000c23: PUSH1 0x00 00000c25: KECCAK256 00000c26: PUSH1 0x00 00000c28: CALLER 00000c29: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000c3e: AND 00000c3f: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000c54: AND 00000c55: DUP2 00000c56: MSTORE 00000c57: PUSH1 0x20 00000c59: ADD 00000c5a: SWAP1 00000c5b: DUP2 00000c5c: MSTORE 00000c5d: PUSH1 0x20 00000c5f: ADD 00000c60: PUSH1 0x00 00000c62: KECCAK256 00000c63: PUSH1 0x00 00000c65: DUP3 00000c66: DUP3 00000c67: SLOAD 00000c68: SUB 00000c69: SWAP3 00000c6a: POP 00000c6b: POP 00000c6c: DUP2 00000c6d: SWAP1 00000c6e: SSTORE 00000c6f: POP 00000c70: DUP3 00000c71: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000c86: AND 00000c87: DUP5 00000c88: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000c9d: AND 00000c9e: PUSH32 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef 00000cbf: DUP5 00000cc0: PUSH1 0x40 00000cc2: MLOAD 00000cc3: DUP1 00000cc4: DUP3 00000cc5: DUP2 00000cc6: MSTORE 00000cc7: PUSH1 0x20 00000cc9: ADD 00000cca: SWAP2 00000ccb: POP 00000ccc: POP 00000ccd: PUSH1 0x40 00000ccf: MLOAD 00000cd0: DUP1 00000cd1: SWAP2 00000cd2: SUB 00000cd3: SWAP1 00000cd4: LOG3 00000cd5: PUSH1 0x01 00000cd7: SWAP1 00000cd8: POP 00000cd9: PUSH2 0x0ce2 00000cdc: JUMP 00000cdd: JUMPDEST 00000cde: PUSH1 0x00 00000ce0: SWAP1 00000ce1: POP 00000ce2: JUMPDEST 00000ce3: SWAP4 00000ce4: SWAP3 00000ce5: POP 00000ce6: POP 00000ce7: POP 00000ce8: JUMP 00000ce9: JUMPDEST 00000cea: PUSH1 0x04 00000cec: PUSH1 0x00 00000cee: SWAP1 00000cef: SLOAD 00000cf0: SWAP1 00000cf1: PUSH2 0x0100 00000cf4: EXP 00000cf5: SWAP1 00000cf6: DIV 00000cf7: PUSH1 0xff 00000cf9: AND 00000cfa: DUP2 00000cfb: JUMP 00000cfc: JUMPDEST 00000cfd: PUSH1 0x06 00000cff: DUP1 00000d00: SLOAD 00000d01: PUSH1 0x01 00000d03: DUP2 00000d04: PUSH1 0x01 00000d06: AND 00000d07: ISZERO 00000d08: PUSH2 0x0100 00000d0b: MUL 00000d0c: SUB 00000d0d: AND 00000d0e: PUSH1 0x02 00000d10: SWAP1 00000d11: DIV 00000d12: DUP1 00000d13: PUSH1 0x1f 00000d15: ADD 00000d16: PUSH1 0x20 00000d18: DUP1 00000d19: SWAP2 00000d1a: DIV 00000d1b: MUL 00000d1c: PUSH1 0x20 00000d1e: ADD 00000d1f: PUSH1 0x40 00000d21: MLOAD 00000d22: SWAP1 00000d23: DUP2 00000d24: ADD 00000d25: PUSH1 0x40 00000d27: MSTORE 00000d28: DUP1 00000d29: SWAP3 00000d2a: SWAP2 00000d2b: SWAP1 00000d2c: DUP2 00000d2d: DUP2 00000d2e: MSTORE 00000d2f: PUSH1 0x20 00000d31: ADD 00000d32: DUP3 00000d33: DUP1 00000d34: SLOAD 00000d35: PUSH1 0x01 00000d37: DUP2 00000d38: PUSH1 0x01 00000d3a: AND 00000d3b: ISZERO 00000d3c: PUSH2 0x0100 00000d3f: MUL 00000d40: SUB 00000d41: AND 00000d42: PUSH1 0x02 00000d44: SWAP1 00000d45: DIV 00000d46: DUP1 00000d47: ISZERO 00000d48: PUSH2 0x0d92 00000d4b: JUMPI 00000d4c: DUP1 00000d4d: PUSH1 0x1f 00000d4f: LT 00000d50: PUSH2 0x0d67 00000d53: JUMPI 00000d54: PUSH2 0x0100 00000d57: DUP1 00000d58: DUP4 00000d59: SLOAD 00000d5a: DIV 00000d5b: MUL 00000d5c: DUP4 00000d5d: MSTORE 00000d5e: SWAP2 00000d5f: PUSH1 0x20 00000d61: ADD 00000d62: SWAP2 00000d63: PUSH2 0x0d92 00000d66: JUMP 00000d67: JUMPDEST 00000d68: DUP3 00000d69: ADD 00000d6a: SWAP2 00000d6b: SWAP1 00000d6c: PUSH1 0x00 00000d6e: MSTORE 00000d6f: PUSH1 0x20 00000d71: PUSH1 0x00 00000d73: KECCAK256 00000d74: SWAP1 00000d75: JUMPDEST 00000d76: DUP2 00000d77: SLOAD 00000d78: DUP2 00000d79: MSTORE 00000d7a: SWAP1 00000d7b: PUSH1 0x01 00000d7d: ADD 00000d7e: SWAP1 00000d7f: PUSH1 0x20 00000d81: ADD 00000d82: DUP1 00000d83: DUP4 00000d84: GT 00000d85: PUSH2 0x0d75 00000d88: JUMPI 00000d89: DUP3 00000d8a: SWAP1 00000d8b: SUB 00000d8c: PUSH1 0x1f 00000d8e: AND 00000d8f: DUP3 00000d90: ADD 00000d91: SWAP2 00000d92: JUMPDEST 00000d93: POP 00000d94: POP 00000d95: POP 00000d96: POP 00000d97: POP 00000d98: DUP2 00000d99: JUMP 00000d9a: JUMPDEST 00000d9b: PUSH1 0x07 00000d9d: SLOAD 00000d9e: DUP2 00000d9f: JUMP 00000da0: JUMPDEST 00000da1: PUSH1 0x00 00000da3: DUP1 00000da4: PUSH1 0x00 00000da6: DUP4 00000da7: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000dbc: AND 00000dbd: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000dd2: AND 00000dd3: DUP2 00000dd4: MSTORE 00000dd5: PUSH1 0x20 00000dd7: ADD 00000dd8: SWAP1 00000dd9: DUP2 00000dda: MSTORE 00000ddb: PUSH1 0x20 00000ddd: ADD 00000dde: PUSH1 0x00 00000de0: KECCAK256 00000de1: SLOAD 00000de2: SWAP1 00000de3: POP 00000de4: SWAP2 00000de5: SWAP1 00000de6: POP 00000de7: JUMP 00000de8: JUMPDEST 00000de9: PUSH1 0x08 00000deb: SLOAD 00000dec: DUP2 00000ded: JUMP 00000dee: JUMPDEST 00000def: PUSH1 0x05 00000df1: DUP1 00000df2: SLOAD 00000df3: PUSH1 0x01 00000df5: DUP2 00000df6: PUSH1 0x01 00000df8: AND 00000df9: ISZERO 00000dfa: PUSH2 0x0100 00000dfd: MUL 00000dfe: SUB 00000dff: AND 00000e00: PUSH1 0x02 00000e02: SWAP1 00000e03: DIV 00000e04: DUP1 00000e05: PUSH1 0x1f 00000e07: ADD 00000e08: PUSH1 0x20 00000e0a: DUP1 00000e0b: SWAP2 00000e0c: DIV 00000e0d: MUL 00000e0e: PUSH1 0x20 00000e10: ADD 00000e11: PUSH1 0x40 00000e13: MLOAD 00000e14: SWAP1 00000e15: DUP2 00000e16: ADD 00000e17: PUSH1 0x40 00000e19: MSTORE 00000e1a: DUP1 00000e1b: SWAP3 00000e1c: SWAP2 00000e1d: SWAP1 00000e1e: DUP2 00000e1f: DUP2 00000e20: MSTORE 00000e21: PUSH1 0x20 00000e23: ADD 00000e24: DUP3 00000e25: DUP1 00000e26: SLOAD 00000e27: PUSH1 0x01 00000e29: DUP2 00000e2a: PUSH1 0x01 00000e2c: AND 00000e2d: ISZERO 00000e2e: PUSH2 0x0100 00000e31: MUL 00000e32: SUB 00000e33: AND 00000e34: PUSH1 0x02 00000e36: SWAP1 00000e37: DIV 00000e38: DUP1 00000e39: ISZERO 00000e3a: PUSH2 0x0e84 00000e3d: JUMPI 00000e3e: DUP1 00000e3f: PUSH1 0x1f 00000e41: LT 00000e42: PUSH2 0x0e59 00000e45: JUMPI 00000e46: PUSH2 0x0100 00000e49: DUP1 00000e4a: DUP4 00000e4b: SLOAD 00000e4c: DIV 00000e4d: MUL 00000e4e: DUP4 00000e4f: MSTORE 00000e50: SWAP2 00000e51: PUSH1 0x20 00000e53: ADD 00000e54: SWAP2 00000e55: PUSH2 0x0e84 00000e58: JUMP 00000e59: JUMPDEST 00000e5a: DUP3 00000e5b: ADD 00000e5c: SWAP2 00000e5d: SWAP1 00000e5e: PUSH1 0x00 00000e60: MSTORE 00000e61: PUSH1 0x20 00000e63: PUSH1 0x00 00000e65: KECCAK256 00000e66: SWAP1 00000e67: JUMPDEST 00000e68: DUP2 00000e69: SLOAD 00000e6a: DUP2 00000e6b: MSTORE 00000e6c: SWAP1 00000e6d: PUSH1 0x01 00000e6f: ADD 00000e70: SWAP1 00000e71: PUSH1 0x20 00000e73: ADD 00000e74: DUP1 00000e75: DUP4 00000e76: GT 00000e77: PUSH2 0x0e67 00000e7a: JUMPI 00000e7b: DUP3 00000e7c: SWAP1 00000e7d: SUB 00000e7e: PUSH1 0x1f 00000e80: AND 00000e81: DUP3 00000e82: ADD 00000e83: SWAP2 00000e84: JUMPDEST 00000e85: POP 00000e86: POP 00000e87: POP 00000e88: POP 00000e89: POP 00000e8a: DUP2 00000e8b: JUMP 00000e8c: JUMPDEST 00000e8d: PUSH1 0x00 00000e8f: DUP2 00000e90: PUSH1 0x00 00000e92: DUP1 00000e93: CALLER 00000e94: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000ea9: AND 00000eaa: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000ebf: AND 00000ec0: DUP2 00000ec1: MSTORE 00000ec2: PUSH1 0x20 00000ec4: ADD 00000ec5: SWAP1 00000ec6: DUP2 00000ec7: MSTORE 00000ec8: PUSH1 0x20 00000eca: ADD 00000ecb: PUSH1 0x00 00000ecd: KECCAK256 00000ece: SLOAD 00000ecf: LT 00000ed0: ISZERO 00000ed1: DUP1 00000ed2: ISZERO 00000ed3: PUSH2 0x0edc 00000ed6: JUMPI 00000ed7: POP 00000ed8: PUSH1 0x00 00000eda: DUP3 00000edb: GT 00000edc: JUMPDEST 00000edd: ISZERO 00000ede: PUSH2 0x0fe7 00000ee1: JUMPI 00000ee2: DUP2 00000ee3: PUSH1 0x00 00000ee5: DUP1 00000ee6: CALLER 00000ee7: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000efc: AND 00000efd: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000f12: AND 00000f13: DUP2 00000f14: MSTORE 00000f15: PUSH1 0x20 00000f17: ADD 00000f18: SWAP1 00000f19: DUP2 00000f1a: MSTORE 00000f1b: PUSH1 0x20 00000f1d: ADD 00000f1e: PUSH1 0x00 00000f20: KECCAK256 00000f21: PUSH1 0x00 00000f23: DUP3 00000f24: DUP3 00000f25: SLOAD 00000f26: SUB 00000f27: SWAP3 00000f28: POP 00000f29: POP 00000f2a: DUP2 00000f2b: SWAP1 00000f2c: SSTORE 00000f2d: POP 00000f2e: DUP2 00000f2f: PUSH1 0x00 00000f31: DUP1 00000f32: DUP6 00000f33: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000f48: AND 00000f49: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000f5e: AND 00000f5f: DUP2 00000f60: MSTORE 00000f61: PUSH1 0x20 00000f63: ADD 00000f64: SWAP1 00000f65: DUP2 00000f66: MSTORE 00000f67: PUSH1 0x20 00000f69: ADD 00000f6a: PUSH1 0x00 00000f6c: KECCAK256 00000f6d: PUSH1 0x00 00000f6f: DUP3 00000f70: DUP3 00000f71: SLOAD 00000f72: ADD 00000f73: SWAP3 00000f74: POP 00000f75: POP 00000f76: DUP2 00000f77: SWAP1 00000f78: SSTORE 00000f79: POP 00000f7a: DUP3 00000f7b: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000f90: AND 00000f91: CALLER 00000f92: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00000fa7: AND 00000fa8: PUSH32 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef 00000fc9: DUP5 00000fca: PUSH1 0x40 00000fcc: MLOAD 00000fcd: DUP1 00000fce: DUP3 00000fcf: DUP2 00000fd0: MSTORE 00000fd1: PUSH1 0x20 00000fd3: ADD 00000fd4: SWAP2 00000fd5: POP 00000fd6: POP 00000fd7: PUSH1 0x40 00000fd9: MLOAD 00000fda: DUP1 00000fdb: SWAP2 00000fdc: SUB 00000fdd: SWAP1 00000fde: LOG3 00000fdf: PUSH1 0x01 00000fe1: SWAP1 00000fe2: POP 00000fe3: PUSH2 0x0fec 00000fe6: JUMP 00000fe7: JUMPDEST 00000fe8: PUSH1 0x00 00000fea: SWAP1 00000feb: POP 00000fec: JUMPDEST 00000fed: SWAP3 00000fee: SWAP2 00000fef: POP 00000ff0: POP 00000ff1: JUMP 00000ff2: JUMPDEST 00000ff3: PUSH1 0x00 00000ff5: DUP3 00000ff6: PUSH1 0x01 00000ff8: PUSH1 0x00 00000ffa: CALLER 00000ffb: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00001010: AND 00001011: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00001026: AND 00001027: DUP2 00001028: MSTORE 00001029: PUSH1 0x20 0000102b: ADD 0000102c: SWAP1 0000102d: DUP2 0000102e: MSTORE 0000102f: PUSH1 0x20 00001031: ADD 00001032: PUSH1 0x00 00001034: KECCAK256 00001035: PUSH1 0x00 00001037: DUP7 00001038: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000104d: AND 0000104e: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00001063: AND 00001064: DUP2 00001065: MSTORE 00001066: PUSH1 0x20 00001068: ADD 00001069: SWAP1 0000106a: DUP2 0000106b: MSTORE 0000106c: PUSH1 0x20 0000106e: ADD 0000106f: PUSH1 0x00 00001071: KECCAK256 00001072: DUP2 00001073: SWAP1 00001074: SSTORE 00001075: POP 00001076: DUP4 00001077: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 0000108c: AND 0000108d: CALLER 0000108e: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000010a3: AND 000010a4: PUSH32 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925 000010c5: DUP6 000010c6: PUSH1 0x40 000010c8: MLOAD 000010c9: DUP1 000010ca: DUP3 000010cb: DUP2 000010cc: MSTORE 000010cd: PUSH1 0x20 000010cf: ADD 000010d0: SWAP2 000010d1: POP 000010d2: POP 000010d3: PUSH1 0x40 000010d5: MLOAD 000010d6: DUP1 000010d7: SWAP2 000010d8: SUB 000010d9: SWAP1 000010da: LOG3 000010db: DUP4 000010dc: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000010f1: AND 000010f2: PUSH1 0x40 000010f4: MLOAD 000010f5: DUP1 000010f6: DUP1 000010f7: PUSH32 0x72656365697665417070726f76616c28616464726573732c75696e743235362c 00001118: DUP2 00001119: MSTORE 0000111a: PUSH1 0x20 0000111c: ADD 0000111d: PUSH32 0x616464726573732c627974657329000000000000000000000000000000000000 0000113e: DUP2 0000113f: MSTORE 00001140: POP 00001141: PUSH1 0x2e 00001143: ADD 00001144: SWAP1 00001145: POP 00001146: PUSH1 0x40 00001148: MLOAD 00001149: DUP1 0000114a: SWAP2 0000114b: SUB 0000114c: SWAP1 0000114d: KECCAK256 0000114e: PUSH29 0x0100000000000000000000000000000000000000000000000000000000 0000116c: SWAP1 0000116d: DIV 0000116e: CALLER 0000116f: DUP6 00001170: ADDRESS 00001171: DUP7 00001172: PUSH1 0x40 00001174: MLOAD 00001175: DUP6 00001176: PUSH4 0xffffffff 0000117b: AND 0000117c: PUSH29 0x0100000000000000000000000000000000000000000000000000000000 0000119a: MUL 0000119b: DUP2 0000119c: MSTORE 0000119d: PUSH1 0x04 0000119f: ADD 000011a0: DUP1 000011a1: DUP6 000011a2: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000011b7: AND 000011b8: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000011cd: AND 000011ce: DUP2 000011cf: MSTORE 000011d0: PUSH1 0x20 000011d2: ADD 000011d3: DUP5 000011d4: DUP2 000011d5: MSTORE 000011d6: PUSH1 0x20 000011d8: ADD 000011d9: DUP4 000011da: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000011ef: AND 000011f0: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00001205: AND 00001206: DUP2 00001207: MSTORE 00001208: PUSH1 0x20 0000120a: ADD 0000120b: DUP3 0000120c: DUP1 0000120d: MLOAD 0000120e: SWAP1 0000120f: PUSH1 0x20 00001211: ADD 00001212: SWAP1 00001213: DUP1 00001214: DUP4 00001215: DUP4 00001216: PUSH1 0x00 00001218: JUMPDEST 00001219: DUP4 0000121a: DUP2 0000121b: LT 0000121c: ISZERO 0000121d: PUSH2 0x1233 00001220: JUMPI 00001221: DUP1 00001222: DUP3 00001223: ADD 00001224: MLOAD 00001225: DUP2 00001226: DUP5 00001227: ADD 00001228: MSTORE 00001229: PUSH1 0x20 0000122b: DUP2 0000122c: ADD 0000122d: SWAP1 0000122e: POP 0000122f: PUSH2 0x1218 00001232: JUMP 00001233: JUMPDEST 00001234: POP 00001235: POP 00001236: POP 00001237: POP 00001238: SWAP1 00001239: POP 0000123a: SWAP1 0000123b: DUP2 0000123c: ADD 0000123d: SWAP1 0000123e: PUSH1 0x1f 00001240: AND 00001241: DUP1 00001242: ISZERO 00001243: PUSH2 0x1260 00001246: JUMPI 00001247: DUP1 00001248: DUP3 00001249: SUB 0000124a: DUP1 0000124b: MLOAD 0000124c: PUSH1 0x01 0000124e: DUP4 0000124f: PUSH1 0x20 00001251: SUB 00001252: PUSH2 0x0100 00001255: EXP 00001256: SUB 00001257: NOT 00001258: AND 00001259: DUP2 0000125a: MSTORE 0000125b: PUSH1 0x20 0000125d: ADD 0000125e: SWAP2 0000125f: POP 00001260: JUMPDEST 00001261: POP 00001262: SWAP5 00001263: POP 00001264: POP 00001265: POP 00001266: POP 00001267: POP 00001268: PUSH1 0x00 0000126a: PUSH1 0x40 0000126c: MLOAD 0000126d: DUP1 0000126e: DUP4 0000126f: SUB 00001270: DUP2 00001271: PUSH1 0x00 00001273: DUP8 00001274: PUSH2 0x646e 00001277: GAS 00001278: SUB 00001279: CALL 0000127a: SWAP3 0000127b: POP 0000127c: POP 0000127d: POP 0000127e: ISZERO 0000127f: ISZERO 00001280: PUSH2 0x1288 00001283: JUMPI 00001284: PUSH1 0x00 00001286: DUP1 00001287: REVERT 00001288: JUMPDEST 00001289: PUSH1 0x01 0000128b: SWAP1 0000128c: POP 0000128d: SWAP4 0000128e: SWAP3 0000128f: POP 00001290: POP 00001291: POP 00001292: JUMP 00001293: JUMPDEST 00001294: PUSH1 0x00 00001296: PUSH1 0x01 00001298: PUSH1 0x00 0000129a: DUP5 0000129b: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000012b0: AND 000012b1: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000012c6: AND 000012c7: DUP2 000012c8: MSTORE 000012c9: PUSH1 0x20 000012cb: ADD 000012cc: SWAP1 000012cd: DUP2 000012ce: MSTORE 000012cf: PUSH1 0x20 000012d1: ADD 000012d2: PUSH1 0x00 000012d4: KECCAK256 000012d5: PUSH1 0x00 000012d7: DUP4 000012d8: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 000012ed: AND 000012ee: PUSH20 0xffffffffffffffffffffffffffffffffffffffff 00001303: AND 00001304: DUP2 00001305: MSTORE 00001306: PUSH1 0x20 00001308: ADD 00001309: SWAP1 0000130a: DUP2 0000130b: MSTORE 0000130c: PUSH1 0x20 0000130e: ADD 0000130f: PUSH1 0x00 00001311: KECCAK256 00001312: SLOAD 00001313: SWAP1 00001314: POP 00001315: SWAP3 00001316: SWAP2 00001317: POP 00001318: POP 00001319: JUMP 0000131a: STOP 0000131b: LOG1 0000131c: PUSH6 0x627a7a723058 00001323: KECCAK256 00001324: UNKNOWN(0xED) 00001325: PUSH17 0xb4387b2dbab2cd3a738235639ad0637836 00001337: UNKNOWN(0xEF) 00001338: CALLVALUE 00001339: SMOD 0000133a: UNKNOWN(0x23) 0000133b: DIV 0000133c: UNKNOWN(0xC8) 0000133d: SWAP14 0000133e: UNKNOWN(0xB9) 0000133f: UNKNOWN(0x24) 00001340: CODECOPY 00001341: EXTCODECOPY 00001342: SWAP6 00001343: OR 00001344: STOP 00001345: UNKNOWN(0x29)
| Severity | Category | Tool | Title | Confidence | Validated | Confirmed | Details |
|---|---|---|---|---|---|---|---|
| high | other | detector | ETH value transfer possible | 55 | yes | yes |
viewtrace_id: 0x503c3040f42cb2f223a221771f116352dc28dcdd35c404574d6f7f90c2f28275
call_targets:
0x74008d99d7d9f05028dbdd34e6354f34c0733065, 0xaa1ae5e57dc05981d83ec7fca0b3c7ee2565b7d6
target_varies:
yes
classification:
target_varies
validation_json{
"sink": "CALL",
"errors": 0,
"status": "confirmed",
"attempts": 1,
"trace_id": "0x503c3040f42cb2f223a221771f116352dc28dcdd35c404574d6f7f90c2f28275",
"confirmed": true,
"trace_mode": "callTracer",
"call_targets": [
"0x74008d99d7d9f05028dbdd34e6354f34c0733065",
"0xaa1ae5e57dc05981d83ec7fca0b3c7ee2565b7d6"
],
"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": "0xffffffff",
"selector": "0xffffffff",
"calldata_variants": [
"0xffffffff",
"0xffffffff0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x06fdde03",
"selector": "0x06fdde03",
"calldata_variants": [
"0x06fdde03",
"0x06fdde030000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x095ea7b3",
"selector": "0x095ea7b3",
"calldata_variants": [
"0x095ea7b3",
"0x095ea7b30000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x18160ddd",
"selector": "0x18160ddd",
"calldata_variants": [
"0x18160ddd",
"0x18160ddd0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x2194f3a2",
"selector": "0x2194f3a2",
"calldata_variants": [
"0x2194f3a2",
"0x2194f3a20000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x23b872dd",
"selector": "0x23b872dd",
"calldata_variants": [
"0x23b872dd",
"0x23b872dd0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x313ce567",
"selector": "0x313ce567",
"calldata_variants": [
"0x313ce567",
"0x313ce5670000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x54fd4d50",
"selector": "0x54fd4d50",
"calldata_variants": [
"0x54fd4d50",
"0x54fd4d500000000000000000000000000000000000000000000000000000000000000000"
]
}
]
}
evidence_json{
"examples": [
{
"pc": 884,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "computed",
"target_expression_category": "computed"
},
{
"pc": 4729,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "computed",
"target_expression_category": "computed"
}
],
"eth_value_calls": 2,
"guards_detected": []
}
|
| high | other | detector | Untrusted CALL target/value reachable | 60 | yes | yes |
viewtrace_id: 0x503c3040f42cb2f223a221771f116352dc28dcdd35c404574d6f7f90c2f28275
call_targets:
0x74008d99d7d9f05028dbdd34e6354f34c0733065, 0xaa1ae5e57dc05981d83ec7fca0b3c7ee2565b7d6
target_varies:
yes
classification:
target_varies
validation_json{
"sink": "CALL",
"errors": 0,
"status": "confirmed",
"attempts": 1,
"trace_id": "0x503c3040f42cb2f223a221771f116352dc28dcdd35c404574d6f7f90c2f28275",
"confirmed": true,
"trace_mode": "callTracer",
"call_targets": [
"0x74008d99d7d9f05028dbdd34e6354f34c0733065",
"0xaa1ae5e57dc05981d83ec7fca0b3c7ee2565b7d6"
],
"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": "0xffffffff",
"selector": "0xffffffff",
"calldata_variants": [
"0xffffffff",
"0xffffffff0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x06fdde03",
"selector": "0x06fdde03",
"calldata_variants": [
"0x06fdde03",
"0x06fdde030000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x095ea7b3",
"selector": "0x095ea7b3",
"calldata_variants": [
"0x095ea7b3",
"0x095ea7b30000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x18160ddd",
"selector": "0x18160ddd",
"calldata_variants": [
"0x18160ddd",
"0x18160ddd0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x2194f3a2",
"selector": "0x2194f3a2",
"calldata_variants": [
"0x2194f3a2",
"0x2194f3a20000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x23b872dd",
"selector": "0x23b872dd",
"calldata_variants": [
"0x23b872dd",
"0x23b872dd0000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x313ce567",
"selector": "0x313ce567",
"calldata_variants": [
"0x313ce567",
"0x313ce5670000000000000000000000000000000000000000000000000000000000000000"
]
},
{
"calldata": "0x54fd4d50",
"selector": "0x54fd4d50",
"calldata_variants": [
"0x54fd4d50",
"0x54fd4d500000000000000000000000000000000000000000000000000000000000000000"
]
}
]
}
evidence_json{
"examples": [
{
"pc": 884,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "computed",
"target_expression_category": "computed"
},
{
"pc": 4729,
"opcode": "CALL",
"returndata_checked": null,
"value_expression_category": "computed",
"target_expression_category": "computed"
}
],
"call_count": 2,
"guards_detected": [],
"untrusted_call_count": 2
}
|