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

Program haveyousuffer.aleo

Program ID
haveyousuffer.aleo
Owner signature
sign1lu5ms8zsmrvpn68cjehgsed2tvz45n7wlxcahlddm9hgfhwu7gq6he8xsgkz2z293v8pl0eeyuc74ns7uvsd7p54tszvrz60jmkxxqhn88rxh2vmpv65xevl6nda3n9p30xc3uqpxszn2ppe77aksptmpxqdd76k5f5gemq6p9fuaz7pm4j8940062nq3wjcv7ez2vv4alzq6fjy8rg
Times called
0
Similar programs
Imports
-
Mappings
-
Structs
FocusRemain
Records
-
Functions
-
Transitions
simple_sort(u32, u32, u32, u32, u32, u32, u32, u32) -> (boolean, boolean, boolean, boolean)
setconfig(public FocusRemain) -> public FocusRemain
setlist(public FocusRemain) -> public FocusRemain
fetchconfig(public FocusRemain) -> public FocusRemain
Program Source Code (Aleo Instruction) Upload Leo source

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

function setconfig:
    input r0 as FocusRemain.public;
    cast r0.first r0.second r0.third into r1 as FocusRemain;
    output r1 as FocusRemain.public;

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

function fetchconfig:
    input r0 as FocusRemain.public;
    cast r0.first r0.second r0.third into r1 as FocusRemain;
    output r1 as FocusRemain.public;

Block heightTimestampTransition IDFunction callState
Program has no mappings.
Not implemented