Transaction Hash:
Block:
12496896 at May-24-2021 12:05:24 PM +UTC
Transaction Fee:
0.003301512 ETH
$12.38
Gas Used:
71,772 Gas / 46 Gwei
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0xaD7D50D8...3997E6E54 |
0.118028038650845804 Eth
Nonce: 134
|
0.114726526650845804 Eth
Nonce: 135
| 0.003301512 | ||
0xEA674fdD...16B898ec8
Miner
| (Ethermine) | 1,305.879776139381365176 Eth | 1,305.883077651381365176 Eth | 0.003301512 |
Execution Trace
ETH 0.005
InitializableProductProxy.a653d60c( )
AdminUpgradeabilityProxy.0b2bcd67( )
-
Factory.productImplementations( 546F6B656E4D6170706564000000000000000000000000000000000000000000 ) => ( 0xEc2c74C9e2457d328bc6216858280eA13e740E8a )
-
ETH 0.005
TokenMapped.receive( fromChainId=56, to=0xaD7D50D88DCfeC80D97892469AD19B23997E6E54, nonce=0, volume=16314559215000000000000, signatures= )
AdminUpgradeabilityProxy.6dd5b69d( )
-
Factory.getConfig( key=6665650000000000000000000000000000000000000000000000000000000000 ) => ( 5000000000000000 )
-
AdminUpgradeabilityProxy.6dd5b69d( )
-
Factory.getConfig( key=666565546F000000000000000000000000000000000000000000000000000000 ) => ( 1092231956132077843581392735619386827940833757861 )
-
- ETH 0.005
AdminUpgradeabilityProxy.CALL( )
File 1 of 4: InitializableProductProxy
File 2 of 4: AdminUpgradeabilityProxy
File 3 of 4: Factory
File 4 of 4: TokenMapped
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.6.0;pragma experimental ABIEncoderV2;/*** @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.*/abstract contract Proxy {/*** @dev Fallback function.* Implemented entirely in `_fallback`.
File 2 of 4: AdminUpgradeabilityProxy
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.6.0;pragma experimental ABIEncoderV2;/*** @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.*/abstract contract Proxy {/*** @dev Fallback function.* Implemented entirely in `_fallback`.
File 3 of 4: Factory
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.6.0;pragma experimental ABIEncoderV2;/*** @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.*/abstract contract Proxy {/*** @dev Fallback function.* Implemented entirely in `_fallback`.
File 4 of 4: TokenMapped
12345678910111213141516// SPDX-License-Identifier: MITpragma solidity ^0.6.0;pragma experimental ABIEncoderV2;/*** @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.*/abstract contract Proxy {/*** @dev Fallback function.* Implemented entirely in `_fallback`.