ETH Price: $2,523.57 (+1.56%)

Transaction Decoder

Block:
8048359 at Jun-28-2019 07:54:47 PM +UTC
Transaction Fee:
0.001188098 ETH $3.00
Gas Used:
28,978 Gas / 41 Gwei

Account State Difference:

  Address   Before After State Difference Code
(zhizhu.top)
904.620530237891836964 Eth904.621718335891836964 Eth0.001188098
0x79A3D2B9...C09298180
0.005015524 Eth
Nonce: 6
0.003827426 Eth
Nonce: 7
0.001188098

Execution Trace

InsightsNetworkMigrationToEOS.register( eosPublicKey=EOS7TAc1cH8iTcvmFqKSDMLfYq59fMyBTN5i1JY1g9sT1uF7yQxEx )
  • InsightsNetwork3.balanceOf( _owner=0x79A3D2B9fF86282230C7d7517b360eAC09298180 ) => ( balance=0 )
    File 1 of 2: InsightsNetworkMigrationToEOS
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    // File: zeppelin-solidity/contracts/ownership/Ownable.sol
    pragma solidity ^0.4.24;
    /**
    * @title Ownable
    * @dev The Ownable contract has an owner address, and provides basic authorization control
    * functions, this simplifies the implementation of "user permissions".
    */
    contract Ownable {
    address public owner;
    event OwnershipRenounced(address indexed previousOwner);
    event OwnershipTransferred(
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: InsightsNetwork3
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity ^0.4.18;
    // File: contracts/InsightsNetwork1.sol
    contract InsightsNetwork1 {
    address public owner; // Creator
    address public successor; // May deactivate contract
    mapping (address => uint) public balances; // Who has what
    mapping (address => uint) public unlockTimes; // When balances unlock
    bool public active;
    uint256 _totalSupply; // Sum of minted tokens
    string public constant name = "INS";
    string public constant symbol = "INS";
    uint8 public constant decimals = 0;
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX