Transaction Hash:
Block:
19904953 at May-19-2024 03:43:59 PM +UTC
Transaction Fee:
0.000579909180279702 ETH
$2.15
Gas Used:
55,666 Gas / 10.417654947 Gwei
Emitted Events:
64 |
FiatTokenProxy.0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925( 0x8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925, 0x000000000000000000000000eb9b7b17cfdc1ac526722466dd82c4566413f237, 0x000000000000000000000000b4e7b8946fa2b35912cc0581772cccd69a33000c, 00000000000000000000000000000002f050fe938943acc45f65568000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x4838B106...B0BAD5f97
Miner
| (Titan Builder) | 7.406791751559373714 Eth | 7.407181413559373714 Eth | 0.000389662 | |
0xA0b86991...E3606eB48 | |||||
0xeB9B7b17...66413F237 |
0.003470776186620812 Eth
Nonce: 7
|
0.00289086700634111 Eth
Nonce: 8
| 0.000579909180279702 |
Execution Trace
FiatTokenProxy.095ea7b3( )
-
FiatTokenV2_2.approve( spender=0xb4E7B8946fA2b35912Cc0581772cCCd69A33000c, value=1000000000000000000000000000000000000000 ) => ( True )
approve[FiatTokenV2_2 (ln:240)]
_approve[FiatTokenV2_2 (ln:246)]
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.