ETH Price: $2,974.42 (-0.90%)

Transaction Decoder

Block:
7777722 at May-17-2019 12:18:30 PM +UTC
Transaction Fee:
0.0000880484022 ETH $0.26
Gas Used:
22,011 Gas / 4.0002 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Mining Express)
3.460672572497718699 Eth3.460760620899918699 Eth0.0000880484022
0x419c4dB4...8D9fDA05E
0xdF3bd504...365a71112
(Gate.io Dep: 0xdF3bd504cb681E635D983caAdC9a53E365a71112)
0.0023418180876 Eth
Nonce: 2868
0.0022537696854 Eth
Nonce: 2869
0.0000880484022

Execution Trace

Dragon.transfer( _to=0x0D0707963952f2fBA59dD06f2b425ace40b492Fe, _value=12741240000000000000000 ) => ( 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