ETH Price: $3,711.94 (-0.70%)

Transaction Decoder

Block:
21623932 at Jan-14-2025 04:29:59 PM +UTC
Transaction Fee:
0.000432649646152893 ETH $1.61
Gas Used:
46,371 Gas / 9.330177183 Gwei

Emitted Events:

404 Velar.Approval( owner=[Sender] 0x5f939de0e81a199a34e50615f34cbab82412459a, spender=0x7a250d56...659F2488D, value=29240730000000 )

Account State Difference:

  Address   Before After State Difference Code
0x033BbDe7...9F9C257de
(Titan Builder)
13.79225129575153262 Eth13.79225593285153262 Eth0.0000046371
0x5F939de0...82412459a
8.043898112162128053 Eth
Nonce: 90
8.04346546251597516 Eth
Nonce: 91
0.000432649646152893

Execution Trace

Velar.approve( spender=0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, value=29240730000000 ) => ( True )
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.8.20;
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/ERC20.sol)
// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol)
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
/**
* @dev Returns the value of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the value of tokens owned by `account`.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX