The explorer is out of sync. The last synced block is 525 hours ago. Current block height: explorer: 2206528 / node: 2542001 / ref: 2492275

Program sellfamilysummer.aleo

Program ID
sellfamilysummer.aleo
Owner signature
sign14s5875fxn7n5lxgnn0r2kzjs46ea9yqjtul38rlu4knpxnlz75qnukuxkqumss2eyp8u6rq0ah3djmrwsj70uav3v5s4a8r3qa88kqm5n5d3t5c0k2et8v5543zvehtdqtml365k3zg2pm78fhtqa657p2f308079laja7t556yyah26e0xdu4vxa0kfvv9whva6z2apwtfsgffqmh6
Times called
0
Similar programs
Imports
-
Mappings
-
Structs
RuleTough
Records
-
Functions
-
Transitions
simple_sort(u32, u32, u32, u32, u32, u32, u32, u32) -> (boolean, boolean, boolean, boolean)
filterdetails(public RuleTough) -> public RuleTough
Program Source Code (Aleo Instruction) Upload Leo source

program sellfamilysummer.aleo;

function simple_sort:
    input r0 as u32.private;
    input r1 as u32.private;
    input r2 as u32.private;
    input r3 as u32.private;
    input r4 as u32.private;
    input r5 as u32.private;
    input r6 as u32.private;
    input r7 as u32.private;
    lt r1 r0 into r8;
    ternary r8 r1 r0 into r9;
    ternary r8 r0 r1 into r10;
    lt r2 r10 into r11;
    ternary r11 r2 r10 into r12;
    ternary r11 r10 r2 into r13;
    lt r3 r13 into r14;
    ternary r14 r3 r13 into r15;
    ternary r14 r13 r3 into r16;
    lt r4 r16 into r17;
    ternary r17 r4 r16 into r18;
    ternary r17 r16 r4 into r19;
    lt r5 r19 into r20;
    ternary r20 r5 r19 into r21;
    ternary r20 r19 r5 into r22;
    lt r6 r22 into r23;
    ternary r23 r6 r22 into r24;
    ternary r23 r22 r6 into r25;
    lt r7 r25 into r26;
    ternary r26 r7 r25 into r27;
    ternary r26 r25 r7 into r28;
    lt r12 r9 into r29;
    output r29 as boolean.private;
    output r26 as boolean.private;
    output r20 as boolean.private;
    output r17 as boolean.private;

struct RuleTough:
    first as u32;
    second as u32;
    third as u32;

function filterdetails:
    input r0 as RuleTough.public;
    cast r0.first r0.second r0.third into r1 as RuleTough;
    output r1 as RuleTough.public;

Block heightTimestampTransition IDFunction callState
Program has no mappings.
Not implemented