OpenEdenVaultV3

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xbb031cae at 19216628
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
17 additional variables

No balances found for "OpenEdenVaultV3"

No transactions found for "OpenEdenVaultV3"


Functions
Getter at block 20957863
BPSUNIT(view returns (uint256)
10000
ONE(view returns (uint256)
100000000
controller(view returns (address)
0x0000000000000000000000000000000000000000
currWeekendDeposit(view returns (uint256)
0
currWeekendWithdraw(view returns (uint256)
0
 
decimals(view returns (uint8)
epoch(view returns (uint256)
0
feeManager(view returns (address)
0x0000000000000000000000000000000000000000
getWithdrawalQueueLength(view returns (uint256)
0
getWithdrawalTotalShares(view returns (uint256 shares)
0
isWeekend(view returns (bool)
false
kycManager(view returns (address)
0x0000000000000000000000000000000000000000
maxDepeg(view returns (uint256)
0
maxTimeDelay(view returns (uint256)
0
name(view returns (string)
 
onchainAssets(view returns (uint256 assetAmt)
operator(view returns (address)
0x0000000000000000000000000000000000000000
oplTreasury(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0x0000000000000000000000000000000000000000
partnerShip(view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
qTreasury(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
tbillDecimalScaleFactor(view returns (uint256)
0
tbillUsdPriceFeed(view returns (address)
0x0000000000000000000000000000000000000000
 
tbillUsdcRate(view returns (uint256 rate)
 
totalAssets(view returns (uint256 assetAmt)
totalSupply(view returns (uint256)
0
treasury(view returns (address)
0x0000000000000000000000000000000000000000
unClaimedFee(view returns (uint256)
0
underlying(view returns (address)
0x0000000000000000000000000000000000000000
usdcUsdPriceFeed(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
canDeposit(int256 _maxDepositview returns (int256)
canDepositWeekend(int256 _maxDepositview returns (int256)
canWithdraw(int256 _maxWithdrawview returns (int256)
getEpochInfo(uint256 _epochview returns (uint256 depositAmtuint256 withdrawAmt)
getWithdrawalQueueInfo(uint256 _indexview returns (address senderaddress receiveruint256 sharesbytes32 id)
getWithdrawalUserInfo(address _userview returns (uint256 shares)
hasDepositBefore(address investorview returns (bool)
previewDeposit(uint256 _assetsview returns (uint256)
previewRedeem(uint256 _sharesview returns (uint256)
txsFee(uint8 _typeaddress _senderuint256 _assetsview returns (uint256 oeFeeuint256 pFeeuint256 totalFee)
validWeekendDepositAmount(uint256 _assetsview returns (bool)
validateDeposit(uint256 _assetsview returns (bool)
validateWithdraw(uint256 _assetsview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
cancel(uint256 _len
claimServiceFee(uint256 _amt
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
deposit(uint256 _assetsaddress _receiver
increaseAllowance(address spenderuint256 addedValuereturns (bool)
offRamp(uint256 _amt
offRampQ(address _tokenuint256 _amt
processWithdrawalQueue(uint256 _len
redeem(uint256 _sharesaddress _receiver
renounceOwnership(
setController(address _controller
setFeeManager(address _feeManager
setKycManager(address _kycManager
setMaxDepeg(uint256 _max
setMaxTimeDelay(uint256 _maxTimeDelay
setOperator(address _operator
setOplTreasury(address _opl
setPartnerShip(address _partnerShip
setQTreasury(address _qTreasury
setTBillPriceFeed(address _priceFeed
setTreasury(address _treasury
setUsdcPriceFeed(address _priceFeed
setWeekendFlag(bool _isWeekend
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
updateEpoch(bool _isWeekend
upgradeTo(address newImpl
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AddToWithdrawalQueue(address senderaddress receiveruint256 sharesbytes32 id
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed spenderuint256 value
BeaconUpgraded(address indexed beacon
Cancel(uint256 lenuint256 totalShares
ClaimServiceFee(address receiveruint256 amount
Deposit(address indexed receiveruint256 assetsuint256 shares
Initialized(uint8 version
OffRamp(address treasuryuint256 assets
OffRampQ(address qTreasuryuint256 assets
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProcessDeposit(address senderaddress receiveruint256 assetsuint256 sharesuint256 oeFeeuint256 pFeeuint256 totalFeeaddress oplTreasuryaddress treasury
ProcessRedeemCancel(address senderaddress receiveruint256 sharesbytes32 prevId
ProcessWithdraw(address senderaddress receiveruint256 assetsuint256 sharesuint256 actualAssetsuint256 actualShareuint256 oeFeeuint256 pFeeuint256 totalFeebytes32 prevIdaddress oplTreasury
ProcessWithdrawalQueue(uint256 totalAssetsuint256 totalSharesuint256 totalFees
RedeemL(address senderuint256 sharesuint256 oeFeeuint256 pFeeuint256 totalFeeuint256 trimmedAssets
SetController(address controller
SetFeeManager(address feeManager
SetKycManager(address kycManager
SetMaxDepeg(uint256 max
SetMaxTimeDelay(uint256 maxTimeDelay
SetOperator(address operator
SetOperatorL(address operator
SetOplTreasury(address oplTreasury
SetPartnerShip(address partnerShip
SetTBillPriceFeed(address priceFeed
SetTimelock(address timelock
SetUsdcPriceFeed(address priceFeed
SetWeekendFlag(bool flag
Transfer(address indexed fromaddress indexed touint256 value
UpdateEpoch(uint256 unClaimedFeeuint256 epochbool isWeekend
UpdateQTreasury(address newAddress
UpdateTreasury(address newAddress
Upgraded(address indexed implementation
Withdraw(address indexed senderaddress indexed receiveraddress indexed owneruint256 assetsuint256 shares
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
Empty(
OutOfBounds(