SynapseCCTPRouter
Verified contract
Active on
Ethereum with 3,425 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Native
Value
$15.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005002 | $3,065.44 |
$15.33 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210311 | 14 hours ago | | | 0 | 0.0049844319 | |
| 21208565 | 20 hours ago | | | 0 | 0.0054594845 | |
| 21208553 | 20 hours ago | | | 0 | 0.0047908126 | |
| 21203984 | a day ago | | | 0 | 0.0019276032 | |
| 21201163 | 2 days ago | | | 0 | 0.0063217448 | |
| 21201121 | 2 days ago | | | 0 | 0.0032572059 | |
| 21198028 | 2 days ago | | | 0 | 0.0030588294 | |
| 21197456 | 2 days ago | | | 0 | 0.0052883787 | |
| 21197352 | 2 days ago | | | 0 | 0.0054056413 | |
| 21196822 | 2 days ago | | | 0 | 0.0028260180 |
ABI
ABI objects
Getter at block 21214478
synapseCCTP() view returns (address)
0x12715a66773bd9c54534a01abf01d05f6b4bd35e
Read-only
calculateFeeAmount(address token, uint256 amount, bool isSwap) view returns (uint256 fee)
feeStructures(address token) view returns (uint40 relayerFee, uint72 minBaseFee, uint72 minSwapFee, uint72 maxFee)
getConnectedBridgeTokens(address tokenOut) view returns (struct BridgeToken[] tokens)
getDestinationAmountOut(struct DestRequest[] requests, address tokenOut) view returns (struct SwapQuery[] destQueries)
getOriginAmountOut(address tokenIn, string[] tokenSymbols, uint256 amountIn) view returns (struct SwapQuery[] originQueries)
State-modifying
Events adapterSwap(address recipient, address tokenIn, uint256 amountIn, address tokenOut, bytes rawParams) payable returns (uint256 amountOut)
bridge(address recipient, uint256 chainId, address token, uint256 amount, struct SwapQuery originQuery, struct SwapQuery destQuery) payable
This contract contains no event objects.
constructor(address _synapseCCTP)
receive()
DeadlineExceeded()
InsufficientOutputAmount()
MsgValueIncorrect()
PoolNotFound()
TokenAddressMismatch()
TokenNotContract()
TokenNotETH()
TokensIdentical()
UnknownRequestAction()