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

Program aleogamepn54md.aleo

Program ID
aleogamepn54md.aleo
Owner signature
sign1uuuhju7japt70hn67vurxtav4fpmahat3klgrmxvhmxeycd8wqpjx8yw49lpjqechuhv49g8fye72e4zkvv3yqnk2pfxu2f6ntvgxqp4f0y5djvw6g04cqrrpsfrcp9lkw4zhqpl77ytcww5ly4nsfmfp03m3tctql63suhcvnh04han5sz07mg0sewprf8ku2c8hsmsux7pq0l6nud
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 aleogamepn54md.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,6562024-04-26 02:40:51au19w30uegdjnns5pktn788zskrl7afsvqq53zmarhv7zhfa6y0mcgsylhknwminttokenAccepted
2,198,6482024-04-26 02:40:09au16s7yltgqmzprkr2hrev4jxwwhzwzdwzyjq5xyppwhy9k8eeavyqsgmle4jminttokenAccepted
2,198,6452024-04-26 02:39:53au1ls20gqlrf62cmgelpzv95m63l4c3rc46ysaufashs9vf0eyj05gsqt34p5minttokenAccepted
Program has no mappings.
Not implemented