ForeignBridgeNativeToErc
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
27
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 "ForeignBridgeNativeToErc"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ForeignBridgeNativeToErc"
ABI
ABI objects
Getter at block 21288805 requiredSignatures() view returns (uint256)
dailyLimit() view returns (uint256)
0
decimalShift() view returns (uint256)
0
deployedAtBlock() view returns (uint256)
0
erc677token() view returns (address)
0x0000000000000000000000000000000000000000
executionDailyLimit() view returns (uint256)
0
executionMaxPerTx() view returns (uint256)
0
feeManagerContract() view returns (address)
0x0000000000000000000000000000000000000000
gasPrice() view returns (uint256)
0
getBridgeInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=2, minor=5, patch=0)
getBridgeMode() pure returns (bytes4 _data)
0x92a8d7fe
getCurrentDay() view returns (uint256)
20055
getFeeManagerMode() view returns (bytes4)
0x779a349c
getHomeFee() view returns (uint256)
54097686535627803633828242569651132507022115257117556183158408617880076171237
isInitialized() view returns (bool)
false
maxPerTx() view returns (uint256)
0
minPerTx() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
requiredBlockConfirmations() view returns (uint256)
0
validatorContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
relayedMessages(bytes32 _txHash) view returns (bool)
totalExecutedPerDay(uint256 _day) view returns (uint256)
totalSpentPerDay(uint256 _day) view returns (uint256)
withinExecutionLimit(uint256 _amount) view returns (bool)
withinLimit(uint256 _amount) view returns (bool)
State-modifying
Events claimTokens(address _token, address _to)
claimTokensFromErc677(address _token, address _to)
executeSignatures(uint8[] vs, bytes32[] rs, bytes32[] ss, bytes message)
initialize(address _validatorContract, address _erc677token, uint256[] _dailyLimitMaxPerTxMinPerTxArray, uint256 _foreignGasPrice, uint256 _requiredBlockConfirmations, uint256[] _homeDailyLimitHomeMaxPerTxArray, address _owner, uint256 _decimalShift, address _bridgeOnOtherSide) returns (bool)
onTokenTransfer(address _from, uint256 _value, bytes _data) returns (bool)
rewardableInitialize(address _validatorContract, address _erc677token, uint256[] _dailyLimitMaxPerTxMinPerTxArray, uint256 _foreignGasPrice, uint256 _requiredBlockConfirmations, uint256[] _homeDailyLimitHomeMaxPerTxArray, address _owner, address _feeManager, uint256 _homeFee, uint256 _decimalShift, address _bridgeOnOtherSide) returns (bool)
setDailyLimit(uint256 _dailyLimit)
setExecutionDailyLimit(uint256 _dailyLimit)
setExecutionMaxPerTx(uint256 _maxPerTx)
setFeeManagerContract(address _feeManager)
setGasPrice(uint256 _gasPrice)
setHomeFee(uint256 _fee)
setMaxPerTx(uint256 _maxPerTx)
setMinPerTx(uint256 _minPerTx)
setRequiredBlockConfirmations(uint256 _blockConfirmations)
transferOwnership(address newOwner)
DailyLimitChanged(uint256 newLimit)
ExecutionDailyLimitChanged(uint256 newLimit)
FeeDistributedFromAffirmation(uint256 feeAmount, bytes32 indexed transactionHash)
FeeDistributedFromSignatures(uint256 feeAmount, bytes32 indexed transactionHash)
GasPriceChanged(uint256 gasPrice)
OwnershipTransferred(address previousOwner, address newOwner)
RelayedMessage(address recipient, uint256 value, bytes32 transactionHash)
RequiredBlockConfirmationChanged(uint256 requiredBlockConfirmations)
UserRequestForAffirmation(address recipient, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.