MasterFeature
Verified contract
Implementation
Active on
Base with 0 txns
Inferred storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
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 22925464
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.