The explorer is out of sync. The last synced block is 289 hours ago. Current block height: explorer: 2206528 / node: 2392934 / ref: 2392934

Program mysecond_swap_v2.aleo

Program ID
mysecond_swap_v2.aleo
Owner signature
sign1zkaxueczk9pd6h58fh5laphcwhar7hs29a9du5fjhmlk0tcma5q69dxzr03wy6zpn26fhr5vj6dqrg8eflal9cw5978qyjxt4a4dkqupz906jaz48unepw3g8cmtk3z9z8y7ypsqxdvxja9mqulnufktqdd4n07p4e79gvj0ngu9srp02cyhcp3pemryetywf8gy7favlcl3qe5s5qh
Times called
0
Similar programs
Imports
-
Mappings
-
Structs
-
Records
-
Functions
-
Transitions
hello_test(public u32, u32, u32) -> u32
Program Source Code (Aleo Instruction) Upload Leo source

program mysecond_swap_v2.aleo;

function hello_test:
    input r0 as u32.public;
    input r1 as u32.private;
    input r2 as u32.private;
    add r0 r1 into r3;
    add r2 r3 into r4;
    output r4 as u32.private;

Block heightTimestampTransition IDFunction callState
Program has no mappings.
Not implemented