Transaction Hash:
Block:
20606180 at Aug-25-2024 02:23:59 PM +UTC
Transaction Fee:
0.000052976337413776 ETH
$0.15
Gas Used:
57,448 Gas / 0.922161562 Gwei
Emitted Events:
3397 |
FiatTokenProxy.0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef( 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef, 0x000000000000000000000000fe251caeac1cf39232dba684f97e1e0ceebb37c0, 0x000000000000000000000000a432f94fd7f4fc69870aba57a13f01232c471c0c, 0000000000000000000000000000000000000000000000000000000000989680 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x95222290...5CC4BAfe5
Miner
| (beaverbuild) | 12.745714428228834771 Eth | 12.745715042828737083 Eth | 0.000000614599902312 | |
0xA0b86991...E3606eB48 | |||||
0xFe251Cae...CeEbB37C0 |
0.006323571855746696 Eth
Nonce: 6
|
0.00627059551833292 Eth
Nonce: 7
| 0.000052976337413776 |
Execution Trace
FiatTokenProxy.a9059cbb( )
-
FiatTokenV2_2.transfer( to=0xA432f94FD7F4Fc69870aBA57A13F01232C471c0C, value=10000000 ) => ( 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.