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

Program joelmardst.aleo

Program ID
joelmardst.aleo
Owner signature
sign13n5vpdjj3sdqf5e2chyld4w5k4e0pcdepne68zcjs7qa44nheuptx96jwgz5asyx9na6mtaa02ujftckswlm8drnhmgfrvfudh84xq3sjtmph88rf5ztu5z9jflyw56khex27dmztrqempqyc8sp2slwq2ncrzwf5z02exsj5vazh2h2rtst06zjtmqdr59xz2m8wstzc0nqzru6e7g
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 joelmardst.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