Program helloworld_16crrz.aleo

Program ID
helloworld_16crrz.aleo
Times called
2
Similar programs
Program Structure
Imports
-
Mappings
-
Structs
-
Records
-
Functions
-
Transitions
main(public u32, u32) -> u32
Source code (Aleo instructions)
program helloworld_16crrz.aleo;

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

Recent calls

Block height Timestamp Transition ID Function call
668071 2023-02-27 09:52:36 as143wqdk0rpg5dxal6u6rr8syukzs8g9hrdcc7q8fxx5ht6hhlmspsak6vc5 main
668058 2023-02-27 09:49:41 as1tkcta94ahdwj7ygr00w8tl2gcsrctqmgsrjht0ew00drw5nmgvgqu2uj5j main