Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe382…2710
0x1b40…8421
0xba4c…f8fc
Balances ($11.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 0.747876 | $14.85 |
$11.11 | |
VSP | ERC-20 | 0.925516 | $0.301751 |
$0.28 | |
DAI | ERC-20 | 0.171084 | $0.99955 |
$0.17 | |
USDT | ERC-20 | 0.162527 | $1.00 |
$0.16 | |
vaAPE | ERC-20 | 30.709066 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18615617 | a year ago | | | 0 | 0.0050806165 | |
| 18615173 | a year ago | | | 0 | 0.019312876 | |
| 18615040 | a year ago | | | 0 | 0.026887985 | |
| 16309327 | 2 years ago | | | 0 | 0.0050209406 | |
| 16247585 | 2 years ago | | | 0 | 0.0056703986 | |
| 16175830 | 2 years ago | | | 0 | 0.0064728938 | |
| 16140575 | 2 years ago | | | 0 | 0.0051169076 | |
| 16098037 | 2 years ago | | | 0 | 0.0048520912 | |
| 16068674 | 2 years ago | | | 0 | 0.0073546088 | |
| 16039731 | 2 years ago | | | 0 | 0.0045946638 |
ABI
ABI objects
Getter at block 21221408
governor() view returns (address)
0xdf826ff6518e609e4cee86299d40611c148099d5
keepers() view returns (address)
0xb7254e668395a4339d1ccc1e24b4e11330ab33c7
oraclePeriod() view returns (uint256)
3600
oracleRouterIdx() view returns (uint256)
1
swapManager() view returns (address)
0xe382d9f2394a359b01006faa8a1864b8a60d2710
swapSlippage() view returns (uint256)
2000
vVSP() view returns (address)
0xba4cfe5741b357fa371b506e5db0774abfecf8fc
vsp() view returns (address)
0x1b40183efb4dd766f11bda7a7c3ad8982e998421
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptGovernorship()
addInKeepersList(address _addressToAdd)
batch(bytes[] calls, bool revertOnFail) payable
depositAndUnwrap(address _vPool, uint256 _amount)
doInfinityApproval(address _unwrapped)
migrateAssets(address[] _assets, address _to)
removeFromKeepersList(address _addressToRemove)
swapForVspAndTransferToVVSP(address _tokenIn, uint256 _amountIn)
transferAllVspToVVSP()
transferGovernorship(address _proposedGovernor)
transferVspToVVSP(uint256 _amount)
unwrap(address _vPool, uint256 _amount)
unwrapAll(address _vPool)
updateOracleConfig(uint256 _newPeriod, uint256 _newRouterIdx)
updateSwapManager(address _swapManager)
updateSwapSlippage(uint256 _newSwapSlippage)
MigratedAsset(address asset, uint256 amount)
UpdatedGovernor(address indexed previousGovernor, address indexed proposedGovernor)
UpdatedOracleConfig(uint256 oldPeriod, uint256 newPeriod, uint256 oldRouterIdx, uint256 newRouterIdx)
UpdatedSwapManager(address indexed oldSwapManager, address indexed newSwapManager)
UpdatedSwapSlippage(uint256 oldSwapSlippage, uint256 newSwapSlippage)
constructor(address _governor, address _weth, address _vVSP, address _listFactory, address _swapManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.