ETH Price: $2,546.43 (+1.00%)

Transaction Decoder

Block:
7729418 at May-09-2019 11:47:58 PM +UTC
Transaction Fee:
0.000015079 ETH $0.04
Gas Used:
75,395 Gas / 0.2 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
297.135294283564044365 Eth297.135309362564044365 Eth0.000015079
0x2a060B92...Ac3c1864F
0.002173228111 Eth
Nonce: 13
0.002158149111 Eth
Nonce: 14
0.000015079
0x4B14F1aa...D0Fe025BA
0x82070415...3e58F0a6a

Execution Trace

VokenAirdrop.CALL( )
  • Voken.balanceOf( owner=0x4B14F1aaa878cCF70d58AEC682592dcD0Fe025BA ) => ( 49981073000000 )
  • Voken.transfer( to=0x2a060B92CB973758f8EBc2c2FEd4d6eAc3c1864F, value=171000000 ) => ( True )
    File 1 of 2: VokenAirdrop
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity ^0.5.7;
    // Voken Airdrop Fund
    // Just call this contract (send 0 ETH here),
    // and you will receive 100-200 VNET Tokens immediately.
    //
    // More info:
    // https://vision.network
    // https://voken.io
    //
    // Contact us:
    // support@vision.network
    // support@voken.io
    /**
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: Voken
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity ^0.5.7;
    // Vision.Network 100G Token -- is called "Voken" (upgraded)
    //
    // More info:
    // https://vision.network
    // https://voken.io
    //
    // Contact us:
    // support@vision.network
    // support@voken.io
    /**
    * @title SafeMath
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX