Transaction Hash:
Block:
22553463 at May-24-2025 03:02:23 PM +UTC
Transaction Fee:
0.000168131191115367 ETH
$0.64
Gas Used:
132,789 Gas / 1.266153003 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 8.226395397596384154 Eth | 8.226402037046384154 Eth | 0.00000663945 | |
0x7f72D8e4...D7099b512 |
0.003672797375725033 Eth
Nonce: 736
|
0.003504666184609666 Eth
Nonce: 737
| 0.000168131191115367 |
Execution Trace
AggregationRouterV6.unoswap( token=196268403159008932410419402999721616371951519129, amount=1785000, minReturn=1941775251, dex=18318670367622288729119628488584420335579531259010943966758488461297888099606 ) => ( returnAmount=2845167448577688530431208231222343648354413640624171475760439919485403529216 )
Uniswap V3: WBTC-USDC 2.128acb08( )
FiatTokenProxy.a9059cbb( )
-
FiatTokenV2_2.transfer( to=0x7f72D8e4D53A9ACc52e40c01d504c9ED7099b512, value=1941576014 ) => ( True )
-
-
WBTC.balanceOf( _owner=0x9a772018FbD77fcD2d25657e5C547BAfF3Fd7D16 ) => ( 6209294743 )
AggregationRouterV6.uniswapV3SwapCallback( amount0Delta=1785000, amount1Delta=-1941576014, 0x0000000000000000000000007F72D8E4D53A9ACC52E40C01D504C9ED7099B5120000000000000000000000000000000000000000000000000000000000000000 )
-
Uniswap V3: WBTC-USDC 2.STATICCALL( )
-
Uniswap V3: WBTC-USDC 2.STATICCALL( )
-
Uniswap V3: WBTC-USDC 2.STATICCALL( )
-
WBTC.transferFrom( _from=0x7f72D8e4D53A9ACc52e40c01d504c9ED7099b512, _to=0x9a772018FbD77fcD2d25657e5C547BAfF3Fd7D16, _value=1785000 ) => ( True )
-
-
WBTC.balanceOf( _owner=0x9a772018FbD77fcD2d25657e5C547BAfF3Fd7D16 ) => ( 6211079743 )
File 1 of 4: AggregationRouterV6
File 2 of 4: FiatTokenProxy
File 3 of 4: FiatTokenV2_2
File 4 of 4: WBTC
12345678910111213141516/*,ββββββ ,ββββββββββββββ,,,βββββββββββββββ¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬ββββββ,ββ ββββ¬β£ββββββββ¬βββ¬β¬ββββββββββββββββββββββ,ββββ ββββ¬β£βββββββ¬ββ βββββββββββββββββββββββββββΏββββββββββ¬βββββββββ¨ β βββββββββββββ¬β¬β¬β¬β¬βββββββββββββββ ββββ£βββββββββββββ βββ βββββββββββββ¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬ββββββββββββββ₯ ββββ¬β¬βββββββββββ Γββ βββββββ β¬β©ββββββββββββ¬β¬β¬β¬β¬β¬β¬β¬β¬βββββββββββββββββ¬ββββββββ ββββββββ " βββββββββββ¬β¬β¬β¬β¬β¬β¬β¬ββββββββ,βββββββββββ ^"ββββ"βββ @β ββββββββββ¬β¬β¬β¬β¬β¬β¬ββΒ΅ββββββ, βββ β βββ ]ββββ ββββββββββ¬β¬β¬β¬β¬βββββββββ β βββ ]β ββββββ ββββββββββ¬β¬β¬β¬β£βββββββ βββββ ,βββ βΓ βββββββ β βββββββββββ¬β¬β¬β£βββββββ ββββββ βββ Οββ«βββββββββ β βββββββββββ¬β¬ββΒ΅ββββΒ΅ βββββββ` ,β ,ββ ββββββββββ βββΟ βββββββββββ¬β¬βββββββΒ΅βββ` ,ββ,ββΟΟΟβ ββββββββββββββββββ ββββ¬ββββββββ¬βββ
File 2 of 4: FiatTokenProxy
12345678910111213141516pragma solidity ^0.4.24;// File: zos-lib/contracts/upgradeability/Proxy.sol/*** @title Proxy* @dev Implements delegation of calls to other contracts, with proper* forwarding of return values and bubbling of failures.* It defines a fallback function that delegates all calls to the address* returned by the abstract _implementation() internal function.*/contract Proxy {/*** @dev Fallback function.* Implemented entirely in `_fallback`.*/
File 3 of 4: FiatTokenV2_2
12345678910111213141516/*** SPDX-License-Identifier: Apache-2.0** Copyright (c) 2023, Circle Internet Financial, LLC.** Licensed under the Apache License, Version 2.0 (the "License");* you may not use this file except in compliance with the License.* You may obtain a copy of the License at** http://www.apache.org/licenses/LICENSE-2.0** Unless required by applicable law or agreed to in writing, software* distributed under the License is distributed on an "AS IS" BASIS,* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.* See the License for the specific language governing permissions and* limitations under the License.
File 4 of 4: WBTC
12345678910111213141516pragma solidity 0.4.24;// File: openzeppelin-solidity/contracts/token/ERC20/ERC20Basic.sol/*** @title ERC20Basic* @dev Simpler version of ERC20 interface* See https://github.com/ethereum/EIPs/issues/179*/contract ERC20Basic {function totalSupply() public view returns (uint256);function balanceOf(address _who) public view returns (uint256);function transfer(address _to, uint256 _value) public returns (bool);event Transfer(address indexed from, address indexed to, uint256 value);}