CoreStateRegistry
Verified contract
Active on
Base with 185,041 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000043 | $3,377.56 |
$0.14 | |
WETH | ERC-20 | 1.705573 | $3,375.11 |
$5,756.5 | |
USDC | ERC-20 | 956.41806 | $0.999652 |
$956.09 | |
cbETH | ERC-20 | 0.180959 | $3,656.59 |
$661.69 | |
wstETH | ERC-20 | 0.03445 | $4,002.67 |
$137.89 | |
USDbC | ERC-20 | 131.070627 | $0.998901 |
$130.93 | |
DAI | ERC-20 | 53.92557 | $0.998921 |
$53.87 | |
POOL | ERC-20 | 41.001518 | $0.398773 |
$16.35 | |
BALD | ERC-20 | 527.460941 | $0.023115 |
$12.19 | |
rETH | ERC-20 | 0.002903 | $3,763.13 |
$10.93 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22737695 | a minute ago | | | 0 | 0.0000031738827 | |
| 22737681 | a minute ago | | | 0 | 0.0000012080303 | |
| 22737641 | 3 minutes ago | | | 0 | 0.0000012679674 | |
| 22737595 | 4 minutes ago | | | 0 | 0.0000020874792 | |
| 22737573 | 5 minutes ago | | | 0 | 0.0000030775067 | |
| 22737572 | 5 minutes ago | | | 0 | 0.0000012080303 | |
| 22737536 | 6 minutes ago | | | 0 | 0.0000012679674 | |
| 22737408 | 10 minutes ago | | | 0 | 0.0000026855006 | |
| 22737386 | 11 minutes ago | | | 0 | 0.0000027844599 | |
| 22737353 | 12 minutes ago | | | 0 | 0.0000062212492 |
ABI
ABI objects
Getter at block 22737717
CHAIN_ID() view returns (uint64)
8453
payloadsCount() view returns (uint256)
106234
superRegistry() view returns (address)
0x17a332dc7b40ae701485023b219e9d6f493a2514
Read-only
getFailedDeposits(uint256 payloadId_) view returns (uint256[] superformIds, uint256[] amounts, uint256 lastProposedTime)
getMessageAMB(uint256 payloadId_) view returns (uint8[])
messageQuorum(bytes32) view returns (uint256)
payloadBody(uint256) view returns (bytes)
payloadHeader(uint256) view returns (uint256)
payloadTracking(uint256) view returns (uint8)
validateSlippage(uint256 finalAmount_, uint256 amount_, uint256 maxSlippage_) view returns (bool)
State-modifying
Events dispatchPayload(address srcSender_, uint8[] ambIds_, uint64 dstChainId_, bytes message_, bytes extraData_) payable
disputeRescueFailedDeposits(uint256 payloadId_)
finalizeRescueFailedDeposits(uint256 payloadId_)
processPayload(uint256 payloadId_) payable
proposeRescueFailedDeposits(uint256 payloadId_, uint256[] proposedAmounts_)
receivePayload(uint64 srcChainId_, bytes message_)
updateDepositPayload(uint256 payloadId_, address[] finalTokens_, uint256[] finalAmounts_)
updateWithdrawPayload(uint256 payloadId_, bytes[] txData_)
FailedXChainDeposits(uint256 indexed payloadId)
PayloadProcessed(uint256 indexed payloadId)
PayloadReceived(uint64 indexed srcChainId, uint64 indexed dstChainId, uint256 indexed payloadId)
PayloadUpdated(uint256 indexed payloadId)
ProofReceived(bytes32 indexed proof)
RescueDisputed(uint256 indexed payloadId)
RescueFinalized(uint256 indexed payloadId)
RescueProposed(uint256 indexed payloadId, uint256[] superformIds, uint256[] proposedAmount, uint256 proposedTime)
SuperRegistryUpdated(address indexed superRegistry)
constructor(address superRegistry_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
BLOCK_CHAIN_ID_OUT_OF_BOUNDS()
BRIDGE_TOKENS_PENDING()
CANNOT_UPDATE_WITHDRAW_TX_DATA()
DELAY_NOT_SET()
DIFFERENT_PAYLOAD_UPDATE_AMOUNTS_LENGTH()
DIFFERENT_PAYLOAD_UPDATE_TX_DATA_LENGTH()
DISPUTE_TIME_ELAPSED()
FailedInnerCall()
INSUFFICIENT_QUORUM()
INVALID_CHAIN_ID()
INVALID_DST_SWAP_AMOUNT()
INVALID_INTERNAL_CALL()
INVALID_PAYLOAD_ID()
INVALID_PAYLOAD_TYPE()
INVALID_PAYLOAD_UPDATE_REQUEST()
INVALID_PROOF_BRIDGE_ID()
INVALID_PROOF_BRIDGE_IDS()
INVALID_RESCUE_DATA()
INVALID_UPDATE_FINAL_TOKEN()
NEGATIVE_SLIPPAGE()
NOT_AMB_IMPLEMENTATION()
NOT_PRIVILEGED_CALLER(bytes32 role)
NOT_SUPERFORM_ROUTER()
NOT_VALID_DISPUTER()
PAYLOAD_ALREADY_PROCESSED()
PAYLOAD_ALREADY_UPDATED()
PAYLOAD_NOT_UPDATED()
RESCUE_ALREADY_PROPOSED()
RESCUE_LOCKED()
SLIPPAGE_OUT_OF_BOUNDS()
SUPERFORM_ID_NONEXISTENT()
SafeERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease)
SafeERC20FailedOperation(address token)
ZERO_AMB_ID_LENGTH()
ZERO_AMOUNT()
ZERO_FINAL_TOKEN()