FastBridgeRouterV2
Verified contract
Active on
Base with 11,415 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 "FastBridgeRouterV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22003865 | 2 hours ago | | | 1.7068378 | 2.3221573e-7 | |
| 22003641 | 2 hours ago | | | 6.3987598 | 2.1921258e-7 | |
| 22003113 | 2 hours ago | | | 0.001 | 2.7120550e-7 | |
| 22001839 | 3 hours ago | | | 3.2798942 | 2.6631999e-7 | |
| 22000569 | 3 hours ago | | | 0.0001 | 2.7513029e-7 | |
| 21999524 | 4 hours ago | | | 0.02 | 2.5144100e-7 | |
| 21998939 | 4 hours ago | | | 0 | 3.1741198e-7 | |
| 21998890 | 4 hours ago | | | 0 | 3.7945500e-7 | |
| 21998822 | 4 hours ago | | | 0.0001 | 2.4424888e-7 | |
| 21998700 | 5 hours ago | | | 0 | 3.2460004e-7 |
ABI
ABI objects
Getter at block 22006847
GAS_REBATE_FLAG() view returns (bytes1)
0x2a
fastBridge() view returns (address)
0x5523d3c98809dddb82c686e152f5c58b1b0fb59e
owner() view returns (address)
0x0fea3e5840334fc758a3decf14546bfdfbef5cd3
swapQuoter() view returns (address)
0x9fbff54b967654b0c76b174d2b95614060dd6b07
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()
FastBridgeRouterV2__OriginSenderNotSpecified()
InsufficientOutputAmount()
MsgValueIncorrect()
PoolNotFound()
TokenAddressMismatch()
TokenNotContract()
TokenNotETH()
TokensIdentical()