ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 48 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
0x0a82…cd35
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x9bad…dac0
-
variable spans 44 additional slots
0x5e5c…9ca7
0x2183…ad56
0x0036…e087
0x005f…3658
0x3206…5d70
0xba3d…c3c2
0x4324…9938
0x9ec9…efad
14 additional
variables
Balances ($462.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 153.038924 | $3.02 |
$462.18 | |
dgnETH | ERC-20 | 0.000015 | $3,630.38 |
$0.06 | |
CRV | ERC-20 | 0 | $0.49083 |
$0 | |
apxETH | ERC-20 | 588.339289 | -- | -- | |
stkcvxETH+ETH-f | ERC-20 | 308.067384 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266660 | 3 days ago | | | 0 | 0.0050194810 | |
| 21216520 | 10 days ago | | | 0 | 0.0057097112 | |
| 21166531 | 17 days ago | | | 0 | 0.011017931 | |
| 21141643 | 20 days ago | | | 0 | 0.0032745812 | |
| 21095491 | a month ago | | | 0 | 0.0022870778 | |
| 21065590 | a month ago | | | 0 | 0.0059401454 | |
| 21065581 | a month ago | | | 0 | 0.0059056928 | |
| 21038669 | a month ago | | | 0 | 0.0020198818 | |
| 20992671 | a month ago | | | 0 | 0.0054846592 | |
| 20965598 | a month ago | | | 0 | 0.0075329298 |
ABI
ABI objects
Getter at block 21285431 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)
0x0a82c906e283fe813fa591d104e0bfe75609cd35
maxTradeSlippage() view returns (uint192)
5000000000000000
minTradeVolume() view returns (uint192)
1000000000000000000000
tradesNonce() view returns (uint256)
8
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()