ChainportBridgeEth
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "ChainportBridgeEth"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ChainportBridgeEth"
ABI
ABI objects
Getter at block 21212315
chainportCongress() view returns (address)
0x0000000000000000000000000000000000000000
freezeLength() view returns (uint256)
0
isFrozen() view returns (bool)
false
maintainersRegistry() view returns (address)
0x0000000000000000000000000000000000000000
safetyThreshold() view returns (uint256)
0
signatureValidator() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
functionNameToNonce(string) view returns (uint256)
isAboveThreshold(address token, uint256 amount) view returns (bool)
isAssetProtected(address) view returns (bool)
isSignatureUsed(bytes) view returns (bool)
isTokenHavingPendingWithdrawal(address) view returns (bool)
tokenToPendingWithdrawal(address) view returns (uint256 amount, address beneficiary, uint256 unlockingTime)
State-modifying
Events approveWithdrawalAndTransferFunds(address token)
freezeBridge()
freezeToken(address token, uint256 amount)
initialize(address _maintainersRegistryAddress, address _chainportCongress, address _signatureValidator, uint256 _freezeLength, uint256 _safetyThreshold)
rejectWithdrawal(address token)
releaseTokens(bytes signature, address token, uint256 amount, uint256 nonce)
releaseTokensByMaintainer(bytes signature, address token, uint256 amount, address beneficiary, uint256 nonce)
releaseTokensTimelockPassed(bytes signature, address token, uint256 amount, uint256 nonce)
setAssetProtection(address tokenAddress, bool _isProtected)
setMaintainersRegistry(address _maintainersRegistry)
setThreshold(uint256 _safetyThreshold)
setTimeLockLength(uint256 length)
unfreezeBridge()
AssetProtectionChanged(address asset, bool isProtected)
CreatedPendingWithdrawal(address token, address beneficiary, uint256 amount, uint256 unlockingTime)
SafetyThresholdChanged(uint256 newSafetyThreshold)
TimeLockLengthChanged(uint256 newTimeLockLength)
TokensFreezed(address tokenAddress, address issuer, uint256 amount)
TokensUnfreezed(address tokenAddress, address issuer, uint256 amount)
WithdrawalApproved(address token, address beneficiary, uint256 amount)
WithdrawalRejected(address token, address beneficiary, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.