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

Program hello_near.aleo

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

program hello_near.aleo;

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

Block heightTimestampTransition IDFunction callState
Program has no mappings.
Not implemented