ETH Price: $3,744.50 (+0.50%)

Transaction Decoder

Block:
19822016 at May-08-2024 01:18:47 AM +UTC
Transaction Fee:
0.001390403942439899 ETH $5.21
Gas Used:
263,911 Gas / 5.268457709 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x1610254E...128CF1098
0.001407589651486657 Eth
Nonce: 27
0.000017185709046758 Eth
Nonce: 28
0.001390403942439899
(Titan Builder)
14.635528738887627906 Eth14.635794341767211062 Eth0.000265602879583156
0xf5b1Fd29...e3B38FB65

Execution Trace

KishimotoInu.transfer( recipient=0x9763D6413141E23A32d1459fe7CfDe6a4cddCB36, amount=1495068184867607654407 ) => ( 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