0xa1e1a94977ec3159db546bf01d7a8d17dd3ebbed
Verified contract
Proxy
Active on
Base with 92 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xa582…a00f
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x0e05…ac94
-
variable spans 44 additional slots
0xe820…c9b3
0x9306…e2ec
0xf0a8…12ca
0xcc7f…383e
0xab36…f64a
0x796d…71c3
0xef34…12bd
0xcc03…5736
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000711 |
$0 | |
hyUSD | ERC-20 | 0 | $1.058 |
$0 | |
STG | ERC-20 | 0 | $0.312174 |
$0 | |
wcUSDCv3 | ERC-20 | 2.53678M | -- | -- | |
saBasUSDC | ERC-20 | 2.47752M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18533977 | 3 months ago | | | 0 | 5.5491908e-7 | |
| 18333437 | 3 months ago | | | 0 | 0.0000022246588 | |
| 18093399 | 3 months ago | | | 0 | 0.0000010801087 | |
| 17908002 | 3 months ago | | | 0 | 0.0000047277885 | |
| 17779127 | 4 months ago | | | 0 | 0.0000043321412 | |
| 17569760 | 4 months ago | | | 0 | 0.0000041582451 | |
| 17117905 | 4 months ago | | | 0 | 0.0000046212402 | |
| 16843402 | 4 months ago | | | 0 | 0.000000502580700000 | |
| 16546631 | 4 months ago | | | 0 | 0.0000025708641 | |
| 16546545 | 4 months ago | | | 0 | 0.0000013029870 |
ABI
ABI objects
Getter at block 22441508 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)
0xa582985c68ed30a052ff0b07d74931140bd5a00f
maxTradeSlippage() view returns (uint192)
5000000000000000
minTradeVolume() view returns (uint192)
100000000000000000000
tradesNonce() view returns (uint256)
22
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
UIntOutOfBounds()