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

Program vivianwilliams.aleo

Program ID
vivianwilliams.aleo
Owner signature
sign1rzazqeswh9gqlcyuhcfvydxcgx0rtlfda6mctrsnwg034y6amvqlsz220k4u6q39czk5wvrjej2spj0dhx9y8eyl09kpdsyjptasjqg53cdq9f99wue8f07uxupxzqeu5tghpjjrp2l990f5y82amvywzyyjfsk4nxqz496d2v5ffm8luhgjc25y2fgutxp0w5fcfd40nhnqyqc6ew8
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 vivianwilliams.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