ETH Price: $2,002.26 (-2.95%)

Transaction Decoder

Block:
20320255 at Jul-16-2024 04:25:59 PM +UTC
Transaction Fee:
0.001174540185219648 ETH $2.35
Gas Used:
46,608 Gas / 25.200398756 Gwei

Emitted Events:

136 MASA.Approval( owner=[Sender] 0x7c95a4f0f13e9bc0a0b948bcc96b3be8c89f8108, spender=0xC465CC50...42A8e1873, value=115792089237316195423570985008687907853269984665640564039457584007913129639935 )

Account State Difference:

  Address   Before After State Difference Code
0x3257049d...143C69B9f
(Titan Builder)
5.162073268314535735 Eth5.162306308314535735 Eth0.00023304
0x7C95a4f0...8c89F8108
0.0500448734846 Eth
Nonce: 33
0.048870333299380352 Eth
Nonce: 34
0.001174540185219648

Execution Trace

MASA.approve( spender=0xC465CC50B7D5A29b9308968f870a4B242A8e1873, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( 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
/*
https://t.me/masaerc20
https://x.com/masaerc20
https://masaoneth.com
*/
pragma solidity 0.8.24;
pragma experimental ABIEncoderV2;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
}
interface IUniswapV2Router02 {
function factory() external pure returns (address);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX