ETH Price: $3,614.19 (+8.21%)

Transaction Decoder

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

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(Titan Builder)
9.643869601283540357 Eth9.643887276917934 Eth0.000017675634393643
0xF214798A...ea11CE75C
(Upbit Dep: 0xF214798A8aF12Ad98e173171ee2D8d7ea11CE75C)
275.750336084565982353 Eth
Nonce: 22468
275.750282897370751143 Eth
Nonce: 22469
0.00005318719523121
0xfAbA6f8e...577269BE3

Execution Trace

Ondo.transfer( dst=0xe0E989CF61890125c3AFec12De5302950b3B7FEE, rawAmount=10834800000000000000000 ) => ( 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