DelegateCallProxyOneToOne
Verified contract
Proxy
Active on
Ethereum with 155 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
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 "DelegateCallProxyOneToOne"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13716669 | 3 years ago | | | 0 | 0.063037383 | |
| 13708932 | 3 years ago | | | 0 | 0.082462054 | |
| 13371858 | 3 years ago | | | 0 | 0.040318202 | |
| 13371686 | 3 years ago | | | 0 | 0.036749133 | |
| 13371686 | 3 years ago | | | 0 | 0.020599896 | |
| 13371322 | 3 years ago | | | 0 | 0.017403330 | |
| 13357162 | 3 years ago | | | 0 | 0.071374353 | |
| 13357162 | 3 years ago | | | 0 | 0.040392322 | |
| 13310972 | 3 years ago | | | 0 | 0.023132849 | |
| 13310972 | 3 years ago | | | 0 | 0.042729169 |
ABI
ABI objects
Getter at block 21293966
categoryIndex() view returns (uint256)
3
defaultExitFeeRecipient() view returns (address)
0x78a3ef33cf033381feb43ba4212f2af5a5a0a2ea
defaultSellerPremium() view returns (uint8)
2
oracle() view returns (address)
0xfa5a44d3ba93d666bf29c8804a36e725ecac659a
owner() view returns (address)
0x78a3ef33cf033381feb43ba4212f2af5a5a0a2ea
Read-only
computeAverageMarketCap(address token) view returns (uint144)
computeAverageMarketCaps(address[] tokens) view returns (uint144[] marketCaps)
computeInitializerAddress(address poolAddress) view returns (address initializerAddress)
computePoolAddress(uint256 categoryID, uint256 indexSize) view returns (address poolAddress)
computeSellerAddress(address poolAddress) view returns (address sellerAddress)
getCategoryMarketCaps(uint256 categoryID) view returns (uint144[] marketCaps)
getCategoryTokens(uint256 categoryID) view returns (address[] tokens)
getInitialTokensAndBalances(uint256 categoryID, uint256 indexSize, uint144 wethValue) view returns (address[] tokens, uint256[] balances)
getLastCategoryUpdate(uint256 categoryID) view returns (uint256)
getPoolMeta(address poolAddress) view returns (struct MarketCapSqrtControllerIndexPoolMeta meta)
getTopCategoryTokens(uint256 categoryID, uint256 num) view returns (address[] tokens)
hasCategory(uint256 categoryID) view returns (bool)
isTokenInCategory(uint256 categoryID, address token) view returns (bool)
State-modifying
Events addToken(uint256 categoryID, address token)
addTokens(uint256 categoryID, address[] tokens)
createCategory(bytes32 metadataHash)
delegateCompLikeTokenFromPool(address pool, address token, address delegatee)
finishPreparedIndexPool(address poolAddress, address[] tokens, uint256[] balances)
initialize()
orderCategoryTokensByMarketCap(uint256 categoryID)
prepareIndexPool(uint256 categoryID, uint256 indexSize, uint256 initialWethValue, string name, string symbol) returns (address poolAddress, address initializerAddress)
reindexPool(address poolAddress)
removeToken(uint256 categoryID, address token)
renounceOwnership()
reweighPool(address poolAddress)
setController(address poolAddress, address controller)
setDefaultExitFeeRecipient(address defaultExitFeeRecipient_)
setDefaultSellerPremium(uint8 _defaultSellerPremium)
setExitFeeRecipient(address poolAddress, address exitFeeRecipient)
setExitFeeRecipient(address[] poolAddresses, address exitFeeRecipient)
setSwapFee(address poolAddress, uint256 swapFee)
setSwapFee(address[] poolAddresses, uint256 swapFee)
transferOwnership(address newOwner)
updateCategoryPrices(uint256 categoryID) returns (bool[] pricesUpdated)
updateMinimumBalance(address pool, address tokenAddress)
updateSellerPremium(address tokenSeller, uint8 premiumPercent)
CategoryAdded(uint256 categoryID, bytes32 metadataHash)
CategorySorted(uint256 categoryID)
NewPoolInitializer(address pool, address initializer, uint256 categoryID, uint256 indexSize)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolInitialized(address pool, address unboundTokenSeller, uint256 categoryID, uint256 indexSize)
PoolReindexed(address pool)
PoolReweighed(address pool)
TokenAdded(address token, uint256 categoryID)
TokenRemoved(address token, uint256 categoryID)
constructor()
fallback()
receive()
This contract contains no error objects.