TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,830 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1f13…0cff
0x7a90…2768
Balances ($90.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUSD | ERC-20 | 90 | $0.994906 |
$89.54 | |
NFTS | ERC-20 | 10.8883 | $0.047924 |
$0.52 | |
ALN | ERC-20 | 12 | $0.001842 |
$0.02 | |
FORM | ERC-20 | 10 | $0.000699 |
$0.01 | |
BURN | ERC-20 | 900.018B | -- | -- | |
NIBBA | ERC-20 | 50M | -- | -- | |
COOM | ERC-20 | 1M | -- | -- | |
TEST1 | ERC-20 | 413.6 | -- | -- | |
QANX | ERC-20 | 282.5439 | -- | -- | |
PTT | ERC-20 | 107.9001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13073322 | 3 years ago | | | 0 | 0.00050473500 | |
| 12872954 | 3 years ago | | | 0 | 0.0013914120 | |
| 12872850 | 3 years ago | | | 0 | 0.0017063550 | |
| 12872822 | 3 years ago | | | 0 | 0.0044089500 | |
| 12872805 | 3 years ago | | | 0 | 0.0041724550 | |
| 12872796 | 3 years ago | | | 0 | 0.0042236950 | |
| 12872789 | 3 years ago | | | 0 | 0.0041789650 | |
| 12872785 | 3 years ago | | | 0 | 0.0047610850 | |
| 12872781 | 3 years ago | | | 0 | 0.0041425650 | |
| 12872546 | 3 years ago | | | 0 | 0.0017063550 |
ABI
ABI objects
Getter at block 21212315
chainportCongress() view returns (address)
0xb6b4c7ac240b1f176c5589d064733066a83884a1
freezeLength() view returns (uint256)
129600
isFrozen() view returns (bool)
true
maintainersRegistry() view returns (address)
0x1f13af55ed6062895bf25dacfcfb2d0b008d0cff
safetyThreshold() view returns (uint256)
40
signatureValidator() view returns (address)
0x7a90b52dd8c7729d7ae7ea65c79ce4ba5e2c2768
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.