ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 69 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x7697…108a
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x90eb…2b50
-
variable spans 44 additional slots
0x9b85…6162
0x6d30…8e07
0x8a77…5472
0xa0d6…482f
0x3206…5d70
0x18ba…e7b8
0xe04c…ba6f
0x3d5e…014a
14 additional
variables
Balances ($7,351,755.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sDAI | ERC-20 | 6.564068M | $1.12 |
$7,351,755.88 | |
cUSDC | ERC-20 | 0.000097 | $0.024256 |
$0 | |
eUSD | ERC-20 | 0 | $0.998934 |
$0 | |
COMP | ERC-20 | 0 | $47.63 |
$0 | |
saEthUSDC | ERC-20 | 6.701897M | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- | |
wcUSDCv3 | ERC-20 | 0.006064 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21094085 | 13 days ago | | | 0 | 0.0020792453 | |
| 20818812 | 2 months ago | | | 0 | 0.030847523 | |
| 20733250 | 2 months ago | | | 0 | 0.00080777058 | |
| 20590427 | 3 months ago | | | 0 | 0.00032628984 | |
| 20498232 | 3 months ago | | | 0 | 0.00064254779 | |
| 20371223 | 4 months ago | | | 0 | 0.0015315668 | |
| 20367262 | 4 months ago | | | 0 | 0.011778524 | |
| 20166579 | 5 months ago | | | 0 | 0.0092453451 | |
| 20079788 | 5 months ago | | | 0 | 0.0030345553 | |
| 19968797 | 6 months ago | | | 0 | 0.0043397516 |
ABI
ABI objects
Getter at block 21187325 proxiableUUID() view returns (bytes32)
MAX_BACKING_BUFFER() view returns (uint192)
1000000000000000000
MAX_TRADE_SLIPPAGE() view returns (uint192)
1000000000000000000
MAX_TRADE_VOLUME() view returns (uint192)
100000000000000000000000000000
MAX_TRADING_DELAY() view returns (uint48)
31536000
backingBuffer() view returns (uint192)
1000000000000000
main() view returns (address)
0x7697ae4def3c3cd52493ba3a6f57fc6d8c59108a
maxTradeSlippage() view returns (uint192)
10000000000000000
minTradeVolume() view returns (uint192)
1000000000000000000000
tradesNonce() view returns (uint256)
66
tradesOpen() view returns (uint48)
0
tradingDelay() view returns (uint48)
0
version() pure returns (string)
3.4.0
Read-only
trades(address) view returns (address)
tradingContext(struct BasketRange basketsHeld) view returns (struct TradingContext ctx, struct Registry reg)
State-modifying
Events cacheComponents()
claimRewards()
claimRewardsSingle(address erc20)
forwardRevenue(address[] erc20s)
grantRTokenAllowance(address erc20)
init(address main_, uint48 tradingDelay_, uint192 backingBuffer_, uint192 maxTradeSlippage_, uint192 minTradeVolume_)
multicall(bytes[] data) returns (bytes[] results)
rebalance(uint8 kind)
setBackingBuffer(uint192 val)
setMaxTradeSlippage(uint192 val)
setMinTradeVolume(uint192 val)
setTradingDelay(uint48 val)
settleTrade(address sell) returns (address trade)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BackingBufferSet(uint192 oldVal, uint192 newVal)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
MaxTradeSlippageSet(uint192 oldVal, uint192 newVal)
MinTradeVolumeSet(uint192 oldVal, uint192 newVal)
RewardsClaimed(address indexed erc20, uint256 amount)
TradeSettled(address indexed trade, address indexed sell, address indexed buy, uint256 sellAmount, uint256 buyAmount)
TradeStarted(address indexed trade, address indexed sell, address indexed buy, uint256 sellAmount, uint256 minBuyAmount)
TradingDelaySet(uint48 oldVal, uint48 newVal)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
UIntOutOfBounds()