BridgeV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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
Balances ($0.00)
No balances found for "BridgeV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BridgeV2"
ABI
ABI objects
Getter at block 21858654
currentChainId() view returns (uint256)
8453
mpc() view returns (address)
0x0000000000000000000000000000000000000000
newMPC() view returns (address)
0x0000000000000000000000000000000000000000
newMPCEffectiveTime() view returns (uint256)
0
oldMPC() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isAdmin(address) view returns (bool)
isTransmitter(address) view returns (bool)
State-modifying
Events changeMPC(address _newMPC) returns (bool)
changeMPCSigned(address _newMPC, bytes signature) returns (bool)
initialize(address _mpc)
receiveRequestV2(bytes _callData, address _receiveSide)
receiveRequestV2Signed(bytes _callData, address _receiveSide, bytes signature)
renounceOwnership()
setAdminPermission(address _user, bool _permission)
setTransmitterStatus(address _transmitter, bool _status)
transferOwnership(address newOwner)
transmitRequestV2(bytes _callData, address _receiveSide, address _oppositeBridge, uint256 _chainId)
withdrawFee(address token, address to, uint256 amount) returns (bool)
LogChangeMPC(address indexed oldMPC, address indexed newMPC, uint256 indexed effectiveTime, uint256 chainId)
OracleRequest(address bridge, bytes callData, address receiveSide, address oppositeBridge, uint256 chainId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAdminPermission(address indexed admin, bool permission)
SetTransmitterStatus(address indexed transmitter, bool status)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.