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

Program numbersformato.aleo

Program ID
numbersformato.aleo
Owner signature
sign1f0fw4y4070jpdtahc7nennzzpujqu88we35kh00d5t8lzam825pwl8mddwxwjpkkpmu47y28g3rjtecp2mk2q6qnr06vd4m02j7yvqx4dad3geh6lj8umgk08gp3wkrng9dkwny9uqnkf542xv8v38nhqc48drad37ts6weay6gf205ydkxfrc4j8w9prljh3uhkaxyp32zss7av2eh
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 numbersformato.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