ETH Price: $2,775.26 (-0.23%)

Transaction Decoder

Block:
6516629 at Oct-15-2018 12:33:06 AM +UTC
Transaction Fee:
0.0000513616 ETH $0.14
Gas Used:
64,202 Gas / 0.8 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x2E8e00b0...15a1B7BBc
0.001502081551 Eth
Nonce: 10
0.001450719951 Eth
Nonce: 11
0.0000513616
0x3E3b311c...141cC0509
29,413.051239397408861326 Eth29,413.051290759008861326 Eth0.0000513616

Execution Trace

PublicWelfareCoin.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
pragma solidity ^0.4.25;
/****
Maybe you don't have the ability to change, but you have a responsibility to pay attention.
****/
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;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX