ProtocolConfig

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x2ba33582 at 19066579
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 48 additional slots
-
variable spans 48 additional slots

No balances found for "ProtocolConfig"

No transactions found for "ProtocolConfig"


Functions
Getter at block 21218861
getBlbIchiVaultFeeRate(view returns (uint256)
0
getBlbStabilityPool(view returns (address)
0x0000000000000000000000000000000000000000
getBlbStablePoolFeeRate(view returns (uint256)
0
getBlbUsdcIchiVault(view returns (address)
0x0000000000000000000000000000000000000000
getDepositFee(view returns (uint256)
0
getFeeManager(view returns (address)
0x0000000000000000000000000000000000000000
getRewardFee(view returns (uint256)
0
getTreasury(view returns (address)
0x0000000000000000000000000000000000000000
getTreasuryFeeRate(view returns (uint256)
0
getWithdrawFee(view returns (uint256)
0
getWithdrawVaultFee(view returns (uint256)
0
getWithdrawVaultFeeWindow(view returns (uint256)
0
getWithdrawVaultFeeWindowStartTime(view returns (uint256)
0
owner(view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only

This contract contains no read-only function objects.

State-modifying
acceptOwnership(
initialize(address treasuryaddress owner
renounceOwnership(
setBlbStabilityPool(address pool
setBlbUsdcIchiVault(address vault
setDepositFee(uint256 depositFee
setFeeDistribution(uint256 treasuryFeeRateuint256 blbStablePoolFeeRateuint256 blbIchiVaultFeeRate
setFeeManager(address feeManager
setRewardFee(uint256 rewardFee
setTreasuryWallet(address treasury
setWithdrawFee(uint256 withdrawFee
setWithdrawVaultFeeWindow(uint256 withdrawVaultFeeWindow
startVaultWithdrawFee(
transferOwnership(address newOwner
Events
Initialized(uint8 version
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
FEE_WINDOW_ALREADY_STARTED(
FEE_WINDOW_TOO_LONG(uint256 windowTime
INVALID_FEE_DISTRIBUTION(
RATIO_TOO_HIGH(uint256 ratio
ZERO_ADDRESS(