FloozMultichainRouter
Verified contract
Active on
Ethereum with 74,379 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc967…fffa
0x7b66…6c86
Balances ($0.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DREP | ERC-20 | 82.919414 | $0.004398 |
$0.36 | |
KAIJU | ERC-20 | 2.210765K | $0.00 |
$0 | |
EGGS | ERC-20 | 0 | $0.00 |
$0 | |
stETH | ERC-20 | 0 | $3,315.64 |
$0 | |
PEPE | ERC-20 | 3.552273B | -- | -- | |
BabyDOGE2.0 | ERC-20 | 62.395814M | -- | -- | |
BTQ | ERC-20 | 88.708431K | -- | -- | |
PAC | ERC-20 | 4.933948K | -- | -- | |
TWD | ERC-20 | 290.418213 | -- | -- | |
BOX | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238399 | a day ago | | | 0 | 0.0069017264 | |
| 21237101 | a day ago | | | 0.030462983 | 0.0076413348 | |
| 21233869 | 2 days ago | | | 0 | 0.0041768482 | |
| 21230715 | 2 days ago | | | 0 | 0.0035278450 | |
| 21230041 | 2 days ago | | | 0.079573051 | 0.0030410402 | |
| 21223762 | 3 days ago | | | 0.23940632 | 0.0070289842 | |
| 21216195 | 4 days ago | | | 0 | 0.0078796198 | |
| 21215531 | 4 days ago | | | 0.11307321 | 0.0039641353 | |
| 21215514 | 4 days ago | | | 0.10018851 | 0.0043197283 | |
| 21192676 | 8 days ago | | | 0 | 0.0035821578 |
ABI
ABI objects
Getter at block 21246447
FEE_DENOMINATOR() view returns (uint256)
10000
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
feeReceiver() view returns (address)
0x7b66162866067d1b0dd6537f0fac445ff7f56c86
oneInch() view returns (address)
0x1111111254fb6c44bac0bed2854e76f90643097d
owner() view returns (address)
0xef5a1c768ee7b51ec4b4af3c5804349e70759e14
paused() view returns (bool)
false
referralRegistry() view returns (address)
0xc967387f1dc6d350a3732e69581708462d2afffa
referralRewardRate() view returns (uint16)
2000
referralsActivated() view returns (bool)
true
swapFee() view returns (uint16)
100
zeroEx() view returns (address)
0xdef1c0ded9bec7f1a1670819833240f027b25eff
Read-only
customReferralRewardRate(address) view returns (uint16)
forkActivated(address) view returns (bool)
forkInitCode(address) view returns (bytes)
getUserReferee(address user) view returns (address)
hasUserReferee(address user) view returns (bool)
State-modifying
Events executeOneInchSwap(struct FloozMultichainRouterExternalSwapData swapData) payable
executeZeroExSwap(struct FloozMultichainRouterExternalSwapData swapData) payable
pause()
registerFork(address _factory, bytes _initCode)
renounceOwnership()
swapETHForExactTokens(struct FloozMultichainRouterSwapData swapData, uint256 amountOut, address[] path) payable returns (uint256[] amounts)
swapExactETHForTokens(struct FloozMultichainRouterSwapData swapData, uint256 amountOutMin, address[] path) payable returns (uint256[] amounts)
swapExactETHForTokensSupportingFeeOnTransferTokens(struct FloozMultichainRouterSwapData swapData, uint256 amountOutMin, address[] path) payable
swapExactTokensForETH(struct FloozMultichainRouterSwapData swapData, uint256 amountIn, uint256 amountOutMin, address[] path) returns (uint256[] amounts)
swapExactTokensForETHSupportingFeeOnTransferTokens(struct FloozMultichainRouterSwapData swapData, uint256 amountIn, uint256 amountOutMin, address[] path)
swapExactTokensForTokens(struct FloozMultichainRouterSwapData swapData, uint256 amountIn, uint256 amountOutMin, address[] path) returns (uint256[] amounts)
swapExactTokensForTokensSupportingFeeOnTransferTokens(struct FloozMultichainRouterSwapData swapData, uint256 amountIn, uint256 amountOutMin, address[] path)
swapTokensForExactETH(struct FloozMultichainRouterSwapData swapData, uint256 amountOut, uint256 amountInMax, address[] path) returns (uint256[] amounts)
swapTokensForExactTokens(struct FloozMultichainRouterSwapData swapData, uint256 amountOut, uint256 amountInMax, address[] path) returns (uint256[] amounts)
transferOwnership(address newOwner)
unpause()
updateCustomReferralRewardRate(address account, uint16 referralRate) returns (uint256)
updateFeeReceiver(address newFeeReceiver)
updateFork(address _factory, bytes _initCode, bool _activated)
updateReferralRegistry(address newReferralRegistry)
updateReferralRewardRate(uint16 newReferralRewardRate)
updateReferralsActivated(bool newReferralsActivated)
updateSwapFee(uint16 newSwapFee)
withdrawERC20Token(address token, address to, uint256 amount)
withdrawETH(address to, uint256 amount)
CustomReferralRewardRateUpdated(address indexed account, uint16 referralRate)
FeeReceiverUpdated(address feeReceiver)
ForkCreated(address factory)
ForkUpdated(address factory)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReferralRegistryUpdated(address referralRegistry)
ReferralRewardPaid(address from, address indexed to, address tokenOut, address tokenReward, uint256 amount)
ReferralRewardRateUpdated(uint16 referralRewardRate)
ReferralsActivatedUpdated(bool activated)
SwapFeeUpdated(uint16 swapFee)
Unpaused(address account)
constructor(address _WETH, uint16 _swapFee, uint16 _referralRewardRate, address _feeReceiver, address _referralRegistry, address _zeroEx, address _oneInch)
receive()
This contract contains no error objects.