The explorer is out of sync. The last synced block is 302 hours ago. Current block height: explorer: 2206528 / node: 2400960 / ref: 2400963

Program aleogamepnkl7s.aleo

Program ID
aleogamepnkl7s.aleo
Owner signature
sign1ck3645k73x9tdswcuduqdv5sec4p70hhhme59vk0t9kjmjarevpyjrgffmsd3r3snlx0m42pcfhw5eqlqxlu3rjtma4cn7ukqjmuuqzjml0e2z67elr5fw8g9rvdh5y4cnha4unr5rfyv729yhzwsg99qutx7awvjyp4pv4g657kpdcelaneq2jyg0txx8mftplg68xnnrxqzjxsvpw
Times called
2
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 aleogamepnkl7s.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,3752024-04-25 09:47:45au1xn8gra68xdwjr5w6u5rrnjeqkvh80txjcglcgexpyvyz3y56g5yq88k07xmintcoinAccepted
2,188,3702024-04-25 09:47:14au1xxpxtymj4k2x5krxeulqj79d8ll42mewpuuam9x9280szeqqmvgq6gj97gmintcoinAccepted
Program has no mappings.
Not implemented