The explorer is out of sync. The last synced block is 315 hours ago. Current block height: explorer: 2206528 / node: 2409127 / ref: ?

Program aleogamepnzdj4.aleo

Program ID
aleogamepnzdj4.aleo
Owner signature
sign164nahxfctswrd03xv28wfj22xm3hj3dhslt6620dw7nyewu2gcqnqwgx9ma5jk34neq8664uknrra0v8xesdk0w0zs44rta8vu6yyqx278fkvds5lvsawvtnzg20s9wv4lfgkjmzw9lz6j3vf4c3sdwwqjunahe0uv2m7lk9rfj4edl2uuvwujypz78vr36vhleyd35lemr3q2752ut
Times called
4
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 aleogamepnzdj4.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,1452024-04-26 01:53:44au1xr653dnc6xmauahravhnxudqaxn3qlk2gu5vf42ul57m8wpmkggq5rzv52minttokenAccepted
2,198,1172024-04-26 01:51:08au1mlycfjmqqxvegqcvtk2czkx8fr2s2f3nnl2585rm5x2jzdhfg5yqtq8falminttokenAccepted
2,198,1112024-04-26 01:50:41au1p9rqtehuez0x7qu6dr2je5nfxpxu94hwycxjs6hv4slyjwwz9sxqtxewytminttokenAccepted
2,198,1042024-04-26 01:50:01au1xwws9s9czlukd8gjy9uqy2f8eh5ymmxxfpx7lezs75s2sl6nzs9qgql3hwminttokenAccepted
Program has no mappings.
Not implemented