AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 705 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($6,360,736.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MPS | ERC-20 | 1.445622M | $4.40 |
$6,360,736.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144882 | 3 days ago | | | 0 | 0.0052270218 | |
| 21089590 | 10 days ago | | | 0 | 0.0015883287 | |
| 20976325 | a month ago | | | 0 | 0.0041540315 | |
| 20976321 | a month ago | | | 0 | 0.0043161696 | |
| 20940636 | a month ago | | | 0 | 0.0034477953 | |
| 20920020 | a month ago | | | 0 | 0.0040765059 | |
| 20915298 | a month ago | | | 0 | 0.011091967 | |
| 20900723 | a month ago | | | 0 | 0.0014915707 | |
| 20888503 | a month ago | | | 0 | 0.0013318090 | |
| 20888210 | a month ago | | | 0 | 0.0010658002 |
ABI
ABI objects
Getter at block 21163306
VERSION() view returns (uint256)
1
bridgeContract() view returns (address)
0x4c36d2919e407f0cc2ee3c993ccf8ac26d9ce64e
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=1, minor=0, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x212184bf
mediatorContractOnOtherSide() view returns (address)
0x3037ba5e63ce968c1278452b7ae13b793fd4eea9
nonce() view returns (bytes32)
0x000500004ac82b41bd819dd871590b510316f2385cb196fb000000000002767b
owner() view returns (address)
0x13abf9c02c150d7d4bfc65939b4fab216babdfb7
requestGasLimit() view returns (uint256)
2000000
Read-only
getTokenMapping(address _localTokenAddress) view returns (address)
isOperator(address _operator) view returns (bool)
messageFixed(bytes32 _msgId) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addOperator(address _operator)
claimTokens(address _tokenAddress, address _to)
fixFailedMessage(bytes32 _messageId)
handleBridgedTokens(address _recipient, address _tokenAddress, uint256 _value, bytes32)
initialize(address _bridgeContract, address _mediatorContract, uint256 _requestGasLimit, address _owner) returns (bool)
initialize(address owner)
removeOperator(address _operator)
renounceOwnership()
requestFailedMessageFix(bytes32 _txHash)
setBridgeContract(address newBridgeContract)
setMediatorContractOnOtherSide(address newMediatorContract)
setRequestGasLimit(uint256 newRequestGasLimit)
setTokenMapping(address _localTokenAddress, address _remoteTokenAddress)
transferOwnership(address newOwner)
transferToken(address _recipient, address _tokenAddress, uint256 _value)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
FailedMessageFixed(bytes32 indexed messageId, address recipient, address tokenAddress, uint256 value)
OperatorAdded(address indexed operator)
OperatorRemoved(address indexed operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.