Transaction Hash:
Block:
21935660 at Feb-27-2025 05:43:59 AM +UTC
Transaction Fee:
0.0002886936 ETH
$0.55
Gas Used:
360,867 Gas / 0.8 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x1f9090aa...8e676c326
Miner
| 5.654126282454958645 Eth | 5.654148500826124051 Eth | 0.000022218371165406 | ||
0x67d79914...4A8fF9066 | (Fake_Phishing486366) |
0.292519774186372592 Eth
Nonce: 2176
|
0.292231080586372592 Eth
Nonce: 2177
| 0.0002886936 |
Execution Trace
Fake_Phishing877812.1c1a995d( )
- ETH 0.000052000000000001
0x9cbfcd6685b8cda4dc340b04439c74faf1aba4ed.CALL( )
- ETH 0.000052000000000001
0x6d373d63441f15510f8ba262957058fd34ed7159.CALL( )
- ETH 0.000052000000000001
0x6956768403041018fba5c09488d7321cf7f53bf7.CALL( )
- ETH 0.000052000000000001
0x18f7899ac155dab666fe89b9a70ff533505dd49b.CALL( )
- ETH 0.0000349765
0x187fdbeeda16ee9cae5da5651665286ea1642386.CALL( )
- ETH 0.000052000000000001
0xba56da999254be94de5fe9dd47346ba8543b53f7.CALL( )
- ETH 0.000052000000000001
0x0b4e7c98cd9d9ca9d7c4e56392357ea8c08c189c.CALL( )
- ETH 0.000052000000000001
0x34d9ef8b1be8242bb62e94fea28b925566130d26.CALL( )
- ETH 0.000052000000000001
0xc96dedbdd20aa5fa0c4b4e6a491cef9e3b22abb6.CALL( )
- ETH 0.0000387595
0xc9f9d15edc8aca7f3acee771a05ffde766e4c04f.CALL( )
FiatTokenProxy.a9059cbb( )
-
FiatTokenV2_2.transfer( to=0x9cbFCD6685b8cdA4DC340B04439C74FAF1ABa4Ed, value=10002 )
-
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.