TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,403 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 4 additional slots
0xcb00…7eba
0x6dcc…e8cb
Balances ($3,158,758.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ankrETH | ERC-20 | 504.546671 | $4,606.27 |
$2,324,078.2 | |
ANKR | ERC-20 | 9.435728M | $0.047098 |
$444,400.42 | |
ankrMATIC | ERC-20 | 536.191317K | $0.727875 |
$390,280.25 | |
aMATICb | ERC-20 | 7.501201K | -- | -- | |
aETHb | ERC-20 | 13.750177 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21390804 | a day ago | | | 0 | 0.0013494804 | |
| 21387067 | 2 days ago | | | 0 | 0.0031747429 | |
| 21376991 | 3 days ago | | | 0 | 0.0011242475 | |
| 21350239 | 7 days ago | | | 0 | 0.0013421128 | |
| 21349952 | 7 days ago | | | 0 | 0.0013351157 | |
| 21348139 | 7 days ago | | | 0 | 0.0017541592 | |
| 21343797 | 8 days ago | | | 0 | 0.0029193088 | |
| 21343743 | 8 days ago | | | 0 | 0.0030496146 | |
| 21341359 | 8 days ago | | | 0 | 0.0019193687 | |
| 21340143 | 8 days ago | | | 0 | 0.0026798153 |
ABI
ABI objects
Getter at block 21398130
getBondImplementation() view returns (address)
0xc70ba9efdc7158699126d3fe36b7e77500f643a1
getNativeAddress() view returns (address)
0x4862cacd5ed3d396fd568f81809a63f6531171dd
getTokenImplementation() view returns (address)
0xf14c4d4d701153ee28bb7d77da1c2038c3b330eb
owner() view returns (address)
0xa3464e1b86ee6941a600f9f69c61a47322af918f
paused() view returns (bool)
false
Read-only
getBondType(address token) view returns (uint8)
getNativeRatio(address token) view returns (uint256)
getRatio(address token) view returns (uint256)
isPeggedToken(address toToken) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addAllowedContract(address allowedContract, uint256 toChain)
changeConsensus(address consensus)
changeMetadata(address token, bytes32 name, bytes32 symbol)
changeRouter(address router)
deposit(address fromToken, uint256 toChain, address toAddress, uint256 amount)
deposit(uint256 toChain, address toAddress) payable
factoryPeggedBond(uint256 fromChain, struct ICrossChainBridgeMetadata metaData)
factoryPeggedToken(uint256 fromChain, struct ICrossChainBridgeMetadata metaData)
initialize(address consensusAddress, address tokenFactory, address bondFactory, string nativeTokenSymbol, string nativeTokenName, address bondFeed, address router)
pause()
removeAllowedContract(uint256 toChain)
renounceOwnership()
setBondFactory(address factory)
setTokenFactory(address factory)
transferOwnership(address newOwner)
unpause()
withdraw(bytes, bytes rawReceipt, bytes proofSignature)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BondImplementationChanged(address consensusAddress)
ConsensusChanged(address consensusAddress)
ContractAllowed(address contractAddress, uint256 toChain)
ContractDisallowed(address contractAddress, uint256 toChain)
DepositBurned(uint256 chainId, address indexed fromAddress, address indexed toAddress, address fromToken, address toToken, uint256 totalAmount, struct ICrossChainBridgeMetadata metadata, address originToken)
DepositLocked(uint256 chainId, address indexed fromAddress, address indexed toAddress, address fromToken, address toToken, uint256 totalAmount, struct ICrossChainBridgeMetadata metadata)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenImplementationChanged(address consensusAddress)
Unpaused(address account)
WithdrawMinted(bytes32 receiptHash, address indexed fromAddress, address indexed toAddress, address fromToken, address toToken, uint256 totalAmount)
WithdrawUnlocked(bytes32 receiptHash, address indexed fromAddress, address indexed toAddress, address fromToken, address toToken, uint256 totalAmount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.