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

Program izar_speedup_v1.aleo

Program ID
izar_speedup_v1.aleo
Owner signature
sign1526s6tn765xsg8qqv4ggevlrgn4auk4v7wsaqp5ejj3jxxnessqdn0qln3yryq26d3rstp6mdfp8m4xrrjhn7uc5hdh67mcsx0475qxfg949kw9322hupcmrn7ay9s2qjdznffa9u4asr0x764ams6y2pynm9vgsyhn8y0zv7npacnrm80x8pkysd9wzzhjkwaugjjavfyps7wux2zx
Times called
1
Similar programs
0
Imports
Mappings
-
Structs
EthTxHash
Records
-
Functions
-
Transitions
speed_up(public field) -> () finalize(address)
speed_up_eth(public EthTxHash) -> () finalize(address)
Program Source Code (Aleo Instruction) Upload Leo source

import credits.aleo;

program izar_speedup_v1.aleo;

struct EthTxHash:
    h1 as u128;
    h2 as u128;

function speed_up:
    input r0 as field.public;
    call credits.aleo/transfer_public aleo1yu6ssnehj4plgznatenfut3hkrfus26kqd226k99wfx79jqmsuxqfernns 8000000u64 into r1;
    async speed_up r1 self.caller into r2;
    output r2 as izar_speedup_v1.aleo/speed_up.future;
finalize speed_up:
    input r0 as credits.aleo/transfer_public.future;
    input r1 as address.public;
    await r0;

function speed_up_eth:
    input r0 as EthTxHash.public;
    call credits.aleo/transfer_public aleo1yu6ssnehj4plgznatenfut3hkrfus26kqd226k99wfx79jqmsuxqfernns 8000000u64 into r1;
    async speed_up_eth r1 self.caller into r2;
    output r2 as izar_speedup_v1.aleo/speed_up_eth.future;
finalize speed_up_eth:
    input r0 as credits.aleo/transfer_public.future;
    input r1 as address.public;
    await r0;

Block heightTimestampTransition IDFunction callState
182,1602023-11-02 01:17:54au1emha9sh5rn6esanx3cf2lamf322xy6rtz5ar7dyqa772rumnd5fqln2t3zspeed_up_ethRejected
Program has no mappings.
Not implemented