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

Program aleogamepnarca.aleo

Program ID
aleogamepnarca.aleo
Owner signature
sign13rpmtxhqnk8gc27ahadcxlyw4dztu05fzq87quymhtcyt2h6dgp9gya02zj5yxmdwt4f84796wf3fe5gvpmjqexsnme3hvhjfhxgcqp2x0gs8khhsgtkpfzyeue7f7jg773qfp0c9a59n94y8yhh9ja0p3l0vsclqxrerwup44gqkwrjfh6x8wnznsggdrxyrgafa0axrxdq6wz3skw
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 aleogamepnarca.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,4542024-04-25 09:55:20au14xuspzdd4983ew6khafl5pz76ud7tpzgcm60z5algxk9lexlavgs07p26xmintcoinAccepted
2,188,4522024-04-25 09:55:07au1ryrmxxwhnt3an9wkp2wsv3yhd96jrwkgv5j3gwatqx0awhw02uxqjyxwewmintcoinAccepted
2,188,4152024-04-25 09:51:35au1ts9axc6j8jx70vwpf5hwf8lupktuqysf0wtp7qsm8kukzsdeuygs32nvdjmintcoinAccepted
2,188,4142024-04-25 09:51:30au1lpw7246nh7409jng4x06az6q78pvpzex8lqvx49g04436zj7lg8qhs2cxjmintcoinAccepted
Program has no mappings.
Not implemented