ETH Price: $3,781.41 (-2.56%)

Transaction Decoder

Block:
22619875 at Jun-02-2025 10:11:11 PM +UTC
Transaction Fee:
0.000116626444811806 ETH $0.44
Gas Used:
34,847 Gas / 3.346814498 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x0D070796...e40b492Fe
(Gate.io 1)
10,477.305573176896296099 Eth
Nonce: 8047144
10,477.305456550451484293 Eth
Nonce: 8047145
0.000116626444811806
0x419c4dB4...8D9fDA05E
(Titan Builder)
9.876922534566672117 Eth9.876957381810601117 Eth0.000034847243929

Execution Trace

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