ETH Price: $3,744.58 (+3.07%)

Transaction Decoder

Block:
20832377 at Sep-26-2024 04:24:35 AM +UTC
Transaction Fee:
0.000608106940063854 ETH $2.28
Gas Used:
46,277 Gas / 13.140586902 Gwei

Emitted Events:

200 MARUINU.Approval( owner=[Sender] 0x5d2fcf5de2f9e78849b803045bbaf4c7482fe1ec, spender=0x40aA958d...a374bcD7f, value=436459575765594 )

Account State Difference:

  Address   Before After State Difference Code
0x5d2fcf5d...7482fE1eC
0.006922505975503136 Eth
Nonce: 149
0.006314399035439282 Eth
Nonce: 150
0.000608106940063854
0x81bF9280...0358F6b00
(beaverbuild)
9.394126506018982189 Eth9.394205985287978316 Eth0.000079479268996127

Execution Trace

MARUINU.approve( spender=0x40aA958dd87FC8305b97f2BA922CDdCa374bcD7f, amount=436459575765594 ) => ( 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
/*
Telegram : https://t.me/Maruinuerc
Twitter : https://x.com/MaruInu_ETH
Website : https://maruinu.fun/
Maru Inu is the Shiba Inu's best friend.
https://www.instagram.com/p/DAQu9nLTK0d/
*/
// SPDX-License-Identifier: MIT
pragma solidity 0.8.23;
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
}
interface IERC20 {
function totalSupply() external view returns (uint256);
function balanceOf(address account) external view returns (uint256);
function transfer(address recipient, uint256 amount) external returns (bool);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX