The explorer is out of sync. The last synced block is 314 hours ago. Current block height: explorer: 2206528 / node: 2408688 / ref: 2408689

Program aleogamepn2d56.aleo

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

program aleogamepn2d56.aleo;

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

function mintcoin:
    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,188,4982024-04-25 09:59:26au12vn9h0rmvtsp34ucw398mdzhyy52rgsa9ke5jq0afp7q7zdseuys2nuy7xmintcoinAccepted
2,188,4952024-04-25 09:59:08au157ddmjm0ekft0kh2c4fkxaup2kkczs5k6pmn07eku630pfk6kygsgqj0wdmintcoinAccepted
2,188,4912024-04-25 09:58:41au1kkvyu9pnt48vtdmcthd0fgac3e3x3r2r342q8rjj3vj76g288ygqs2trxxmintcoinAccepted
2,188,4872024-04-25 09:58:21au1v5y79u5j4gl6k0fevz443gnjfmvnnyru5ll677nz5gqg9vka9syq7en8scmintcoinAccepted
Program has no mappings.
Not implemented