Transaction Hash:
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 | ||
---|---|---|---|---|---|
0x3257049d...143C69B9f | |||||
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 5.162073268314535735 Eth | 5.162306308314535735 Eth | 0.00023304 | |
0x7C95a4f0...8c89F8108 |
0.0500448734846 Eth
Nonce: 33
|
0.048870333299380352 Eth
Nonce: 34
| 0.001174540185219648 |
Execution Trace
MASA.approve( spender=0xC465CC50B7D5A29b9308968f870a4B242A8e1873, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 ) => ( True )
approve[ERC20 (ln:397)]
_msgSender[ERC20 (ln:398)]
_approve[ERC20 (ln:399)]
Approval[ERC20 (ln:493)]
1234567891011121314151617181920212223242526// SPDX-License-Identifier: MIT/*https://t.me/masaerc20https://x.com/masaerc20https://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);