ETH Price: $2,522.57 (-0.62%)

Transaction Decoder

Block:
16682365 at Feb-22-2023 06:59:47 AM +UTC
Transaction Fee:
0.004284592685856 ETH $10.81
Gas Used:
144,000 Gas / 29.754115874 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x1e46d644...56098B35D
0.00667681 Eth
Nonce: 84
0.002392217314144 Eth
Nonce: 85
0.004284592685856
(beaverbuild)
106.827797392941783027 Eth106.827811792941783027 Eth0.0000144

Execution Trace

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