The explorer is out of sync. The last synced block is 525 hours ago. Current block height: explorer: 2206528 / node: 2541977 / ref: 2492275

Program aleotestxltl.aleo

Program ID
aleotestxltl.aleo
Owner signature
sign1h5n6e04pw9kxqjcgl68464cfvcjawlfk3hy4mekcw5hgra7jpgpj28k9cvzlayn3p0mt7aexmukl9ycm6h5xytdz8g52ry46q2987qk5h9n0f3keh3h6cxghxw0sxhmqxarcun6m3tvzzw6j6w2vd8guzxz3pezx502avyk99hj5vsjxmwmgyawdz2v3fhlqxjvev475sl3qjfsttwg
Times called
3
Similar programs
Imports
-
Mappings
-
Structs
-
Records
mycoin
Functions
-
Transitions
mintcoin(public address, public u32, public u32) -> mycoin
Program Source Code (Aleo Instruction) Upload Leo source

program aleotestxltl.aleo;

record mycoin:
    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 mycoin.record;
    output r4 as mycoin.record;

Block heightTimestampTransition IDFunction callState
2,186,4282024-04-25 06:54:33au18ymlckuw4e7tslzgw57nvhauhsxt8ysx7hfzksn69qcsfmmgkcyq5gp75kmintcoinAccepted
2,186,3972024-04-25 06:52:08au18tq69naqvvtjhnv220lzf0x4gae2g0mt3k88g6lg6gq6g8cz0yxsmyf4u6mintcoinAccepted
2,186,3882024-04-25 06:51:21au1guhzdnv8ymzdphf8u69h4r26grx747gj83a8t7923wl7zzyp3upqh677h0mintcoinAccepted
Program has no mappings.
Not implemented