LRTConfig

Verified contract

Implementation

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

No balances found for "LRTConfig"

No transactions found for "LRTConfig"


Functions
Getter at block 20796092
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getSupportedAssetList(view returns (address[])
[]
rsETH(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
assetStrategy(address tokenview returns (address strategy)
contractMap(bytes32 contractKeyview returns (address contractAddress)
depositLimitByAsset(address tokenview returns (uint256 amount)
getContract(bytes32 contractKeyview returns (address)
getLSTToken(bytes32 tokenKeyview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isSupportedAsset(address tokenview returns (bool isSupported)
supportedAssetList(uint256view returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenMap(bytes32 tokenKeyview returns (address tokenAddress)
State-modifying
addNewSupportedAsset(address assetuint256 depositLimit
grantRole(bytes32 roleaddress account
initialize(address adminaddress stETHaddress ethXaddress rsETH_
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setContract(bytes32 contractKeyaddress contractAddress
setRSETH(address rsETH_
setToken(bytes32 tokenKeyaddress assetAddress
updateAssetDepositLimit(address assetuint256 depositLimit
updateAssetStrategy(address assetaddress strategy
Events
AddedNewSupportedAsset(address indexed assetuint256 depositLimit
AssetDepositLimitUpdate(address indexed assetuint256 depositLimit
AssetStrategyUpdate(address indexed assetaddress indexed strategy
Initialized(uint8 version
RemovedSupportedAsset(address indexed asset
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetContract(bytes32 keyaddress indexed contractAddr
SetRSETH(address indexed rsETH
SetToken(bytes32 keyaddress indexed tokenAddr
UpdateMaxRewardAmount(uint256 maxRewardAmount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AssetAlreadySupported(
AssetNotSupported(
CallerNotLRTConfigAdmin(
CallerNotLRTConfigAllowedRole(string role
CallerNotLRTConfigManager(
CallerNotLRTConfigOperator(
CannotUpdateStrategyAsItHasFundsNDCFunds(address ndcuint256 amount
InvalidMaxRewardAmount(
ValueAlreadyInUse(
ZeroAddressNotAllowed(