ETH Price: $2,531.21 (-0.11%)

Transaction Decoder

Block:
22539017 at May-22-2025 02:30:11 PM +UTC
Transaction Fee:
0.000277655 ETH $0.70
Gas Used:
39,665 Gas / 7 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x06FD4bA7...Caa99E3B0
(Binance Dep: 0x06FD4bA7973a0d39a91734bbc35bC2bCaa99E3B0)
0.013422635968675723 Eth
Nonce: 112898
0.013144980968675723 Eth
Nonce: 112899
0.000277655
(Titan Builder)
9.60476660831189897 Eth9.604788570153448745 Eth0.000021961841549775
0xfAbA6f8e...577269BE3

Execution Trace

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