The explorer is out of sync. The last synced block is 66 hours ago. Current block height: explorer: 2206528 / node: 2249764 / ref: 2249750

Program catadromous.aleo

Program ID
catadromous.aleo
Owner signature
sign14dsdnnz8ssynu2zus2m65kfzzh8ej8845qteqcupdjgpq88v3yqy8dp67uw8pc8suej46l42u9l0z7txr6rf7dzpqvxtxe76l8ek2q446qarvx9jrtwss2l2sqntt4t5gf6k8mlswleewq4m3x0qvrwwpjsuhkxzk08fsnyzr36lx2yvrjt4z7c7pxegutm9wx8nn07cktdqugrr7k9
Times called
5
Similar programs
Imports
-
Mappings
-
Structs
-
Records
-
Functions
-
Transitions
hello(public u32, u32) -> u32
Program Source Code (Aleo Instruction) Upload Leo source

program catadromous.aleo;

function hello:
    input r0 as u32.public;
    input r1 as u32.private;
    add r0 r1 into r2;
    output r2 as u32.private;

Program has no mappings.
Not implemented