Transaction Hash:
Block:
20293825 at Jul-12-2024 11:51:23 PM +UTC
Transaction Fee:
0.000070547832598196 ETH
$0.33
Gas Used:
45,148 Gas / 1.562590427 Gwei
Emitted Events:
61 |
FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000a78ee7ebcc284007a70bf63fa11e06d7c8f7fc4b, 0x000000000000000000000000935d2e470284fb536227a76a723f96a94efae6a9, 0000000000000000000000000000000000000000000000000000000002625a00 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x388C818C...7ccB19297
Miner
| (Lido: Execution Layer Rewards Vault) | 66.703069036697158636 Eth | 66.70307692844173116 Eth | 0.000007891744572524 | |
0xA0b86991...E3606eB48 | |||||
0xA78Ee7Eb...7C8f7fC4B |
0.00261541566067 Eth
Nonce: 7
|
0.002544867828071804 Eth
Nonce: 8
| 0.000070547832598196 |
Execution Trace
FiatTokenProxy.a9059cbb( )
-
FiatTokenV2_2.transfer( to=0x935D2e470284Fb536227A76A723F96a94eFaE6A9, value=40000000 ) => ( 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.