The explorer is out of sync. The last synced block is 316 hours ago. Current block height: explorer: 2206528 / node: 2409509 / ref: 2409509

Program aleogamepnhuh3.aleo

Program ID
aleogamepnhuh3.aleo
Owner signature
sign1m96z5mahhyhswtylwgw5scq2r5el0rm036ag5pn8exj5xj4r3cqyu64q7ryn0gfm4f7s862pw47qlt8kgsem3txeanxu0m49z0sf5qrru7zajdyac4waljh6ly9hkhtq092pfjunqpe2nuknt7gfya25qtyyczm4q28fkfc4dswell3xc5kztnlnkn2g0hwgz2h4nyhp2fas7g9q4rq
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 aleogamepnhuh3.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,0612024-04-26 01:45:54au1vrsftsf3z2cnpgphnd5eqhyqgha8840sz6nvessnxfdhk559zqqqy0wymhminttokenAccepted
2,198,0572024-04-26 01:45:33au1jq2dsyjkw4egncqyxfqs5gpxknylnlvll3r53kmc4fghhjgc0uzq69vqljminttokenAccepted
2,198,0482024-04-26 01:44:34au1r680a9y3fca0qxfn8t3sjucpmgcsvec5ua9sutfw088h4pndzgfq54k2guminttokenAccepted
Program has no mappings.
Not implemented