Program helloworld_1yd8kz.aleo

Program ID
helloworld_1yd8kz.aleo
Times called
1
Similar programs
Program Structure
Imports
-
Mappings
-
Structs
-
Records
-
Functions
-
Transitions
main(public u32, u32) -> u32
Source code (Aleo instructions)
program helloworld_1yd8kz.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
794585 2023-03-19 17:06:11 as17u652elcdge0mnhewhwqkjxxuc4hqllpajxus29n0s7vha5ejvzs4hvykd main