The explorer is out of sync. The last synced block is 311 hours ago. Current block height: explorer: 2206528 / node: 2406381 / ref: 2406379

Program aleotestexoh.aleo

Program ID
aleotestexoh.aleo
Owner signature
sign1xmtsy0a6n4ke5ve6s28j6xnll59fa0xetgz5d0gmeezqdy63ugpjhj5pkagz97w6seke0sfsrmuwe75ytxr3wdqar08gy2u2r7p25q8gd24lnfm7s4lrmmtme8c320mvjgwj2pmcv2ql6q3r3tw7e9gepev652w06yu7u0trxz0ttfd6gqeyqf33gmyftq8ucq2ms2gxwdqs7yre2hk
Times called
2
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 aleotestexoh.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,198,9692024-04-26 03:09:38au1sdwymap0rjf4euyzhnds6fcvs37w4a2zhj6evhh5tw2sjcps7ggs5zsp62mintcoinAccepted
2,198,9542024-04-26 03:08:15au1tcgu38xmyhtppfpreq0y9drxygzdn36a6zkevhgy2c3mh3wl25qq7yzn35mintcoinAccepted
Program has no mappings.
Not implemented