0xeb4af8a64070ef0dea6260e0bf2310748f014d88
Verified contract
Proxy
Active on
Ethereum with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($20,391.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROPS | ERC-20 | 15.406796K | $0.114832 |
$1,769.19 | |
PERL | ERC-20 | 81.819815K | $0.013563 |
$1,109.72 | |
SPX | ERC-20 | 1.058315K | $0.740625 |
$783.81 | |
WXRP | ERC-20 | 169.865364 | $2.48 |
$421.27 | |
AAVE | ERC-20 | 0.854249 | $379.85 |
$324.49 | |
PEAS | ERC-20 | 17.134236 | $10.98 |
$188.13 | |
LUFFY | ERC-20 | 859.821372K | $0.000217 |
$186.49 | |
LQTY | ERC-20 | 71.82616 | $2.40 |
$172.38 | |
SPC | ERC-20 | 5.283256K | $0.030876 |
$163.12 | |
LUNA | ERC-20 | 1.217247M | $0.000132 |
$160.08 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19791125 | 7 months ago | | | 0 | 0.00039784535 | |
| 18472779 | a year ago | | | 0 | 0.0019476439 | |
| 18472775 | a year ago | | | 0 | 0.0021235802 | |
| 18472770 | a year ago | | | 0 | 0.0027944241 | |
| 18472748 | a year ago | | | 0 | 0.0014898425 | |
| 18272738 | a year ago | | | 0 | 0.00053843398 | |
| 18251805 | a year ago | | | 0 | 0.00062611121 | |
| 17814113 | a year ago | | | 0 | 0.0026944036 | |
| 17481370 | a year ago | | | 0 | 0.00065315303 |
ABI
ABI objects
Getter at block 21399011
ANY_ADDRESS() view returns (address)
0xffffffffffffffffffffffffffffffffffffffff
NAMESPACE() view returns (bytes32)
0xdd327ba0ba6e7bb0e0099273577340e52e9e071b1b87834b866bafccdc4c14cb
bridgeConnector() view returns (address)
0x491e75e21082af13253e9def0fceeae8b851965d
bridgeFee() view returns (uint256 pct, uint256 cap, address token, uint256 period, uint256 totalCharged, uint256 nextResetTime)
(pct=0, cap=0, token=0x0000000000000000000000000000000000000000, period=0, totalCharged=0, nextResetTime=0)
feeCollector() view returns (address)
0x4629c578a9e49ef4aaabfee03f238cb11625f78b
performanceFee() view returns (uint256 pct, uint256 cap, address token, uint256 period, uint256 totalCharged, uint256 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 pct, uint256 cap, address token, uint256 period, uint256 totalCharged, uint256 nextResetTime)
(pct=0, cap=0, token=0x0000000000000000000000000000000000000000, period=0, totalCharged=0, nextResetTime=0)
withdrawFee() view returns (uint256 pct, uint256 cap, address token, uint256 period, uint256 totalCharged, uint256 nextResetTime)
(pct=0, cap=0, token=0x0000000000000000000000000000000000000000, period=0, totalCharged=0, nextResetTime=0)
wrappedNativeToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getPrice(address base, address quote) view returns (uint256)
getPriceFeed(address base, address quote) view returns (address)
investedValue(address) view returns (uint256)
isAuthorized(address who, bytes4 what) view returns (bool)
isStrategyAllowed(address) view returns (bool)
lastValue(address strategy) view returns (uint256)
State-modifying
Events authorize(address who, bytes4 what)
bridge(uint8 source, uint256 chainId, address token, uint256 amount, uint8 limitType, uint256 limitAmount, address recipient, bytes data) returns (uint256 bridged)
call(address target, bytes callData, uint256 value, bytes data) returns (bytes result)
claim(address strategy, bytes data) returns (address[] tokens, uint256[] amounts)
collect(address token, address from, uint256 amount, bytes data) returns (uint256 collected)
exit(address strategy, address[] tokensIn, uint256[] amountsIn, uint256 slippage, bytes data) returns (address[] tokensOut, uint256[] amountsOut)
initialize(address admin)
join(address strategy, address[] tokensIn, uint256[] amountsIn, uint256 slippage, bytes data) returns (address[] tokensOut, uint256[] amountsOut)
setBridgeConnector(address newBridgeConnector)
setBridgeFee(uint256 pct, uint256 cap, address token, uint256 period)
setFeeCollector(address newFeeCollector)
setPerformanceFee(uint256 pct, uint256 cap, address token, uint256 period)
setPriceFeed(address base, address quote, address feed)
setPriceFeeds(address[] bases, address[] quotes, address[] feeds)
setPriceOracle(address newPriceOracle)
setStrategy(address strategy, bool allowed)
setSwapConnector(address newSwapConnector)
setSwapFee(uint256 pct, uint256 cap, address token, uint256 period)
setWithdrawFee(uint256 pct, uint256 cap, address token, uint256 period)
swap(uint8 source, address tokenIn, address tokenOut, uint256 amountIn, uint8 limitType, uint256 limitAmount, bytes data) returns (uint256 amountOut)
unauthorize(address who, bytes4 what)
unwrap(uint256 amount, bytes data) returns (uint256 unwrapped)
withdraw(address token, uint256 amount, address recipient, bytes data) returns (uint256 withdrawn)
wrap(uint256 amount, bytes data) returns (uint256 wrapped)
Authorized(address indexed who, bytes4 what)
Bridge(uint8 indexed source, uint256 indexed chainId, address indexed token, uint256 amountIn, uint256 minAmountOut, uint256 fee, address recipient, bytes data)
BridgeConnectorSet(address indexed bridgeConnector)
BridgeFeeSet(uint256 pct, uint256 cap, address token, uint256 period)
Call(address indexed target, bytes callData, uint256 value, bytes result, bytes data)
Claim(address indexed strategy, address[] tokens, uint256[] amounts, bytes data)
Collect(address indexed token, address indexed from, uint256 collected, bytes data)
Exit(address indexed strategy, address[] tokensIn, uint256[] amountsIn, address[] tokensOut, uint256[] amountsOut, uint256 value, uint256[] fees, uint256 slippage, bytes data)
FeeCollectorSet(address indexed feeCollector)
Initialized(uint8 version)
Join(address indexed strategy, address[] tokensIn, uint256[] amountsIn, address[] tokensOut, uint256[] amountsOut, uint256 value, uint256 slippage, bytes data)
PerformanceFeeSet(uint256 pct, uint256 cap, address token, uint256 period)
PriceFeedSet(address indexed base, address indexed quote, address feed)
PriceOracleSet(address indexed priceOracle)
StrategySet(address indexed strategy, bool allowed)
Swap(uint8 indexed source, address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut, uint256 minAmountOut, uint256 fee, bytes data)
SwapConnectorSet(address indexed swapConnector)
SwapFeeSet(uint256 pct, uint256 cap, address token, uint256 period)
Unauthorized(address indexed who, bytes4 what)
Unwrap(uint256 amount, uint256 unwrapped, bytes data)
Withdraw(address indexed token, address indexed recipient, uint256 withdrawn, uint256 fee, bytes data)
WithdrawFeeSet(uint256 pct, uint256 cap, address token, uint256 period)
Wrap(uint256 amount, uint256 wrapped, bytes data)
This contract contains no constructor objects.
receive()
This contract contains no error objects.