0xd5b927956057075377263aab7f8afc12f85100db

Verified contract

Proxy

Active on Ethereum with 20 txns
Deployed by via 0xa7d4b1a2 at 16642985
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
Native
Value $233.29
ERC-20
Value $847.99
ERC-20
Value $412.65
ERC-20
Value $394.31
ERC-20
Value $350.09
ERC-20
Value $315.53
ERC-20
Value $207.98
ERC-20
Value $191.97
ERC-20
Value $186.16
ERC-20
Value $176.83
0xc169dcc6b35ca2d15062d5c13154744a08250ad1dac4e10cf413acfaeaba5aa4
0x1bbc514c6ae0eba1cafdad2698ec798861aedf66f68e3ad095ea2ad4b29f817f
0xca38dcfebc5966d37766fabadbef4540f0a82f7349eaf289deabe7a039b9cb84
0xadb4e6d4a9f545ae6c75b5241679cb9b5bf99e69da2ba0289a817b76bb58c37c
0x2fa632d4b5290348a23be2933f4f4034ec475ddd7ed39eadd47a3bca198f78ca
0x3cc42af010eb44a260b1d64f014b73563ae302835c6840eae1d82fb7d0babcf4
0x35fa929886af7ce3338eb73b4ce794a4b55db2f36d916bfa4ab29ade7407c268
0xdf66a85013e13add26ce2dc6145beb3c02748c1f4bd5afbb0a1246559717ac8e
0x463573f5e6b2d8f554888b495cc489c7d2c356ef8e30a706228a47155a22a5c2
0x0ec480d6fbefee9bf747784d79220fa07d2a983c04ea2f54d232f8cc5c5f0ed9

Functions
Getter at block 20890039
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.