ETH Price: $1,833.80 (-2.37%)

Transaction Decoder

Block:
6619082 at Oct-31-2018 06:31:59 PM +UTC
Transaction Fee:
0.00004220718 ETH $0.08
Gas Used:
22,098 Gas / 1.91 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x42243bf6...E34720742
0.00007415038 Eth
Nonce: 3
0.0000319432 Eth
Nonce: 4
0.00004220718
(Spark Pool)
5,441.637040193688101497 Eth5,441.637082400868101497 Eth0.00004220718
0x8a88f04e...7091A039A

Execution Trace

IG.transfer( _to=0x416e4335FB034D62baC5bD5a0017Fa6867a526a8, _amount=481961969538452836551 ) => ( 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
//IG - A unprecedented prediction market of based decentralization network.
//Website:IGToken.net
pragma solidity ^0.4.22;
library SafeMath {
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a * b;
assert(a == 0 || c / a == b);
return c;
}
function div(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a / b;
return c;
}
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
assert(b <= a);
return a - b;
}
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
assert(c >= a);
return c;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX