ETH Price: $2,791.01 (+7.20%)

Transaction Decoder

Block:
21826689 at Feb-11-2025 11:53:47 PM +UTC
Transaction Fee:
0.000040681511391462 ETH $0.11
Gas Used:
46,286 Gas / 0.878916117 Gwei

Emitted Events:

44 SGToken.Approval( owner=[Sender] 0x7c01e9fdfa424448e4dcb419fad0c4ca11e7968c, spender=0xDef1C0de...027b25EfF, value=3673000000000000000000 )

Account State Difference:

  Address   Before After State Difference Code
(MEV Builder: 0x777...C94)
1.111190158360502032 Eth1.111194786960502032 Eth0.0000046286
0x7C01e9Fd...a11e7968c
0.00115216405956146 Eth
Nonce: 26
0.001111482548169998 Eth
Nonce: 27
0.000040681511391462
0xc4199fB6...42f1c3992

Execution Trace

SGToken.approve( spender=0xDef1C0ded9bec7F1a1670819833240f027b25EfF, amount=3673000000000000000000 ) => ( 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
pragma solidity ^0.6.10;
// SPDX-License-Identifier: MIT
/*
* @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.
*/
contract Context {
// Empty internal constructor, to prevent people from mistakenly deploying
// an instance of this contract, which should be used via inheritance.
constructor () internal { }
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX