0xeb4af8a64070ef0dea6260e0bf2310748f014d88

Verified contract

Proxy

Active on Ethereum with 9 txns
Deployed by via 0xcafa8e9f at 17181929
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
-
variable spans 5 additional slots
ERC-20
Value $1,769.19
ERC-20
Value $1,109.72
ERC-20
Value $783.81
ERC-20
Value $421.27
ERC-20
Value $324.49
ERC-20
Value $188.13
ERC-20
Value $186.49
ERC-20
Value $172.38
ERC-20
Value $163.12
ERC-20
Value $160.08
0xa26dade3b58b7592d9967e15cc2fab9ae9505136f45ae5add70a98b97eff5213
0x580b069e9530a7e15ae1132dabe7f6de915d1857c9191533fa756cba6ca55ed6
0xb51258a05140e2e8d4c43c981a4659263778257fe5455f1d00b180de255f63ae
0xb2436543ee3160c5b45885162bf1657248b5e26761471b53ad30c41064b93227
0xe7fab4aec0433f9486ad4cce82bdda9f0730d8142dec16fb4f48005f3b37ffaf
0xdd4702e8945176565e278fd607958a8524c0819805c4c7ab260b017c4e309d74
0x3f537a532def183da5a43e8c1e45d8b694c1494390b8025e7a9973055b87ab31
0xb0b465f0d9dbc9520db39c8b47800f982ac35f2df168ba8597de82c7ba0acbc0
0x6a82973bd9eb91bbd60c7d3b948e602c01d450149cc350f7c61c870a2ff0dacb

Functions
Getter at block 21399011
ANY_ADDRESS(view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
NAMESPACE(view returns (bytes32)
0xdd327ba0ba6e7bb0e0099273577340e52e9e071b1b87834b866bafccdc4c14cb
bridgeConnector(view returns (address)
0x491e75e21082af13253e9def0fceeae8b851965d
bridgeFee(view returns (uint256 pctuint256 capaddress tokenuint256 perioduint256 totalChargeduint256 nextResetTime)
(pct=0, cap=0, token=0x0000000000000000000000000000000000000000, period=0, totalCharged=0, nextResetTime=0)
feeCollector(view returns (address)
0x4629c578a9e49ef4aaabfee03f238cb11625f78b
performanceFee(view returns (uint256 pctuint256 capaddress tokenuint256 perioduint256 totalChargeduint256 nextResetTime)
(pct=0, cap=0, token=0x0000000000000000000000000000000000000000, period=0, totalCharged=0, nextResetTime=0)
priceOracle(view returns (address)
0xa36caee7b277630890f8ef5f30bb712e9d15cd6b
registry(view returns (address)
0xde6d4872c0c8167fb4f405c7854fd2fed7edca21
swapConnector(view returns (address)
0xebe080c88f6d65fd055aaf0ede7b431eb284450d
swapFee(view returns (uint256 pctuint256 capaddress tokenuint256 perioduint256 totalChargeduint256 nextResetTime)
(pct=0, cap=0, token=0x0000000000000000000000000000000000000000, period=0, totalCharged=0, nextResetTime=0)
withdrawFee(view returns (uint256 pctuint256 capaddress tokenuint256 perioduint256 totalChargeduint256 nextResetTime)
(pct=0, cap=0, token=0x0000000000000000000000000000000000000000, period=0, totalCharged=0, nextResetTime=0)
wrappedNativeToken(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getPrice(address baseaddress quoteview returns (uint256)
getPriceFeed(address baseaddress quoteview returns (address)
investedValue(addressview returns (uint256)
isAuthorized(address whobytes4 whatview returns (bool)
isStrategyAllowed(addressview returns (bool)
lastValue(address strategyview returns (uint256)
State-modifying
authorize(address whobytes4 what
bridge(uint8 sourceuint256 chainIdaddress tokenuint256 amountuint8 limitTypeuint256 limitAmountaddress recipientbytes datareturns (uint256 bridged)
call(address targetbytes callDatauint256 valuebytes datareturns (bytes result)
claim(address strategybytes datareturns (address[] tokensuint256[] amounts)
collect(address tokenaddress fromuint256 amountbytes datareturns (uint256 collected)
exit(address strategyaddress[] tokensInuint256[] amountsInuint256 slippagebytes datareturns (address[] tokensOutuint256[] amountsOut)
initialize(address admin
join(address strategyaddress[] tokensInuint256[] amountsInuint256 slippagebytes datareturns (address[] tokensOutuint256[] amountsOut)
setBridgeConnector(address newBridgeConnector
setBridgeFee(uint256 pctuint256 capaddress tokenuint256 period
setFeeCollector(address newFeeCollector
setPerformanceFee(uint256 pctuint256 capaddress tokenuint256 period
setPriceFeed(address baseaddress quoteaddress feed
setPriceFeeds(address[] basesaddress[] quotesaddress[] feeds
setPriceOracle(address newPriceOracle
setStrategy(address strategybool allowed
setSwapConnector(address newSwapConnector
setSwapFee(uint256 pctuint256 capaddress tokenuint256 period
setWithdrawFee(uint256 pctuint256 capaddress tokenuint256 period
swap(uint8 sourceaddress tokenInaddress tokenOutuint256 amountInuint8 limitTypeuint256 limitAmountbytes datareturns (uint256 amountOut)
unauthorize(address whobytes4 what
unwrap(uint256 amountbytes datareturns (uint256 unwrapped)
withdraw(address tokenuint256 amountaddress recipientbytes datareturns (uint256 withdrawn)
wrap(uint256 amountbytes datareturns (uint256 wrapped)
Events
Authorized(address indexed whobytes4 what
Bridge(uint8 indexed sourceuint256 indexed chainIdaddress indexed tokenuint256 amountInuint256 minAmountOutuint256 feeaddress recipientbytes data
BridgeConnectorSet(address indexed bridgeConnector
BridgeFeeSet(uint256 pctuint256 capaddress tokenuint256 period
Call(address indexed targetbytes callDatauint256 valuebytes resultbytes data
Claim(address indexed strategyaddress[] tokensuint256[] amountsbytes data
Collect(address indexed tokenaddress indexed fromuint256 collectedbytes data
Exit(address indexed strategyaddress[] tokensInuint256[] amountsInaddress[] tokensOutuint256[] amountsOutuint256 valueuint256[] feesuint256 slippagebytes data
FeeCollectorSet(address indexed feeCollector
Initialized(uint8 version
Join(address indexed strategyaddress[] tokensInuint256[] amountsInaddress[] tokensOutuint256[] amountsOutuint256 valueuint256 slippagebytes data
PerformanceFeeSet(uint256 pctuint256 capaddress tokenuint256 period
PriceFeedSet(address indexed baseaddress indexed quoteaddress feed
PriceOracleSet(address indexed priceOracle
StrategySet(address indexed strategybool allowed
Swap(uint8 indexed sourceaddress indexed tokenInaddress indexed tokenOutuint256 amountInuint256 amountOutuint256 minAmountOutuint256 feebytes data
SwapConnectorSet(address indexed swapConnector
SwapFeeSet(uint256 pctuint256 capaddress tokenuint256 period
Unauthorized(address indexed whobytes4 what
Unwrap(uint256 amountuint256 unwrappedbytes data
Withdraw(address indexed tokenaddress indexed recipientuint256 withdrawnuint256 feebytes data
WithdrawFeeSet(uint256 pctuint256 capaddress tokenuint256 period
Wrap(uint256 amountuint256 wrappedbytes data
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.