Transaction Hash:
Block:
21644281 at Jan-17-2025 12:41:59 PM +UTC
Transaction Fee:
0.000392279764464896 ETH
$1.04
Gas Used:
40,348 Gas / 9.722409152 Gwei
Emitted Events:
31 |
FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000c7f00b86a82e9118ae08dc836b830896058fa0ea, 0x000000000000000000000000a9d1e08c7793af67e9d92fe308d5697fb81d3e43, 0000000000000000000000000000000000000000000000000000000089173700 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 5.088736794639318706 Eth | 5.088777142639318706 Eth | 0.000040348 | |
0xA0b86991...E3606eB48 | |||||
0xc7f00B86...6058fA0ea |
0.0008280258357816 Eth
Nonce: 20
|
0.000435746071316704 Eth
Nonce: 21
| 0.000392279764464896 |
Execution Trace
FiatTokenProxy.a9059cbb( )
-
FiatTokenV2_2.transfer( to=0xA9D1e08C7793af67e9d92fe308d5697FB81d3E43, value=2300000000 ) => ( True )
transfer[FiatTokenV1 (ln:1989)]
_transfer[FiatTokenV1 (ln:1997)]
_balanceOf[FiatTokenV1 (ln:2014)]
_setBalance[FiatTokenV1 (ln:2017)]
sub[FiatTokenV1 (ln:2017)]
_balanceOf[FiatTokenV1 (ln:2017)]
_setBalance[FiatTokenV1 (ln:2018)]
add[FiatTokenV1 (ln:2018)]
_balanceOf[FiatTokenV1 (ln:2018)]
Transfer[FiatTokenV1 (ln:2019)]
File 1 of 2: FiatTokenProxy
File 2 of 2: FiatTokenV2_2
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 2 of 2: 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.