The explorer is out of sync. The last synced block is 303 hours ago. Current block height: explorer: 2206528 / node: 2401758 / ref: 2401759

Program aleogamepnlhuq.aleo

Program ID
aleogamepnlhuq.aleo
Owner signature
sign1yenkqjsynqwwxqntx9krzfjm7cyujg822mh7ku6vzlzcas2q4qqam2ft2hlhn2wxtaeq6yeuxhgwjsrfg97cpd355gu2suzfvukdkqlcd7rrq059t8gq08l4ud0r0pdv6d5a2zlaekuc7wj6quxawklcp75wr26zztyuk8knyhsjsnev69klyfjzvvzhfjcgw2uk57050eyqcz3f9fl
Times called
3
Similar programs
Imports
-
Mappings
-
Structs
-
Records
mytoken
Functions
-
Transitions
minttoken(public address, public u32, public u32) -> mytoken
Program Source Code (Aleo Instruction) Upload Leo source

program aleogamepnlhuq.aleo;

record mytoken:
    owner as address.public;
    amount as u32.public;

function minttoken:
    input r0 as address.public;
    input r1 as u32.public;
    input r2 as u32.public;
    add r1 r2 into r3;
    cast r0 r3 into r4 as mytoken.record;
    output r4 as mytoken.record;

Block heightTimestampTransition IDFunction callState
2,198,8322024-04-26 02:56:51au1w4z7289zmlln42kv4ef0rk3fezg6fv0lhhvprqtxlrd9em7nfu9qavl68mminttokenAccepted
2,198,8312024-04-26 02:56:46au14da3shwv4rf9lxkxa0vrl5px4mnxkvnnkgtfh9rt69j5hah95gqs6j9w9xminttokenAccepted
2,198,8172024-04-26 02:55:42au143zehvagwx7lvdjcnkvzkl9je62kp0td666dwyq22w387fpndq8s8hpkkzminttokenAccepted
Program has no mappings.
Not implemented