LRTConfig
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "LRTConfig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LRTConfig"
ABI
ABI objects
Getter at block 20796092
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getSupportedAssetList() view returns (address[])
[]
rsETH() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
assetStrategy(address token) view returns (address strategy)
contractMap(bytes32 contractKey) view returns (address contractAddress)
depositLimitByAsset(address token) view returns (uint256 amount)
getContract(bytes32 contractKey) view returns (address)
getLSTToken(bytes32 tokenKey) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isSupportedAsset(address token) view returns (bool isSupported)
supportedAssetList(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMap(bytes32 tokenKey) view returns (address tokenAddress)
State-modifying
Events addNewSupportedAsset(address asset, uint256 depositLimit)
grantRole(bytes32 role, address account)
initialize(address admin, address stETH, address ethX, address rsETH_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setContract(bytes32 contractKey, address contractAddress)
setRSETH(address rsETH_)
setToken(bytes32 tokenKey, address assetAddress)
updateAssetDepositLimit(address asset, uint256 depositLimit)
updateAssetStrategy(address asset, address strategy)
AddedNewSupportedAsset(address indexed asset, uint256 depositLimit)
AssetDepositLimitUpdate(address indexed asset, uint256 depositLimit)
AssetStrategyUpdate(address indexed asset, address indexed strategy)
Initialized(uint8 version)
RemovedSupportedAsset(address indexed asset)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetContract(bytes32 key, address indexed contractAddr)
SetRSETH(address indexed rsETH)
SetToken(bytes32 key, address indexed tokenAddr)
UpdateMaxRewardAmount(uint256 maxRewardAmount)
constructor()
This contract contains no fallback and receive objects.
AssetAlreadySupported()
AssetNotSupported()
CallerNotLRTConfigAdmin()
CallerNotLRTConfigAllowedRole(string role)
CallerNotLRTConfigManager()
CallerNotLRTConfigOperator()
CannotUpdateStrategyAsItHasFundsNDCFunds(address ndc, uint256 amount)
InvalidMaxRewardAmount()
ValueAlreadyInUse()
ZeroAddressNotAllowed()