ETH Price: $4,314.58 (+1.56%)

Transaction Decoder

Block:
7729382 at May-09-2019 11:40:35 PM +UTC
Transaction Fee:
0.000015079 ETH $0.07
Gas Used:
75,395 Gas / 0.2 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x4B14F1aa...D0Fe025BA
(Nanopool)
6,966.878004951238885179 Eth6,966.878020030238885179 Eth0.000015079
0x82070415...3e58F0a6a
0x86D9bE40...70E693333
0.001299531116 Eth
Nonce: 13
0.001284452116 Eth
Nonce: 14
0.000015079

Execution Trace

VokenAirdrop.CALL( )
  • Voken.balanceOf( owner=0x4B14F1aaa878cCF70d58AEC682592dcD0Fe025BA ) => ( 49982091000000 )
  • Voken.transfer( to=0x86D9bE4010F43d39311f200Ee7202CB70E693333, value=165000000 ) => ( 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