ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 31 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
0x8111…acf4
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x06d6…b95d
-
variable spans 44 additional slots
0xd75c…e500
0x1983…57b8
0xce08…98c8
0x0d86…f378
0x3206…5d70
0x5523…fbf8
0x1ae6…55d6
0x52d3…c260
14 additional
variables
Balances ($15,989,908.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sDAI | ERC-20 | 14.274549M | $1.12 |
$15,987,494.6 | |
COMP | ERC-20 | 52.139704 | $46.30 |
$2,414.07 | |
USD3 | ERC-20 | 0 | $1.026 |
$0 | |
wcUSDCv3 | ERC-20 | 14.42083M | -- | -- | |
wcUSDCv3 | ERC-20 | 0.009707 | -- | -- | |
saEthPyUSD | ERC-20 | 0.008002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188022 | 7 hours ago | | | 0 | 0.0059493345 | |
| 21085215 | 15 days ago | | | 0 | 0.0017439170 | |
| 20968529 | a month ago | | | 0 | 0.0023482736 | |
| 20831407 | 2 months ago | | | 0 | 0.0026487839 | |
| 20797379 | 2 months ago | | | 0 | 0.0018667953 | |
| 20733251 | 2 months ago | | | 0 | 0.00072183094 | |
| 20700845 | 2 months ago | | | 0 | 0.00026891393 | |
| 20665716 | 2 months ago | | | 0 | 0.00070545012 | |
| 20650904 | 2 months ago | | | 0 | 0.00013539783 | |
| 20623518 | 3 months ago | | | 0 | 0.00021602119 |
ABI
ABI objects
Getter at block 21190211 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)
0x81117e3e98910c3dcf956b5fc97a7212e047acf4
maxTradeSlippage() view returns (uint192)
5000000000000000
minTradeVolume() view returns (uint192)
1000000000000000000000
tradesNonce() view returns (uint256)
32
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()