BridgeAdmin
Verified contract
Active on
Ethereum with 7 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 "BridgeAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13576549 | 3 years ago | | | 0 | 0.0032960073 | |
| 13558119 | 3 years ago | | | 0.075 | 0.035452375 | |
| 13545747 | 3 years ago | | | 0.088 | 0.024552602 | |
| 13545690 | 3 years ago | | | 0.108 | 0.030720140 | |
| 13545619 | 3 years ago | | | 0.005 | 0.039230125 | |
| 13545606 | 3 years ago | | | 0.005 | 0.034344169 | |
| 13545594 | 3 years ago | | | 0 | 0.012769539 |
ABI
ABI objects
Getter at block 21159376
finder() view returns (address)
0x40f941e48a552bf496b154af6bf55725f18d77c3
identifier() view returns (bytes32)
0x49535f52454c41595f56414c4944000000000000000000000000000000000000
optimisticOracleLiveness() view returns (uint32)
3144959999
owner() view returns (address)
0xb524735356985d2f267fa010d681f061dff03715
proposerBondPct() view returns (uint64)
50000000000000000
Read-only
depositContracts(uint256 chainId) view returns (struct BridgeAdminInterfaceDepositUtilityContracts)
whitelistedTokens(address l1Token, uint256 chainId) view returns (address l2Token, address bridgePool)
State-modifying
Events renounceOwnership()
setCrossDomainAdmin(uint256 chainId, address admin, uint256 l1CallValue, uint256 l2Gas, uint256 l2GasPrice, uint256 maxSubmissionCost) payable
setDepositContract(uint256 chainId, address depositContract, address messengerContract)
setEnableDeposits(uint256 chainId, address l2Token, bool depositsEnabled, uint256 l1CallValue, uint256 l2Gas, uint256 l2GasPrice, uint256 maxSubmissionCost) payable
setIdentifier(bytes32 _identifier)
setMinimumBridgingDelay(uint256 chainId, uint64 minimumBridgingDelay, uint256 l1CallValue, uint256 l2Gas, uint256 l2GasPrice, uint256 maxSubmissionCost) payable
setOptimisticOracleLiveness(uint32 liveness)
setProposerBondPct(uint64 _proposerBondPct)
transferBridgePoolAdmin(address[] bridgePools, address newAdmin)
transferOwnership(address newOwner)
whitelistToken(uint256 chainId, address l1Token, address l2Token, address bridgePool, uint256 l1CallValue, uint256 l2Gas, uint256 l2GasPrice, uint256 maxSubmissionCost) payable
BridgePoolsAdminTransferred(address[] bridgePools, address indexed newAdmin)
DepositsEnabled(uint256 indexed chainId, address indexed l2Token, bool depositsEnabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCrossDomainAdmin(uint256 indexed chainId, address indexed newAdmin)
SetDepositContracts(uint256 indexed chainId, address indexed l2DepositContract, address indexed l2MessengerContract)
SetMinimumBridgingDelay(uint256 indexed chainId, uint64 newMinimumBridgingDelay)
SetOptimisticOracleLiveness(uint32 indexed liveness)
SetProposerBondPct(uint64 indexed proposerBondPct)
SetRelayIdentifier(bytes32 indexed identifier)
WhitelistToken(uint256 chainId, address indexed l1Token, address indexed l2Token, address indexed bridgePool)
constructor(address _finder, uint32 _optimisticOracleLiveness, uint64 _proposerBondPct, bytes32 _identifier)
This contract contains no fallback and receive objects.
This contract contains no error objects.