ETH Price: $2,669.47 (+5.17%)

Transaction Decoder

Block:
8701421 at Oct-08-2019 12:48:54 PM +UTC
Transaction Fee:
0.0000066285 ETH $0.02
Gas Used:
22,095 Gas / 0.3 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x40480C7B...77E3041d0
0.0024831048876 Eth
Nonce: 41
0.0024764763876 Eth
Nonce: 42
0.0000066285
(Nanopool)
5,283.781926267526488648 Eth5,283.781932896026488648 Eth0.0000066285
0xbdeD3f75...9AfdE12B1

Execution Trace

DCS.transfer( _to=0xAb8C8e7ED11f53052D71d5229943C2427E7fAeDB, _amount=999999999980 ) => ( 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