ETH Price: $2,739.83 (-4.49%)

Transaction Decoder

Block:
8675704 at Oct-04-2019 12:36:13 PM +UTC
Transaction Fee:
0.000037095 ETH $0.10
Gas Used:
37,095 Gas / 1 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(MiningPoolHub: Old Address)
9,344.998446760069039863 Eth9,344.998483855069039863 Eth0.000037095
0xbdeD3f75...9AfdE12B1
0xF42223A0...08c31Dd80
0.0030572777476 Eth
Nonce: 39
0.0030201827476 Eth
Nonce: 40
0.000037095

Execution Trace

DCS.transfer( _to=0x2B45Bb45AbE291FB5ffa03772E9cBdCF9c88600D, _amount=19500000000000 ) => ( success=True )
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