ETH Price: $3,768.95 (+1.79%)

Transaction Decoder

Block:
6524826 at Oct-16-2018 08:48:46 AM +UTC
Transaction Fee:
0.0000513616 ETH $0.19
Gas Used:
64,202 Gas / 0.8 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x3E3b311c...141cC0509
29,646.411321502531245259 Eth29,646.411372864131245259 Eth0.0000513616
0xEE271eA2...06d38aB96
0.001535151331 Eth
Nonce: 9
0.001483789731 Eth
Nonce: 10
0.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