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

Program aleogamepn7wzt.aleo

Program ID
aleogamepn7wzt.aleo
Owner signature
sign1q8z56h64h44lqhcuc6ha32c3zghqk9fgvu6w3ja7v6wlmv0f4ypu5t5llys3hnchr6y7dj3hqu9mygul8tn4v0spvl3fntvj8zvv5qgphdp87pww623hhwnustksfm2l22x53a2ljkufzqu7wvuw9c7wp8706dvwrtyc7wrsmwa9z5nwkjq3vffmmtddv3wcg6mldfqqnenqxu8k0fu
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 aleogamepn7wzt.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,7472024-04-26 02:49:02au1fwwd34d6gumekyr77z07w9hf60x6zhmnq8aux9gnl2kjgx4mysfq0a7u8vminttokenAccepted
2,198,7422024-04-26 02:48:40au1manav3g3kwqdp9j0zh30g6rm4vn2zanttg0mkpc2lsvsqevvkvqsyvssykminttokenAccepted
2,198,7292024-04-26 02:47:27au1gjqfrs9hxsuh9xm2sd5jn0lhcrzfdjea58ap9qc8ulg46v8k7y8ss9sf9rminttokenAccepted
2,198,7242024-04-26 02:46:58au1nht5cqqyruurfwfhvga3j0up98vmpsnr80npsqsemvrzx9y2pyrq3amrnhminttokenAccepted
Program has no mappings.
Not implemented