You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: technical-reference/reference-isolated-pools/erc4626/venus-erc4626-factory.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Overview
4
4
5
-
`VenusERC4626Factory` is a factory contract for deploying upgradeable VenusERC4626 vaults as BeaconProxy instances. It manages the deployment, registry, and configuration of vaults, and controls access to sensitive operations via AccessControlManager (ACM).
5
+
`VenusERC4626Factory` is a factory contract for deploying upgradeable VenusERC4626 vaults as BeaconProxy instances. It manages the deployment, registry, and configuration of vaults, and controls access to sensitive operations via the AccessControlManager (ACM).
6
6
7
7
# Solidity API
8
8
@@ -18,17 +18,17 @@
18
18
The Pool Registry contract.
19
19
20
20
-**`rewardRecipient`** (`address`, public):
21
-
The address that will receive the liquidity mining rewards.
21
+
The address that receives the liquidity mining rewards.
Copy file name to clipboardExpand all lines: technical-reference/reference-isolated-pools/erc4626/venus-erc4626.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Overview
4
4
5
-
`VenusERC4626` is an upgradeable ERC4626-compliant vault that wraps a Venus vToken, enabling standard ERC4626 vault interactions with the Venus Protocol. It manages deposits, withdrawals, minting, redeeming, and reward distribution, with additional access control and loop limit protections.
5
+
`VenusERC4626` is an upgradeable, ERC4626-compliant vault that wraps a Venus vToken, enabling standard ERC4626 vault interactions with the Venus Protocol. It manages deposits, withdrawals, minting, redeeming, and reward distribution, with additional access control and loop limit protections.
6
6
7
7
# Solidity API
8
8
@@ -15,10 +15,10 @@
15
15
The Venus vToken associated with this ERC4626 vault.
16
16
17
17
-**`comptroller`** (`IComptroller`, public):
18
-
The Venus Comptroller contract, responsible for market operations.
18
+
The Venus Comptroller contract responsible for market operations.
19
19
20
20
-**`rewardRecipient`** (`address`, public):
21
-
The recipient of rewards distributed by the Venus Protocol.
21
+
The address that receives rewards distributed by the Venus Protocol.
22
22
23
23
---
24
24
@@ -34,7 +34,7 @@
34
34
Emitted when the reward recipient address is updated.
35
35
36
36
-`oldRecipient`: The previous reward recipient address.
37
-
-`newRecipient`: The new reward recipient.
37
+
-`newRecipient`: The new reward recipient address.
0 commit comments