SocketValidator

Verified contract

Active on Ethereum with 1 txns
Deployed by via 0x7ae63dc8 at 19075509
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SocketValidator"

0xc017830ab17f588512ef769e7f517856f0e46066d3a5d7a173b895971230b293
From

Functions
Getter at block 20888233
CHAIN_ID(view returns (uint64)
1
superRegistry(view returns (address)
0x17a332dc7b40ae701485023b219e9d6f493a2514
Read-only
decodeAmountIn(bytes txData_boolpure returns (uint256 amount_)
decodeDstSwap(bytespure returns (addressuint256)
decodeSwapOutputToken(bytespure returns (address)
isRouteBlacklisted(uint256 id_view returns (bool blacklisted)
validateReceiver(bytes txData_address receiverpure returns (bool)
validateTxData(struct IBridgeValidatorValidateTxDataArgs args_view returns (bool hasDstSwap)
State-modifying
addToBlacklist(uint256 id_
removeFromBlacklist(uint256 id_
Events
AddedToBlacklist(uint256 indexed id
RemovedFromBlacklist(uint256 indexed id
Constructor
constructor(address superRegistry_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
BLACKLISTED_ROUTE_ID(
CANNOT_DECODE_FINAL_SWAP_OUTPUT_TOKEN(
INVALID_ACTION(
INVALID_INTERIM_TOKEN(
INVALID_TXDATA_CHAIN_ID(
INVALID_TXDATA_RECEIVER(
INVALID_TXDATA_TOKEN(
NOT_BLACKLISTED_ROUTE_ID(
NOT_EMERGENCY_ADMIN(
ZERO_ADDRESS(