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

Program aleogamepnhch2.aleo

Program ID
aleogamepnhch2.aleo
Owner signature
sign1s3uu3y9eaf70s828p4zxr60slmeppcmg7khdqjtghnsa57qdw5qqszt0agd07m7zg75470mg86dcqfyz2ddc80e9yfj6eqcsa4q4uq98gvjn4fp9vvlc7vpmtrt62w8fpdjuathydalsavye26e2snjmzg3c546g04x8d2zgp2c7lcmw4g8g3dxecm3p94uzqywpcuhnmnnq2e6hsx6
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 aleogamepnhch2.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,3552024-04-25 09:45:55au1rgwlhc7e2e7955y8g7k4pqhmz822d4y6mhyggky6eay22zyvhyxq9dxgkrmintcoinAccepted
2,188,3502024-04-25 09:45:27au1t55ek7875qx8c6vk08h8cest7g2ap2qfacdw8qahmede9z2c4qrq6kwzjmmintcoinAccepted
2,188,3462024-04-25 09:45:07au137dwe7r43ghwqhrjv28lcwl9tdhudtvwdmwr2re67pv8qmjrtyxs0au05rmintcoinAccepted
2,188,3352024-04-25 09:43:57au1q2zswdm3zw5y5t488kqc9njqfx5upu4kzll4vwvrygcndhz6pgrsqkkfrsmintcoinAccepted
Program has no mappings.
Not implemented