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

Program gratz_hello.aleo

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

program gratz_hello.aleo;

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