The explorer is out of sync. The last synced block is 301 hours ago. Current block height: explorer: 2206528 / node: 2400383 / ref: 2400378

Program aleogamepn7rnp.aleo

Program ID
aleogamepn7rnp.aleo
Owner signature
sign1t8eur6kxdsspvuwkqw4gwjtl02c9jhs48jxg8emkvmwkehu6fyqulmgqc4s9xxzmc8l7hwh2yswmhgtscldsllwmlgtgjdql69ysqqjjz28rx0tq43rje3t4exdv3768fvrahswn8u5aa9fyxl94fj2vp0xwa53y2t5afu0657clhtlhfafk4602z0p0vlvpalut88mkch6q67uf8tv
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 aleogamepn7rnp.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,4882024-04-26 02:25:48au1t5yxdpgjyg88uy3h8yf3200ffkefyq8nuz77jvpk8cx28fvh4qrqxessmqminttokenAccepted
2,198,4862024-04-26 02:25:37au1ntaa6ct5jmlly77p4zylvgdjfpjadvzkyq4y90vap69zma8knc9s9q0ptdminttokenAccepted
2,198,4662024-04-26 02:23:54au1uaxm02dh3f9gepedff7zz5yzxzyhgdnz4hesds5z9crpty5hzcrq52p4lcminttokenAccepted
Program has no mappings.
Not implemented