The explorer is out of sync. The last synced block is 305 hours ago. Current block height: explorer: 2206528 / node: 2402989 / ref: 2402991

Program aleogamepne6ed.aleo

Program ID
aleogamepne6ed.aleo
Owner signature
sign107pwgyay34y53lr3mrpclce28e5etcncf5mq3wct902pueqd7vpe9jwp65gfznwmkv7zhucc95we33rp7dwjd79qrzrthxd2wsx72qva8zq8szadn4wdpkm05usa3w5jrss7m5qfrchtxe2k8fyrkuq4z9y7pnlh5k2zf9gx77e5axpumwc4sumt6vpx0atnfcrg7x8cf7uszsjznlw
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 aleogamepne6ed.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,6652024-04-25 10:14:17au1fp9ss5xl3xewamkupevpnq82xej5u0ysgza4wla5tk8r4qhmtg9qhwsvz8mintcoinAccepted
2,188,6432024-04-25 10:12:20au15h8vdfwj4r7xdnkj5w973gv02yrvvc0xh7yg983ay0cx5vaz2gyqy0enqtmintcoinAccepted
2,188,5832024-04-25 10:06:51au1j7n894dezcvnkmync2sgmn4qwecwfxmjcqdmjtkenry9maqlecqq9mteynmintcoinAccepted
2,188,5812024-04-25 10:06:45au1qx2jgawugn40tsl90pwd2q7v8lg35csajnt2lt85hrkkr5s24szs7ze69emintcoinAccepted
Program has no mappings.
Not implemented