The explorer is out of sync. The last synced block is 522 hours ago. Current block height: explorer: 2206528 / node: 2539935 / ref: 2492275

Program test_token_test_1.aleo

Program ID
test_token_test_1.aleo
Owner signature
sign1szn2p3kl2h93dfvum3wpxvvaal94p3l704zhcd8sxsjeg244ycq3v4qehtwqa56kj6usewp5rdw8ewut97s6ajnc68dpx5cswhn6zpr78ufuykfpwffvve4z6q2z7f6xt66yaw2433dswewzvrrst9dyps4yxrwfa9vv7mpgw5etrd6jd6pts4amkavmmnwwdkaaddjla6fqwvmwuc0
Times called
1
Similar programs
Imports
-
Mappings
counter (address -> u64)
Structs
-
Records
-
Functions
-
Transitions
dubble() -> () finalize(address)
Program Source Code (Aleo Instruction) Upload Leo source

program test_token_test_1.aleo;

mapping counter:
    key as address.public;
    value as u64.public;

function dubble:
    async dubble self.caller into r0;
    output r0 as test_token_test_1.aleo/dubble.future;
finalize dubble:
    input r0 as address.public;
    get.or_use counter[r0] 0u64 into r1;
    add r1 1u64 into r2;
    set r2 into counter[r0];
    get counter[r0] into r3;
    add r3 1u64 into r4;
    set r4 into counter[r0];

Block heightTimestampTransition IDFunction callState
150,6072023-10-31 06:28:55au1cs6kdwuwzkhqqfxh5yjraf4r2chddwtv9sqnk8h4nlfwlc2h7yrsfyt76ndubbleAccepted


Not implemented