ETH Price: $2,520.52 (+1.41%)

Transaction Decoder

Block:
11063934 at Oct-16-2020 01:25:03 AM +UTC
Transaction Fee:
0.0033074913 ETH $8.34
Gas Used:
151,027 Gas / 21.9 Gwei

Emitted Events:

98 UtahSilver.NewUserPlace( user=[Sender] 0xbd6b428d83af973216e637f29406d5bfda7b01f6, referrer=0x0866adae1ad3ff01057240954b1e3fba56e7db42, matrix=1, level=2, place=1 )
99 Go9tro.Transfer( from=0x0000000000000000000000000000000000000000, to=[Sender] 0xbd6b428d83af973216e637f29406d5bfda7b01f6, value=25000000000000000000 )
100 UtahSilver.RecievedEth( receiver=0x0866adae1ad3ff01057240954b1e3fba56e7db42, _from=[Sender] 0xbd6b428d83af973216e637f29406d5bfda7b01f6, matrix=1, level=2, amount=40000000000000000, time=1602811503 )
101 UtahSilver.Upgrade( user=[Sender] 0xbd6b428d83af973216e637f29406d5bfda7b01f6, referrer=0x0866adae1ad3ff01057240954b1e3fba56e7db42, matrix=1, level=2, amount=40000000000000000, time=1602811503 )

Account State Difference:

  Address   Before After State Difference Code
0x0866Adae...a56E7dB42 0.02 Eth0.06 Eth0.04
0x12C211dc...1b989e011
0x556237E8...c7d0E71a7
0xBd6B428d...fdA7B01f6
0.164733791858109487 Eth
Nonce: 1
0.121426300558109487 Eth
Nonce: 2
0.0433074913
(Ethermine)
599.083180768956081434 Eth599.086488260256081434 Eth0.0033074913

Execution Trace

ETH 0.04 UtahSilver.buyNewLevel( matrix=1, level=2 )
  • ETH 0.04 0x0866adae1ad3ff01057240954b1e3fba56e7db42.CALL( )
  • Go9tro.mint( _receiver=0xBd6B428d83aF973216E637F29406d5BfdA7B01f6, _amount=25000000000000000000 ) => ( True )
    buyNewLevel[UtahSilver (ln:143)]
    File 1 of 2: UtahSilver
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity 0.5.14;
    library SafeMath {
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
    uint256 c = a + b;
    require(c >= a, "SafeMath: addition overflow");
    return c;
    }
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
    require(b <= a, "SafeMath: subtraction overflow");
    uint256 c = a - b;
    return c;
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    File 2 of 2: Go9tro
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    pragma solidity 0.5.14;
    library SafeMath {
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
    uint256 c = a + b;
    require(c >= a, "SafeMath: addition overflow");
    return c;
    }
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
    require(b <= a, "SafeMath: subtraction overflow");
    uint256 c = a - b;
    return c;
    }
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX