L1Migrator
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "L1Migrator"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16581026 | 2 years ago | | | 0 | 0.0025564840 | |
| 16580657 | 2 years ago | | | 0 | 0.0010991823 | |
| 16199375 | 2 years ago | | | 0.1 | 0.0030770573 | |
| 16199312 | 2 years ago | | | 0.1 | 0.0035120016 | |
| 16197199 | 2 years ago | | | 0.1 | 0.0020579050 | |
| 16197190 | 2 years ago | | | 0.1 | 0.00056226068 | |
| 16091878 | 2 years ago | | | 0 | 0.0012402819 | |
| 15442619 | 2 years ago | | | 0.0014813328 | 0.030960355 | |
| 14968750 | 2 years ago | | | 0.0037419511 | 0.056013386 | |
| 14968518 | 2 years ago | | | 0.0037419202 | 0.018194508 |
ABI
ABI objects
Getter at block 21275649
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
bondingManagerAddr() view returns (address)
0x511bc4556d823ae99630ae8de28b9b80df90ea2e
bridgeMinterAddr() view returns (address)
0x8dddb96cf36ac8860f1de5c7c4698fd499fab405
inbox() view returns (address)
0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f
l1LPTGatewayAddr() view returns (address)
0x6142f1c8bbf02e6a6bd074e8d564c9a5420a0676
l2MigratorAddr() view returns (address)
0x148d5b6b4df9530c7c76a810bd1cdf69ec4c2085
paused() view returns (bool)
false
ticketBrokerAddr() view returns (address)
0x5b1ce829384eebfa30286f12d1e7a695ca45f5d2
tokenAddr() view returns (address)
0x58b6a8a3302369daec383334672404ee733ab239
Read-only
getMigrateDelegatorParams(address _l1Addr, address _l2Addr) view returns (bytes data, struct IMigratorMigrateDelegatorParams params)
getMigrateSenderParams(address _l1Addr, address _l2Addr) view returns (bytes data, struct IMigratorMigrateSenderParams params)
getMigrateUnbondingLocksParams(address _l1Addr, address _l2Addr, uint256[] _unbondingLockIds) view returns (bytes data, struct IMigratorMigrateUnbondingLocksParams params)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
migrateDelegator(address _l1Addr, address _l2Addr, bytes _sig, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable
migrateETH(uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable
migrateLPT(uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable
migrateSender(address _l1Addr, address _l2Addr, bytes _sig, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable
migrateUnbondingLocks(address _l1Addr, address _l2Addr, uint256[] _unbondingLockIds, bytes _sig, uint256 _maxGas, uint256 _gasPriceBid, uint256 _maxSubmissionCost) payable
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBridgeMinter(address _bridgeMinterAddr)
setL2Migrator(address _l2MigratorAddr)
unpause()
BridgeMinterUpdate(address bridgeMinter)
L2MigratorUpdate(address l2Migrator)
MigrateDelegatorInitiated(uint256 indexed seqNo, struct IMigratorMigrateDelegatorParams params)
MigrateSenderInitiated(uint256 indexed seqNo, struct IMigratorMigrateSenderParams params)
MigrateUnbondingLocksInitiated(uint256 indexed seqNo, struct IMigratorMigrateUnbondingLocksParams params)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TxToL2(address indexed from, address indexed to, uint256 indexed seqNum, bytes data)
Unpaused(address account)
constructor(address _inbox, address _bondingManagerAddr, address _ticketBrokerAddr, address _tokenAddr, address _l1LPTGatewayAddr, address _l2MigratorAddr)
receive()
This contract contains no error objects.