ETH Price: $4,201.26 (-0.55%)

Transaction Decoder

Block:
22620069 at Jun-02-2025 10:50:23 PM +UTC
Transaction Fee:
0.000053892702342764 ETH $0.23
Gas Used:
30,028 Gas / 1.794748313 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0xA9B1Eb59...598009096
(BuilderNet)
66.297993870486146591 Eth66.297994368667452243 Eth0.000000498181305652
0xe3792A9c...C41631090
(Upbit Dep: 0xe3792A9c235D434B702023b33F03C48C41631090)
43.208546736831897925 Eth
Nonce: 56143
43.208492844129555161 Eth
Nonce: 56144
0.000053892702342764

Execution Trace

BounceAuctionToken.transfer( recipient=0x517cAB5c89Dce496225D65146F8Be985F95C17a6, amount=294042000000000000000 ) => ( 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
// SPDX-License-Identifier: MIT
// File: @openzeppelin/contracts/GSN/Context.sol
pragma solidity ^0.6.0;
/*
* @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 GSN 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 payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX