ETH Price: $3,007.93 (+1.17%)
Gas: 1.5 Gwei

Transaction Decoder

Block:
13625213 at Nov-16-2021 07:12:20 AM +UTC
Transaction Fee:
0.004057708900518283 ETH $12.21
Gas Used:
34,453 Gas / 117.775198111 Gwei

Emitted Events:

Account State Difference:

  Address   Before After State Difference Code
0x20f76052...b35cFC51A
0.013986869645760891 Eth
Nonce: 1
0.009929160745242608 Eth
Nonce: 2
0.004057708900518283
(F2Pool Old)
2,085.430281158531703176 Eth2,085.430347997351703176 Eth0.00006683882
0xE9cB6838...8e9853C02

Execution Trace

StripToken.transfer( recipient=0x66685951A553ca5959f16D00Fa02CC6744cCF742, amount=500000000000000000000000 ) => ( True )
transfer[ERC20 (ln:251)]
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
// Sources flattened with hardhat v2.5.0 https://hardhat.org
// File @openzeppelin/contracts/token/ERC20/IERC20.sol@v4.2.0
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
/**
* @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`.
*/
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.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX