ETH Price: $3,428.71 (+1.28%)

Transaction Decoder

Block:
22614050 at Jun-02-2025 02:34:47 AM +UTC
Transaction Fee:
0.000201686444457142 ETH $0.69
Gas Used:
44,453 Gas / 4.537071614 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
9.64145964383804952 Eth9.641625818721669095 Eth0.000166174883619575
0xF214798A...ea11CE75C
(Upbit Dep: 0xF214798A8aF12Ad98e173171ee2D8d7ea11CE75C)
304.065034707132669193 Eth
Nonce: 22412
304.064833020688212051 Eth
Nonce: 22413
0.000201686444457142
0xfAbA6f8e...577269BE3

Execution Trace

Ondo.transfer( dst=0x9c6f59f718536701527ed64faDA0D5BDf3419E38, rawAmount=24009700000000000000000 ) => ( True )
transfer[Ondo (ln:607)]
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
// SPDX-License-Identifier: AGPL-3.0
pragma solidity 0.8.3;
/*
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which can then be
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX