FastBridgeRouter
Verified contract
Active on
Ethereum with 13,342 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FastBridgeRouter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20965028 | a month ago | | | 0.4 | 0.0024543739 | |
| 20910667 | a month ago | | | 0.089405866 | 0.00098832081 | |
| 20889318 | a month ago | | | 0 | 0.00061727852 | |
| 20840830 | a month ago | | | 0.02 | 0.00096752688 | |
| 20840616 | a month ago | | | 0.028 | 0.0010398095 | |
| 20840607 | a month ago | | | 0 | 0.0014731047 | |
| 20816982 | 2 months ago | | | 0.09 | 0.0017457616 | |
| 20777540 | 2 months ago | | | 0.332 | 0.00049090868 | |
| 20693482 | 2 months ago | | | 1.42 | 0.00090071520 | |
| 20631196 | 2 months ago | | | 0.18851613 | 0.000063526754 |
ABI
ABI objects
Getter at block 21160105
GAS_REBATE_FLAG() view returns (bytes1)
0x2a
fastBridge() view returns (address)
0x5523d3c98809dddb82c686e152f5c58b1b0fb59e
owner() view returns (address)
0x0fea3e5840334fc758a3decf14546bfdfbef5cd3
swapQuoter() view returns (address)
0x5682dc851c33adb48f6958a963a5d3aa31f6f184
Read-only
getOriginAmountOut(address tokenIn, address[] rfqTokens, 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
renounceOwnership()
setFastBridge(address fastBridge_)
setSwapQuoter(address swapQuoter_)
transferOwnership(address newOwner)
FastBridgeSet(address newFastBridge)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapQuoterSet(address newSwapQuoter)
constructor(address owner_)
receive()
DeadlineExceeded()
InsufficientOutputAmount()
MsgValueIncorrect()
PoolNotFound()
TokenAddressMismatch()
TokenNotContract()
TokenNotETH()
TokensIdentical()