ETH Price: $4,280.61 (+1.67%)

Transaction Decoder

Block:
21853816 at Feb-15-2025 07:09:47 PM +UTC
Transaction Fee:
0.0002615475805122 ETH $1.12
Gas Used:
194,413 Gas / 1.3453194 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x2F4e0163...0DD7e6c19
0.000287701934973578 Eth
Nonce: 763
0.000026154354461378 Eth
Nonce: 764
0.0002615475805122
(Titan Builder)
7.535757491378320072 Eth7.535852865898375317 Eth0.000095374520055245
0xf5b1Fd29...e3B38FB65

Execution Trace

KishimotoInu.transfer( recipient=0xEf8f38FEcE5f66d0cA4cb7b094d047Fc0F94f35b, amount=410032603402956194172 ) => ( True )
transfer[KishimotoInu (ln:790)]
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
pragma solidity ^0.6.12;
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;
}
}
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX