The explorer is out of sync. The last synced block is 307 hours ago. Current block height: explorer: 2206528 / node: 2404294 / ref: 2404295

Program aleogamepnpy4v.aleo

Program ID
aleogamepnpy4v.aleo
Owner signature
sign1wx2l7waqt4c678n3gc7v43gaajr66cy5705f8vrej77g4f3w7cq7tssewt332n4yq68nqplh8rsx2hgc97xtm4j0ya02lf2642l6wqrde6f9maldfgd5dd6gqwmzd0223estsc9kccqqwgu3ax9quqmep29tjf72g9g8g4fq9qf0rdlyzacs47ltygthznuy44nzxgx6xmzqvx7zv97
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 aleogamepnpy4v.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,3962024-04-26 02:17:35au127xl6ded28crm6vl4hxdpsruqamzjggjxstypf3un0tgf30dxsps2muuspminttokenAccepted
2,198,3942024-04-26 02:17:27au1g3fsqkzckypgazaqp3jkqsyzphj2ev3nh9503t8awe0lws537vxq92elrvminttokenAccepted
2,198,3842024-04-26 02:16:24au1w290yz4a9mdaa9tp0a74na8uwke3rxnd9j5u4g9kls3p9d0sdsfqfdyz66minttokenAccepted
Program has no mappings.
Not implemented