ETH Price: $3,763.25 (-1.21%)

Transaction Decoder

Block:
7779166 at May-17-2019 05:55:32 PM +UTC
Transaction Fee:
0.000999297 ETH $3.76
Gas Used:
37,011 Gas / 27 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x2B5634C4...426E58258
(KuCoin 1)
13,282.318558460428961487 Eth
Nonce: 1467374
13,282.317559163428961487 Eth
Nonce: 1467375
0.000999297
0x419c4dB4...8D9fDA05E
(Hiveon: Old Pool)
1,196.787795743167723179 Eth1,196.788795040167723179 Eth0.000999297

Execution Trace

Dragon.transfer( _to=0x38328BAefd9d1922E29933e50D7994Ba2418cB81, _value=4049344581880000000000 ) => ( 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.18;
// File: zeppelin-solidity/contracts/math/SafeMath.sol
/**
* @title SafeMath
* @dev Math operations with safety checks that throw on error
*/
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
if (a == 0) {
return 0;
}
uint256 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;
// assert(a == b * c + a % b); // There is no case in which this doesn't hold
return c;
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX