OptimismBridgeAdapter
Verified contract
Active on
Ethereum with 287 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xbeef…beef
0xb1fe…7bb9
0xc6e3…9acd
0x25ac…5fa1
Balances ($0.00)
No balances found for "OptimismBridgeAdapter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204403 | 19 hours ago | | | 0 | 0.0041808533 | |
| 21190711 | 3 days ago | | | 0 | 0.0042568252 | |
| 21182003 | 4 days ago | | | 0 | 0.0070729996 | |
| 21181365 | 4 days ago | | | 0 | 0.013645625 | |
| 21177769 | 5 days ago | | | 0 | 0.0046313723 | |
| 21177166 | 5 days ago | | | 0 | 0.0048808606 | |
| 21176439 | 5 days ago | | | 0 | 0.0061819265 | |
| 21176078 | 5 days ago | | | 0 | 0.0058085028 | |
| 21172743 | 5 days ago | | | 0 | 0.0081235500 | |
| 21171745 | 5 days ago | | | 0 | 0.0071752312 |
ABI
ABI objects
Getter at block 21210172
BIFI() view returns (address)
0xbeef8e0982874e0292e6c5751c5a4092b3e1beef
dstChainId() view returns (uint256)
10
gasLimit() view returns (uint32)
1900000
lockbox() view returns (address)
0xc6e3d0caf52e057fb8950ae9d07ae67602919acd
opBridge() view returns (address)
0x25ace71c97b33cc4729cf772ae268934f7ab5fa1
owner() view returns (address)
0x34fef5da92c59d6ac21d0a75ce90b351d0fb6ce6
xBIFI() view returns (address)
0xb1fea302f3b2e93fa04e46dcce35f2fc522d7bb9
Read-only
bridgeCost(uint256 _dstChainId, uint256 _amount, address _to) view returns (uint256 gasCost)
errors(uint256) view returns (uint256 chainId, address user, uint256 amount)
State-modifying
Events bridge(uint256 _dstChainId, uint256 _amount, address _to) payable
initialize(address _bifi, address _xbifi, address _lockbox, address[] _contracts)
mint(address _user, uint256 _amount)
renounceOwnership()
retry(uint256 _errorId)
transferOwnership(address newOwner)
BridgeError(uint256 indexed errorId, address indexed user, uint256 amount, uint256 timestamp)
BridgedIn(uint256 indexed srcChainId, address indexed tokenReceiver, uint256 amount)
BridgedOut(uint256 indexed dstChainId, address indexed bridgeUser, address indexed tokenReceiver, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
NoErrorFound()
WrongSender()