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

Program eltonhathead.aleo

Program ID
eltonhathead.aleo
Owner signature
sign1293pe38z23cf6tatfyq75fc5vdq46qp0ug4ezzltl9y7qczjmvqq3y77amxy39qap6kfec52dszxmmw4m057zn4js8662xdcvezrcqq92mltd9mps58x8ce2sp7w9kc05nng7cp699k2sgm7nq5dzqnezzjf3t58uj3anx92xmqf0fzk4fnmzzhvddp97jcd5n67tu8ms5hsyjha5md
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 eltonhathead.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