Rebalancing
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
16
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Rebalancing"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Rebalancing"
ABI
ABI objects
Getter at block 22928646
TOTAL_WEIGHT() view returns (uint256)
10000
accessController() view returns (address)
0x0000000000000000000000000000000000000000
assetManagementConfig() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
portfolio() view returns (address)
0x0000000000000000000000000000000000000000
protocolConfig() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
getTokenBalancesOf(address[] portfolioTokens, address _vault) view returns (uint256[] vaultBalances)
tokensMapping(address) view returns (bool)
State-modifying
Events claimRewardTokens(address _tokenToBeClaimed, address _target, bytes _claimCalldata)
init(address _portfolio, address _accessController)
removeNonPortfolioToken(address _token)
removeNonPortfolioTokenPartially(address _token, uint256 _percentage)
removePortfolioToken(address _token)
removePortfolioTokenPartially(address _token, uint256 _percentage)
renounceOwnership()
transferOwnership(address newOwner)
updateTokens(struct FunctionParametersRebalanceIntent rebalanceData)
updateWeights(address[] _sellTokens, uint256[] _sellAmounts, address _handler, bytes _callData)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PortfolioTokenRemoved(address indexed token, address indexed vault, uint256 indexed balance, uint256 atSnapshotId)
UpdatedTokens(address[] newTokens)
UpdatedWeights()
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
BalanceOfHandlerShouldNotExceedDust()
BalanceOfVaultCannotNotBeZero(address arg0)
BalanceOfVaultIsZero()
CallerNotAssetManager()
ClaimFailed()
InvalidAddress()
InvalidBuyTokenList()
InvalidLength()
InvalidSolver()
InvalidTokenRemovalPercentage()
IsPortfolioToken()
NonPortfolioTokenBalanceIsNotZero()
NotPortfolioToken()
ProtocolIsPaused()
RewardTargetNotEnabled()