MasterFeature
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "MasterFeature"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MasterFeature"
ABI
ABI objects
Getter at block 22736756
getFeatures() view returns (uint256 featuresCount, address[] features, string[] names, uint256[] featureMethodsCount)
(featuresCount=0, features=[], names=[], featureMethodsCount=[])
getMarkets() view returns (uint256 marketsCount, address[] proxies, bool[] isLibrary, bool[] isActive)
(marketsCount=0, proxies=[], isLibrary=[], isActive=[])
getMethodIDs() view returns (uint256 count, bytes4[] methodIDs)
(count=0, methodIDs=[])
Read-only
getFeature(address featureAddr) view returns (struct MasterFeatureFeature feature)
getFeatureByMethodID(bytes4 methodID) view returns (struct MasterFeatureFeature feature)
getFeatureImpl(bytes4 methodID) view returns (address impl)
getMarket(uint256 marketId) view returns (struct LibAggregatorStorageMarket)
State-modifying
Events addMarket(address proxy, bool isLibrary)
setMarketActive(uint256 marketId, bool isActive)
setMarketProxy(uint256 marketId, address newProxy, bool isLibrary)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.