VSPStrategy
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
vUSDT | ERC-20 | 0.000006 | -- | -- | |
vaWBTC | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15163280 | 2 years ago | | | 0 | 0.0062994785 | |
| 15156995 | 2 years ago | | | 0 | 0.0095766482 | |
| 15150695 | 2 years ago | | | 0 | 0.0050021548 | |
| 15144496 | 2 years ago | | | 0 | 0.030899584 | |
| 15137883 | 2 years ago | | | 0 | 0.043127002 | |
| 15131616 | 2 years ago | | | 0 | 0.0073124928 | |
| 15125174 | 2 years ago | | | 0 | 0.0069576457 | |
| 15119480 | 2 years ago | | | 0 | 0.0051087005 | |
| 15111672 | 2 years ago | | | 0 | 0.0052124521 | |
| 15105694 | 2 years ago | | | 0 | 0.011905320 |
ABI
ABI objects
Getter at block 21286584
NAME() view returns (string)
Strategy-VSP
VERSION() view returns (string)
2.0.3
controller() view returns (address)
0xa4f1671d3aee73c05b552d57f2d16d3cfcbd0217
isUpgradable() view returns (bool)
true
keepers() view returns (address)
0x47f7b9f68060d324c1868303220002263b70a46b
lastRebalanceBlock() view returns (uint256)
15163280
nextPoolIdx() view returns (uint256)
1
oraclePeriod() view returns (uint256)
3600
oracleRouterIdx() view returns (uint256)
0
paused() view returns (bool)
false
pool() view returns (address)
0xba4cfe5741b357fa371b506e5db0774abfecf8fc
stopEverything() view returns (bool)
false
swapManager() view returns (address)
0xe382d9f2394a359b01006faa8a1864b8a60d2710
swapSlippage() view returns (uint256)
10000
vvsp() view returns (address)
0xba4cfe5741b357fa371b506e5db0774abfecf8fc
Read-only
liquidationLimit(uint256) view returns (uint256)
pools(uint256) view returns (address)
State-modifying
Events pause()
rebalance()
sweepErc20(address _fromToken)
unpause()
updateLiquidationQueue(address[] _pools, uint256[] _limit)
updateOracleConfig(uint256 _newPeriod, uint256 _newRouterIdx)
updateSwapManager(address _swapManager)
updateSwapSlippage(uint256 _newSwapSlippage)
Open(address account)
Paused(address account)
Shutdown(address account)
Unpaused(address account)
UpdatedOracleConfig(uint256 oldPeriod, uint256 newPeriod, uint256 oldRouterIdx, uint256 newRouterIdx)
UpdatedSwapManager(address indexed previousSwapManager, address indexed newSwapManager)
UpdatedSwapSlippage(uint256 oldSwapSlippage, uint256 newSwapSlippage)
constructor(address _controller, address _vvsp)
This contract contains no fallback and receive objects.
This contract contains no error objects.