ETH Price: $2,529.61 (-7.73%)

Transaction Decoder

Block:
21009095 at Oct-20-2024 08:11:35 PM +UTC
Transaction Fee:
0.000243672810409998 ETH $0.62
Gas Used:
29,781 Gas / 8.182156758 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x06FD4bA7...Caa99E3B0
(Binance Dep: 0x06FD4bA7973a0d39a91734bbc35bC2bCaa99E3B0)
0.031092346509976935 Eth
Nonce: 15791
0.030848673699566937 Eth
Nonce: 15792
0.000243672810409998
(Titan Builder)
5.036443612378551888 Eth5.036453310692833908 Eth0.00000969831428202
0x6B359506...F09C90fE2

Execution Trace

SushiToken.transfer( recipient=0x28C6c06298d514Db089934071355E5743bf21d60, amount=116377670000000000000000 ) => ( 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
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