ETH Price: $3,785.12 (-1.71%)

Transaction Decoder

Block:
14020600 at Jan-17-2022 03:28:38 AM +UTC
Transaction Fee:
0.00463059738984 ETH $17.53
Gas Used:
30,000 Gas / 154.353246328 Gwei

Account State Difference:

  Address   Before After State Difference Code
(Hiveon Pool)
10,120.876177953146912008 Eth10,120.876252953146912008 Eth0.000075
0x76bDDc0B...488E2fFBd
0.021177994966325 Eth
Nonce: 200
0.016547397576485 Eth
Nonce: 201
0.00463059738984

Execution Trace

KishimotoInu.approve( spender=0xf5bfBCd48E39cbf01Ee18A55D34E4ec42A17F483, amount=115792089237316195423570985008687907853269984665640564039457584007913129639935 )
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