Transaction Hash:
Block:
12658258 at Jun-18-2021 11:53:14 AM +UTC
Transaction Fee:
0.00077245 ETH
$1.98
Gas Used:
77,245 Gas / 10 Gwei
Emitted Events:
91 |
EtherPredicateProxy.0x3e799b2d61372379e767ef8f04d65089179b7a6f63f9be3065806456c7309f1b( 0x3e799b2d61372379e767ef8f04d65089179b7a6f63f9be3065806456c7309f1b, 0x0000000000000000000000002bf531c870f6fe4088cd8c77b0e7b6fa00c422ba, 0x0000000000000000000000002bf531c870f6fe4088cd8c77b0e7b6fa00c422ba, 000000000000000000000000000000000000000000000000009fdf42f6e48000 )
|
92 |
StateSender.StateSynced( id=445759, contractAddress=0xA6FA4fB5...9C5d1C0aa, data=0x87A7811F4BFEDEA3D341AD165680AE306B01AAEACC205D227629CF157DD9F821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000A00000000000000000000000002BF531C870F6FE4088CD8C77B0E7B6FA00C422BA000000000000000000000000EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000009FDF42F6E48000 )
|
Account State Difference:
Address | Before | After | State Difference | ||
---|---|---|---|---|---|
0x28e4F3a7...189A5bFbE | (Polygon (Matic): State Syncer) | ||||
0x2bF531C8...a00c422BA |
0.04627969 Eth
Nonce: 0
|
0.00050724 Eth
Nonce: 1
| 0.04577245 | ||
0x5A0b54D5...D3E029c4c
Miner
| (Spark Pool) | 59.265430202624710251 Eth | 59.266202652624710251 Eth | 0.00077245 | |
0x8484Ef72...E6e922B30 | (Polygon (Matic): Ether Bridge) | 901,239.03751735074329263 Eth | 901,239.08251735074329263 Eth | 0.045 |
Execution Trace
ETH 0.045
RootChainManagerProxy.4faa8a26( )

ETH 0.045
RootChainManager.depositEtherFor( user=0x2bF531C870f6FE4088cD8C77b0E7B6fa00c422BA )
EtherPredicateProxy.e375b64e( )
-
EtherPredicate.lockTokens( depositor=0x2bF531C870f6FE4088cD8C77b0E7B6fa00c422BA, depositReceiver=0x2bF531C870f6FE4088cD8C77b0E7B6fa00c422BA, 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE, depositData=0x000000000000000000000000000000000000000000000000009FDF42F6E48000 )
-
-
StateSender.syncState( receiver=0xA6FA4fB5f76172d178d61B04b0ecd319C5d1C0aa, data=0x87A7811F4BFEDEA3D341AD165680AE306B01AAEACC205D227629CF157DD9F821000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000A00000000000000000000000002BF531C870F6FE4088CD8C77B0E7B6FA00C422BA000000000000000000000000EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE00000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000009FDF42F6E48000 )
ETH 0.045
EtherPredicateProxy.CALL( )
- ETH 0.045
EtherPredicate.DELEGATECALL( )
- ETH 0.045
depositEtherFor[RootChainManager (ln:1896)]
_depositEtherFor[RootChainManager (ln:1897)]
encode[RootChainManager (ln:1920)]
_depositFor[RootChainManager (ln:1921)]
lockTokens[RootChainManager (ln:1952)]
_msgSender[RootChainManager (ln:1953)]
msgSender[RootChainManager (ln:1690)]
encode[RootChainManager (ln:1958)]
syncState[RootChainManager (ln:1959)]
encode[RootChainManager (ln:1961)]
call[RootChainManager (ln:1925)]
revert[RootChainManager (ln:1927)]
File 1 of 5: RootChainManagerProxy
File 2 of 5: EtherPredicateProxy
File 3 of 5: StateSender
File 4 of 5: RootChainManager
File 5 of 5: EtherPredicate
12345678910111213141516// File: contracts/common/Proxy/IERCProxy.solpragma solidity 0.6.6;interface IERCProxy {function proxyType() external pure returns (uint256 proxyTypeId);function implementation() external view returns (address codeAddr);}// File: contracts/common/Proxy/Proxy.solpragma solidity 0.6.6;abstract contract Proxy is IERCProxy {
File 2 of 5: EtherPredicateProxy
12345678910111213141516// File: contracts/common/Proxy/IERCProxy.solpragma solidity 0.6.6;interface IERCProxy {function proxyType() external pure returns (uint256 proxyTypeId);function implementation() external view returns (address codeAddr);}// File: contracts/common/Proxy/Proxy.solpragma solidity 0.6.6;abstract contract Proxy is IERCProxy {
File 3 of 5: StateSender
12345678910111213141516/**Matic network contracts*/pragma solidity ^0.5.2;contract Ownable {address private _owner;event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);/*** @dev The Ownable constructor sets the original `owner` of the contract to the sender* account.*/
File 4 of 5: RootChainManager
12345678910111213141516// File: @openzeppelin/contracts/math/SafeMath.sol// SPDX-License-Identifier: MITpragma solidity ^0.6.0;/*** @dev Wrappers over Solidity's arithmetic operations with added overflow* checks.** Arithmetic operations in Solidity wrap on overflow. This can easily result* in bugs, because programmers usually assume that an overflow raises an* error, which is the standard behavior in high level programming languages.* `SafeMath` restores this intuition by reverting the transaction when an* operation overflows.*
File 5 of 5: EtherPredicate
12345678910111213141516// File: @openzeppelin/contracts/utils/EnumerableSet.sol// SPDX-License-Identifier: MITpragma solidity ^0.6.0;/*** @dev Library for managing* https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive* types.** Sets have the following properties:** - Elements are added, removed, and checked for existence in constant time* (O(1)).* - Elements are enumerated in O(n). No guarantees are made on the ordering.