Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4305676 | a year ago | | | 0 | 0.000070508175 | |
| 4305586 | a year ago | | | 0 | 0.0016306796 | |
| 4182889 | a year ago | | | 0 | 0.000011400861 | |
| 4175666 | a year ago | | | 0 | 0.000045636234 | |
| 4175665 | a year ago | | | 0 | 0.000079656993 |
ABI
ABI objects
Getter at block 23075841
MAX_VE_DEPOSIT_FEE() view returns (uint256)
700
MIN_VE_DEPOSIT_FEE() view returns (uint256)
125
MULTIPLIER() view returns (uint256)
1000
PROMO_VE_DEPOSIT_FEE() view returns (uint256)
900
REDEEM_FEE() view returns (uint256)
35
WEEK() view returns (uint256)
604800
__NAME__() view returns (string)
cabalAERO Vault
depositCapEnabled() view returns (bool)
false
feeManager() view returns (address)
0xda7a0c92ada5b3ca35748da4bdced76691d3fd44
getCurrentDepositFee() view returns (uint256)
900
getCurrentEpoch() view returns (uint256 _epoch)
63
getCurrentLocked() view returns (uint256 locked)
134018584190464761751604
hasInitial() view returns (bool)
true
isPromotionPeriod() view returns (bool)
true
liquidToken() view returns (address)
0xac5da09e0a15b1335edd7d1aeeea2578fdef7b66
liquidTokenSupplyAtCurrentEpoch() view returns (uint256)
121888922493905745654009
owner() view returns (address)
0xbce585a870890c5a55984a701a6fc2d281cea39f
paused() view returns (bool)
true
redeemEnabled() view returns (bool)
true
smartWalletWhitelist() view returns (address)
0x9aac59cf2d12c6f23867e4166dd0d8fc22aae927
stablePair() view returns (address)
0x5a467c3e0e2f1e0a5a3dd4f707cbf41d487a355c
strategy() view returns (address)
0x4ba995ee8133b50e87069c7c0d04379bc1e89eac
supplyPercentageLimit() view returns (uint256)
150
treasury() view returns (address)
0x696f3c5f5c982f7f9c9922bc6f5bb429a4224ae4
underlyingToken() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
ve() view returns (address)
0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4
veDepositEnabled() view returns (bool)
true
Read-only
getAvailableToDeposit(uint256 _tokenId) view returns (bool isAvailable)
mintedFromNftAt(uint256) view returns (uint256)
State-modifying
Events deposit(uint256 _amount)
depositAll()
depositNFT(uint256 _tokenId)
disableDepositCap()
disableRedeem()
disableVeDeposit()
emergencyWithdraw(address _token)
enableDepositCap()
enableRedeem()
enableVeDeposit()
initialVeLock(uint256 _tokenId)
pause()
rebase()
redeem(uint256 _amount)
redeemAll()
renounceOwnership()
setPromotionPeriod(bool _isPromotionPeriod, uint256 _depositFee)
setStablePair(address _stablePair)
setTreasury(address _treasury)
transferOwnership(address newOwner)
unpause()
Deposit(address indexed sender, uint256 amount)
DepositNFT(address indexed sender, uint256 tokenId, uint256 amount)
DisableVeDeposit()
EnableVeDeposit()
IncreaseAmount(uint256 amount)
InitialLock(uint256 unlockTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Rebase(uint256 amount)
Redeem(address indexed sender, uint256 amount, uint256 redeemed)
SetPromotionPeriod(bool set, uint256 fee)
SetStablePair(address pair)
SetTreasury(address treasury)
Unpaused(address account)
constructor(string _name, address _strategy, address _liquidToken, address _underlyingToken, address _ve, address _stablePair, address _smartWalletWhitelist, address _feeManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.