The explorer is out of sync. The last synced block is 189 hours ago. Current block height: explorer: 2206528 / node: 2328708 / ref: 2328706

Program liberation.aleo

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

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