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

Program patriciasanders.aleo

Program ID
patriciasanders.aleo
Owner signature
sign16qxhedr9sw7tf7tqle2sxs92wlzylus9kfsd2vc0t63u23cnnsqkrfl083zk37d66rx04mvv39rwxj7d7jfu28dfwysnzgwhhu0cuqv8e88xqm84mxm9p3jatec23a5pqsvwdr9232pgwq8j8etea5w2zxyz2lf9swxzjlm5ld23eqc4cfpksk0309urj8c622qhwdz7tp8qup7ydn9
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 patriciasanders.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