ETH Price: $2,462.93 (-3.59%)

Transaction Decoder

Block:
21907484 at Feb-23-2025 07:18:23 AM +UTC
Transaction Fee:
0.000056055804131025 ETH $0.14
Gas Used:
46,925 Gas / 1.194582933 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x018fb5Af...4143De7a0
0x3e108bcF...8B582e6E6
0.003440900397988814 Eth
Nonce: 1177
0.003384844593857789 Eth
Nonce: 1178
0.000056055804131025
(beaverbuild)
6.993205927016062977 Eth6.993229389516062977 Eth0.0000234625

Execution Trace

BurnableERC20.transfer( recipient=0x971A82C4821b64fdE0cbB37cD525ED3a755B3734, amount=5579333574689580219469 ) => ( 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
// File: @openzeppelin/contracts/GSN/Context.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.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