The explorer is out of sync. The last synced block is 308 hours ago. Current block height: explorer: 2206528 / node: 2404994 / ref: 2404994

Program aleogamepnw8t7.aleo

Program ID
aleogamepnw8t7.aleo
Owner signature
sign1y44eqj6v50wpzh5cyyqpslals3anq50eqwwf2werr0pcqgvpncqjnv8twxj6ra2aarq59pmtwrc4wp2mxtadln3nyvt3yevn2u5xkq7we6n5gh586e3nvtn7th3grypfshrx7ccr4rm8ta4h0qcevmg2p7zygzathkmuag33g55zkdc38aumy2c46qr6qsftstem4ap9ls2s29rfht6
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 aleogamepnw8t7.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,2092024-04-26 01:59:42au1crf3ctgy4h4d4jy6tw0qga8whejhr6fuqf7dgcrf4sn0frhejv8sjjf9rpminttokenAccepted
2,198,2052024-04-26 01:59:23au1ayn4d7rs0xztafasav2zgcnl25qznu8eqd0z66vmkfkdqrfntyxq88x62tminttokenAccepted
2,198,1982024-04-26 01:58:49au1r3fhh3yjsa9mlwtmran0h7d9352rheqql42k9chwml3dtufmecpsgch8kkminttokenAccepted
Program has no mappings.
Not implemented