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

Program ramonlicand.aleo

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

program ramonlicand.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