ETH Price: $4,290.44 (+1.28%)

Transaction Decoder

Block:
13579799 at Nov-09-2021 03:24:24 AM +UTC
Transaction Fee:
0.004314210274966539 ETH $18.51
Gas Used:
26,853 Gas / 160.660271663 Gwei

Account State Difference:

  Address   Before After State Difference Code
0x13738B5F...CaDbDc67c
0.01402757816456602 Eth
Nonce: 3
0.009713367889599481 Eth
Nonce: 4
0.004314210274966539
(F2Pool Old)
5,030.862679862471298823 Eth5,030.862720141971298823 Eth0.0000402795

Execution Trace

StripToken.transfer( recipient=0x13738B5FDc044a3AcA08eE2ea288FefCaDbDc67c, amount=184000000000000000000 ) => ( 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