OpenEdenVaultV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
16 additional
variables
Balances ($0.00)
No balances found for "OpenEdenVaultV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "OpenEdenVaultV2"
ABI
ABI objects
Getter at block 21312138 decimals() view returns (uint8) onchainAssets() view returns (uint256 assetAmt) tbillUsdcRate() view returns (uint256 rate) totalAssets() view returns (uint256 assetAmt) txsFeeRate() view returns (uint256)
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
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)
operator() view returns (address)
0x0000000000000000000000000000000000000000
oplTreasury() view returns (address)
0x0000000000000000000000000000000000000000
owner() 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
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getEpochInfo(uint256 _epoch) view returns (uint256 depositAmt, uint256 withdrawAmt, uint256 gap)
getWithdrawalQueueInfo(uint256 _index) view returns (address sender, address receiver, uint256 shares, bytes32 id)
getWithdrawalUserInfo(address _user) view returns (uint256 shares)
hasDepositBefore(address investor) view returns (bool)
previewDeposit(uint256 _assets) view returns (uint256)
previewRedeem(uint256 _shares) view returns (uint256)
txsFee(uint256 _assets) view returns (uint256)
validWeekendDepositAmount(uint256 _assets) view returns (bool)
validateDeposit(uint256 _assets) view returns (bool)
validateWithdraw(uint256 _assets) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
cancel(uint256 _len)
claimServiceFee(uint256 _amt)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _assets, address _receiver)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _underlying, address _controller, address _operator, address _tbillUsdPriceFeed, address _usdcUsdPriceFeed, address _oplTreasury, address _treasury, address _feeManager, address _kycManager, address[] _holders, uint256[] _shares)
offRamp(uint256 _amt)
offRampQ(address _token, uint256 _amt)
processWithdrawalQueue(uint256 _len)
redeem(uint256 _shares, address _receiver)
renounceOwnership()
setController(address _controller)
setFeeManager(address _feeManager)
setKycManager(address _kycManager)
setMaxDepeg(uint256 _max)
setMaxTimeDelay(uint256 _maxTimeDelay)
setOperator(address _operator)
setOplTreasury(address _opl)
setQTreasury(address _qTreasury)
setTBillPriceFeed(address _priceFeed)
setTreasury(address _treasury)
setUsdcPriceFeed(address _priceFeed)
setWeekendFlag(bool _isWeekend)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateEpoch(bool _isWeekend)
upgradeTo(address newImpl)
upgradeToAndCall(address newImplementation, bytes data) payable
AddToWithdrawalQueue(address sender, address receiver, uint256 shares, bytes32 id)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Cancel(uint256 len, uint256 totalShares)
ClaimServiceFee(address receiver, uint256 amount)
Deposit(address indexed receiver, uint256 assets, uint256 shares)
Initialized(uint8 version)
OffRamp(address treasury, uint256 assets)
OffRampQ(address qTreasury, uint256 assets)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessDeposit(address sender, address receiver, uint256 assets, uint256 shares, uint256 txsFee, address oplTreasury, address treasury)
ProcessRedeemCancel(address sender, address receiver, uint256 shares, bytes32 prevId)
ProcessWithdraw(address sender, address receiver, uint256 assets, uint256 shares, uint256 actualAssets, uint256 actualShare, uint256 txFee, bytes32 prevId, address oplTreasury)
ProcessWithdrawalQueue(uint256 totalAssets, uint256 totalShares, uint256 totalFees)
SetController(address controller)
SetFeeManager(address feeManager)
SetKycManager(address kycManager)
SetMaxDepeg(uint256 max)
SetMaxTimeDelay(uint256 maxTimeDelay)
SetOperator(address operator)
SetOplTreasury(address oplTreasury)
SetTBillPriceFeed(address priceFeed)
SetTimelock(address timelock)
SetUsdcPriceFeed(address priceFeed)
SetWeekendFlag(bool flag)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateEpoch(uint256 unClaimedFee, uint256 epoch, bool isWeekend)
UpdateQTreasury(address newAddress)
UpdateTreasury(address newAddress)
Upgraded(address indexed implementation)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor()
This contract contains no fallback and receive objects.
Empty()
OutOfBounds()