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

Program helloworld_next.aleo

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

program helloworld_next.aleo;

function main:
    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