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

Program stevenandereliked1976.aleo

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

program stevenandereliked1976.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