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

Program putherselfshoulder.aleo

Program ID
putherselfshoulder.aleo
Owner signature
sign196ey936et2x33sx0y46umlz2rw5e54lnc3w27x4ly8s88nsl6cqdtxe7ng4u45uv3ynm4d8y87g76n4544h8wnsst5tulxmuw4v4sqp4dsm9lt7kngxa0au2c78xnn2h933udahq9lpmuwvd34pyy3fazryue4sttvptcpnzhyjlu5pp8cxqk02y5w97at8q5z0j4wwg08cqjzgq27g
Times called
0
Similar programs
Imports
-
Mappings
-
Structs
PerformanceWithout
Records
-
Functions
-
Transitions
simple_sort(u32, u32, u32, u32, u32, u32, u32, u32) -> (boolean, boolean, boolean, boolean)
getreport(public PerformanceWithout) -> public PerformanceWithout
setlist(public PerformanceWithout) -> public PerformanceWithout
Program Source Code (Aleo Instruction) Upload Leo source

program putherselfshoulder.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 PerformanceWithout:
    first as u32;
    second as u32;
    third as u32;

function getreport:
    input r0 as PerformanceWithout.public;
    cast r0.first r0.second r0.third into r1 as PerformanceWithout;
    output r1 as PerformanceWithout.public;

function setlist:
    input r0 as PerformanceWithout.public;
    cast r0.first r0.second r0.third into r1 as PerformanceWithout;
    output r1 as PerformanceWithout.public;

Block heightTimestampTransition IDFunction callState
Program has no mappings.
Not implemented