The explorer is out of sync. The last synced block is 498 hours ago. Current block height: explorer: 2206528 / node: 2524876 / ref: ?

Program ermaarnold.aleo

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

program ermaarnold.aleo;

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

Program has no mappings.
Not implemented