Transaction Hash:
Block:
17981939 at Aug-24-2023 03:39:59 AM +UTC
Transaction Fee:
0.000909186509224818 ETH
$2.27
Gas Used:
65,659 Gas / 13.847096502 Gwei
Emitted Events:
313 |
TransparentUpgradeableProxy.0xe856c2b8bd4eb0027ce32eeaf595c21b0b6b4644b326e5b7bd80a1cf8db72e6c( 0xe856c2b8bd4eb0027ce32eeaf595c21b0b6b4644b326e5b7bd80a1cf8db72e6c, 0x0000000000000000000000007b3c1392be56375f5615e071fd77543a279f6bae, 0x0000000000000000000000007b3c1392be56375f5615e071fd77543a279f6bae, 0x88c30d6c1d83ec60044a3040e717ecdc7119a8bf23d2ecbcc980b80c414b1dd5, 0000000000000000000000000000000000000000000000000000e2f8ab7a74c0, 0000000000000000000000000000000000000000000000000011c37937e08000, 0000000000000000000000000000000000000000000000000000000000033954, 0000000000000000000000000000000000000000000000000000000000000080, 0000000000000000000000000000000000000000000000000000000000000000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x5124fcC2...3F38f1C34
Miner
| (Faith Builder) | 5.915730846772884718 Eth | 5.915736099492884718 Eth | 0.00000525272 | |
0x7B3C1392...a279F6BaE |
0.027801242291099616 Eth
Nonce: 1
|
0.021642498125178798 Eth
Nonce: 2
| 0.006158744165920818 | ||
0xd19d4B5d...D11B0876F | (Linea: L1 Message Service) | 15,955.442059929476811335 Eth | 15,955.447309487133507335 Eth | 0.005249557656696 |
Execution Trace
ETH 0.005249557656696
TransparentUpgradeableProxy.9f3ce55a( )
- ETH 0.005249557656696
ZkEvmV2.sendMessage( _to=0x7B3C1392bE56375f5615E071fD77543a279F6BaE, _fee=249557656696000, _calldata=0x )
File 1 of 2: TransparentUpgradeableProxy
File 2 of 2: ZkEvmV2
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)pragma solidity ^0.8.0;import "../utils/Context.sol";/*** @dev Contract module which provides a basic access control mechanism, where* there is an account (an owner) that can be granted exclusive access to* specific functions.** By default, the owner account will be the one that deploys the contract. This* can later be changed with {transferOwnership}.** This module is used through inheritance. It will make available the modifier* `onlyOwner`, which can be applied to your functions to restrict their use to* the owner.*/
File 2 of 2: ZkEvmV2
12345678910111213141516// SPDX-License-Identifier: MIT// OpenZeppelin Contracts (last updated v4.9.0) (access/AccessControl.sol)pragma solidity ^0.8.0;import "./IAccessControlUpgradeable.sol";import "../utils/ContextUpgradeable.sol";import "../utils/StringsUpgradeable.sol";import "../utils/introspection/ERC165Upgradeable.sol";import "../proxy/utils/Initializable.sol";/*** @dev Contract module that allows children to implement role-based access* control mechanisms. This is a lightweight version that doesn't allow enumerating role* members except through off-chain means by accessing the contract event logs. Some* applications may benefit from on-chain enumerability, for those cases see* {AccessControlEnumerable}.** Roles are referred to by their `bytes32` identifier. These should be exposed