ETH Price: $2,576.30 (+1.22%)

Transaction Decoder

Block:
15984805 at Nov-16-2022 07:56:11 PM +UTC
Transaction Fee:
0.00257161229438487 ETH $6.63
Gas Used:
163,383 Gas / 15.73977889 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
(builder0x69)
1.96509414489130657 Eth1.96534738854130657 Eth0.00025324365
0x7db5af2B...1016A58Ac
0xbd690A0b...E08436cEB
0.01141896 Eth
Nonce: 8
0.00884734770561513 Eth
Nonce: 9
0.00257161229438487

Execution Trace

VOLT.transfer( recipient=0x24c9af890013850DC213BD7841D467350610823C, amount=221731922023925007 ) => ( True )
transfer[VOLT (ln:771)]
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
/*
VOLT INU - The supercharged Inu
https://t.me/VoltInuOfficial
*/
// SPDX-License-Identifier: Unlicensed
pragma solidity ^0.8.9;
interface IERC20 {
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX