ETH Price: $4,268.99 (+1.15%)

Transaction Decoder

Block:
22619251 at Jun-02-2025 08:05:23 PM +UTC
Transaction Fee:
0.00022036961181121 ETH $0.94
Gas Used:
51,959 Gas / 4.24122119 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x0D070796...e40b492Fe
(Gate.io 1)
10,300.906290491447554857 Eth
Nonce: 8046735
10,300.906070121835743647 Eth
Nonce: 8046736
0.00022036961181121
2.869490961975537013 Eth2.869542921357435663 Eth0.00005195938189865
0x419c4dB4...8D9fDA05E

Execution Trace

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