ForeignAMB
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
18
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 "ForeignAMB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17264373 | a year ago | | | 0 | 0.010890744 |
ABI
ABI objects
Getter at block 20792395
allowReentrantRequests() view returns (bool)
false
decimalShift() view returns (int256)
0
deployedAtBlock() view returns (uint256)
17264373
destinationChainId() view returns (uint256)
56
gasPrice() view returns (uint256)
1
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=6, minor=2, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x2544fbb9
isInitialized() view returns (bool)
true
maxGasPerTx() view returns (uint256)
1000000
messageId() view returns (bytes32 id)
0x0000000000000000000000000000000000000000000000000000000000000000
messageSender() view returns (address sender)
0x0000000000000000000000000000000000000000
messageSourceChainId() view returns (uint256 id)
0
owner() view returns (address)
0xfc1a4ff1f2a0fd54ba1895dda33fb7eb90580f4d
requiredBlockConfirmations() view returns (uint256)
1
requiredSignatures() view returns (uint256)
1
sourceChainId() view returns (uint256)
1
transactionHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
validatorContract() view returns (address)
0x95b303987a60c71504d99aa1b13b4da07b0790ab
Read-only
failedMessageDataHash(bytes32 _messageId) view returns (bytes32)
failedMessageReceiver(bytes32 _messageId) view returns (address)
failedMessageSender(bytes32 _messageId) view returns (address)
messageCallStatus(bytes32 _messageId) view returns (bool)
relayedMessages(bytes32 _txHash) view returns (bool)
State-modifying
Events claimTokens(address _token, address _to)
executeSignatures(bytes _data, bytes _signatures)
initialize(uint256 _sourceChainId, uint256 _destinationChainId, address _validatorContract, uint256 _maxGasPerTx, uint256 _gasPrice, uint256 _requiredBlockConfirmations, address _owner) returns (bool)
requireToPassMessage(address _contract, bytes _data, uint256 _gas) returns (bytes32)
safeExecuteSignatures(bytes _data, bytes _signatures)
safeExecuteSignaturesWithAutoGasLimit(bytes _data, bytes _signatures)
safeExecuteSignaturesWithGasLimit(bytes _data, bytes _signatures, uint32 _gas)
setAllowReentrantRequests(bool _enable)
setChainIds(uint256 _sourceChainId, uint256 _destinationChainId)
setGasPrice(uint256 _gasPrice)
setMaxGasPerTx(uint256 _maxGasPerTx)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
transferOwnership(address newOwner)
GasPriceChanged(uint256 gasPrice)
OwnershipTransferred(address previousOwner, address newOwner)
RelayedMessage(address indexed sender, address indexed executor, bytes32 indexed messageId, bool status)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
UserRequestForAffirmation(bytes32 indexed messageId, bytes encodedData)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.