The explorer is out of sync. The last synced block is 306 hours ago. Current block height: explorer: 2206528 / node: 2403215 / ref: 2403212

Program aleogamepna68z.aleo

Program ID
aleogamepna68z.aleo
Owner signature
sign192d03feg7mnf66tm5h9epkf4v6tlq8a7uwkasdzc73lxdfl0espr7kk834gjf3vaaz4qsrcjws6m52v4r95w3ukcj9mdca9rfwaz7qcqthpd4xjd83tmu4emwyed84xtrs5gyp4yxh00x7qk5jgqzql6qv003rmg2qr375rh2edlqa8ah373lwx8kkjalxw0v9wurwc3x8fpzl226dn
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 aleogamepna68z.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,7172024-04-26 02:46:21au1ymp32jpa8prnq7qjuqpy0s9u42s48fd40awg5u6v344zfugfwvpqvswct5minttokenAccepted
2,198,7092024-04-26 02:45:36au1n93gzwhnaxy3t2p9u78k44jtk9qm8ygftzqpzvtj50y3wl0gdq9shh0cj5minttokenAccepted
2,198,6992024-04-26 02:44:41au18gfwesdm5qkrjg4774hayk7t0xyqp2sn7ecefqhks33m0qah8cqqckadglminttokenAccepted
Program has no mappings.
Not implemented