nProxy
Verified contract
Proxy
Active on
Ethereum with 435 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($106,829.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NOTE | ERC-20 | 1.09395M | $0.045563 |
$49,843.77 | |
DAI | ERC-20 | 49.303685K | $1.003 |
$49,451.6 | |
USDC | ERC-20 | 5.913393K | $1.00 |
$5,913.39 | |
BAL | ERC-20 | 640.645855 | $2.53 |
$1,620.83 | |
pUSDC | ERC-20 | 109.191736K | -- | -- | |
pDAI | ERC-20 | 60.499305K | -- | -- | |
BGBG | ERC-20 | 863.993946 | -- | -- | |
pETH | ERC-20 | 17.153491 | -- | -- | |
pWBTC | ERC-20 | 0.819321 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262248 | a day ago | | | 0 | 0.023739047 | |
| 21253935 | 2 days ago | | | 0 | 0.010219881 | |
| 21242538 | 4 days ago | | | 0 | 0.021721807 | |
| 21232991 | 5 days ago | | | 0 | 0.024955634 | |
| 21212074 | 8 days ago | | | 0 | 0.028095675 | |
| 21203759 | 9 days ago | | | 0 | 0.0081738558 | |
| 21192364 | 11 days ago | | | 0 | 0.025064681 | |
| 21182268 | 12 days ago | | | 0 | 0.054021314 | |
| 21161914 | 15 days ago | | | 0 | 0.046188604 | |
| 21153595 | 16 days ago | | | 0 | 0.0095677871 |
ABI
ABI objects
Getter at block 21270908 proxiableUUID() view returns (bytes32)
getImplementation() view returns (address)
0xe801b59eb9f6dddd58f35772afdd89e499ec5b0a
BALANCER_POOL_TOKEN() view returns (address)
0x5122e01d819e58bb2e22528c0d68d310f0aa6fd7
BALANCER_VAULT() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
MAXIMUM_COOL_DOWN_PERIOD_SECONDS() view returns (uint32)
2592000
MAX_ORACLE_WINDOW_SIZE() view returns (uint32)
122400
NOTE() view returns (address)
0xcfeaead4947f0705a14ec42ac3d44129e1ef3ed5
NOTE_ETH_POOL_ID() view returns (bytes32)
0x5122e01d819e58bb2e22528c0d68d310f0aa6fd7000200000000000000000163
NOTE_INDEX() view returns (uint256)
1
NOTIONAL() view returns (address)
0x6e7058c91f85e0f6db4fc9da2ca41241f5e4263f
TRADING_MODULE() view returns (address)
0x594734c7e06c3d483466adbce401c6bd269746c8
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
WETH_INDEX() view returns (uint256)
0
_getNOTESpotPrice() view returns (uint256)
13045597741330
coolDownTimeInSeconds() view returns (uint32)
28800
lastInvestTimestamp() view returns (uint32)
1732407071
manager() view returns (address)
0x745915418d8b70f39ce9e61a965cbb0c87f9f7ed
noteBurnPercent() view returns (uint8)
75
notePurchaseLimit() view returns (uint256)
10000000
owner() view returns (address)
0x22341fb5d92d3d801144aa5a925f401a91418a05
pendingOwner() view returns (address)
0x02479bfc7dce53a02e26fe7baea45a0852cb0909
priceOracleWindowInSeconds() view returns (uint32)
900
sNOTE() view returns (address)
0x38de42f4ba8a35056b33a746a6b45be9b1c3b9d2
Read-only
This contract contains no read-only function objects.
State-modifying
Events approveBalancer()
claimAndReinvestVaultReward(address vault, struct IStrategyVaultSingleSidedRewardTradeParams[][] tradesPerRewardToken, uint256[] minPoolClaims) returns (address[] rewardTokens, uint256[] amountsSold, uint256[] poolClaimAmounts)
claimBAL()
claimOwnership()
claimVaultRewardTokens(address vault)
executeTrade(struct Trade trade, uint8 dexId) returns (uint256 amountSold, uint256 amountBought)
harvestAssetInterestFromNotional(uint16[] currencies)
harvestAssetsFromNotional(uint16[] currencies)
initialize(address _owner, address _manager, uint32 _coolDownTimeInSeconds)
investWETHAndNOTE(uint256 wethAmount, uint256 noteAmount, uint256 minBPT, struct Trade trade) returns (uint256 receivedBPT, uint256 burnedNote)
reinvestVaultReward(address vault, struct IStrategyVaultSingleSidedRewardTradeParams[][] tradesPerRewardToken, uint256[] minPoolClaims) returns (address[] rewardTokens, uint256[] amountsSold, uint256[] poolClaimAmounts)
setCoolDownTime(uint32 _coolDownTimeInSeconds)
setManager(address newManager)
setNOTEPurchaseLimit(uint256 purchaseLimit)
setNoteBurnPercent(uint8 _noteBurnPercent)
setPriceOracleWindow(uint32 _priceOracleWindowInSeconds)
transferOwnership(address newOwner, bool direct, bool renounce)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address token, uint256 amount)
wrapToWETH()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
AssetInterestHarvested(uint16[] currencies)
AssetsHarvested(uint16[] currencies, uint256[] amounts)
AssetsInvested(uint256 wethAmount, uint256 noteAmount)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
InvestmentCoolDownUpdated(uint256 newCoolDownTimeSeconds)
ManagementTransferred(address prevManager, address newManager)
NOTEPurchaseLimitUpdated(uint256 purchaseLimit)
NoteBurned(uint256 amountBurned)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceOracleWindowUpdated(uint256 _priceOracleWindowInSeconds)
TradeExecuted(address indexed sellToken, address indexed buyToken, uint256 sellAmount, uint256 buyAmount)
Upgraded(address indexed implementation)
VaultRewardReinvested(address indexed vault, address indexed rewardToken, uint256 amountSold, uint256 poolClaimAmount)
VaultRewardTokensClaimed(address indexed vault, address[] rewardTokens, uint256[] claimedBalances)
constructor(address _logic, bytes _data)
fallback()
receive()
InvalidChain()