The explorer is out of sync. The last synced block is 136 hours ago. Current block height: explorer: 2206528 / node: 2295122 / ref: 2295118

Program apple_nft_v8.aleo

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

program apple_nft_v8.aleo;

function apple_swap:
    input r0 as u32.public;
    input r1 as u32.private;
    input r2 as u32.private;
    add r0 r1 into r3;
    add r2 r3 into r4;
    output r4 as u32.private;

Block heightTimestampTransition IDFunction callState
Program has no mappings.
Not implemented