The explorer is out of sync. The last synced block is 524 hours ago. Current block height: explorer: 2206528 / node: Too Many Requests! Wait for 0s / ref: 2492275

Program aleoswapsr96.aleo

Program ID
aleoswapsr96.aleo
Owner signature
sign18uphjkz3jq3g8evvemqp8ptg9j7s6qay0ryg8htypmzc8j3u5uqlr08hdlatxu4mu27tx2ku68vy8tvzxpeg5t28c7hwh8gp0hsgupqlr8sw6khrmj4nxh5zk93e4mc9u3a25t53n9s9vsm5takxhehcp87hgr0lrum85p5dptlcys8uxm9azf7erfsnk8fclsfqvp6t0x0qycnlzew
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 aleoswapsr96.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,188,1102024-04-25 09:23:16au106kqgwenmcqp2uf0amft64x8c72k3cazc0f95tma332unn3j9v8qwtnjx7mintcoinAccepted
2,188,1022024-04-25 09:22:33au1eyrhxrywcsjvn4mf6f0h3y2g828n8uty3cn79sluph7e5ys35cfqv90zetmintcoinAccepted
2,188,0792024-04-25 09:20:15au1rv24d9r57uaxqcsrtctc0tsaam2nxjg8lq9fpc74ts3g9ek7yc8s2apnttmintcoinAccepted
Program has no mappings.
Not implemented