ETH Price: $2,576.94 (-6.09%)

Transaction Decoder

Block:
8655433 at Oct-01-2019 08:35:16 AM +UTC
Transaction Fee:
0.000079541462 ETH $0.20
Gas Used:
79,462 Gas / 1.001 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Spark Pool)
15.207100992145980475 Eth15.207180533607980475 Eth0.000079541462
0x999e1fb9...35bad8E16
0.0043110031896 Eth
Nonce: 36
0.0042314617276 Eth
Nonce: 37
0.000079541462
0xbdeD3f75...9AfdE12B1

Execution Trace

DCS.CALL( )
  • 0xbcd7fd0624187248fc06c5f8d920386f8d5728bf.CALL( )
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    pragma solidity ^0.4.25;
    // ----------------------------------------------------------------------------
    // 'DCSTOKEN
    //
    // NAME : DCS TOKEN
    // Symbol : DCS
    // Total supply: 27,000,000,000
    // Decimals : 8
    //
    //
    // -----------------------------------------------------------------------------
    library SafeMath {
    function mul(uint256 a, uint256 b) internal pure returns (uint256 c) {
    if (a == 0) {
    return 0;
    }
    c = a * b;
    assert(c / a == b);
    return c;
    }
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
    // assert(b > 0); // Solidity automatically throws when dividing by 0
    // uint256 c = a / b;
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX