ETH Price: $2,616.67 (+3.93%)

Transaction Decoder

Block:
6256995 at Sep-02-2018 06:55:08 AM +UTC
Transaction Fee:
0.00020094 ETH $0.53
Gas Used:
83,725 Gas / 2.4 Gwei

Emitted Events:

126 IG.Distr( to=[Sender] 0x3b16234f843775ac6a217ac3ddad4e84213cb3b2, amount=272877333218989803900 )
127 IG.Transfer( _from=0x0000000000000000000000000000000000000000, _to=[Sender] 0x3b16234f843775ac6a217ac3ddad4e84213cb3b2, _value=272877333218989803900 )

Account State Difference:

  Address   Before After State Difference Code
0x3B16234f...4213Cb3b2
0.0002149916 Eth
Nonce: 1
0.0000140516 Eth
Nonce: 2
0.00020094
(Nanopool)
7,704.885935560641567058 Eth7,704.886136500641567058 Eth0.00020094
0x8a88f04e...7091A039A

Execution Trace

IG.CALL( )
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