ProtocolConfig
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "ProtocolConfig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ProtocolConfig"
ABI
ABI objects
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
Events acceptOwnership()
initialize(address treasury, address owner)
renounceOwnership()
setBlbStabilityPool(address pool)
setBlbUsdcIchiVault(address vault)
setDepositFee(uint256 depositFee)
setFeeDistribution(uint256 treasuryFeeRate, uint256 blbStablePoolFeeRate, uint256 blbIchiVaultFeeRate)
setFeeManager(address feeManager)
setRewardFee(uint256 rewardFee)
setTreasuryWallet(address treasury)
setWithdrawFee(uint256 withdrawFee)
setWithdrawVaultFeeWindow(uint256 withdrawVaultFeeWindow)
startVaultWithdrawFee()
transferOwnership(address newOwner)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
FEE_WINDOW_ALREADY_STARTED()
FEE_WINDOW_TOO_LONG(uint256 windowTime)
INVALID_FEE_DISTRIBUTION()
RATIO_TOO_HIGH(uint256 ratio)
ZERO_ADDRESS()