VaultRebalancer
Verified contract
Active on
Ethereum with 57 txns
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 "VaultRebalancer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13503145 | 3 years ago | | | 0 | 0.11944129 | |
| 13503145 | 3 years ago | | | 0 | 0.11121610 | |
| 13496537 | 3 years ago | | | 0 | 0.078744269 | |
| 13487014 | 3 years ago | | | 0 | 0.068680429 | |
| 13487005 | 3 years ago | | | 0 | 0.077108008 | |
| 13487004 | 3 years ago | | | 0 | 0.070622874 | |
| 13487004 | 3 years ago | | | 0 | 0.068812124 | |
| 13483274 | 3 years ago | | | 0 | 0.051853081 | |
| 13477862 | 3 years ago | | | 0 | 0.034530847 | |
| 13471379 | 3 years ago | | | 0 | 0.054006994 |
ABI
ABI objects
Getter at block 21122670
callIncentive() view returns (uint256)
10000000000000000000
isOwner() view returns (bool)
false
owner() view returns (address)
0xd7b3b50977a5947774bfc46b760c0871e4018e97
pairFactory() view returns (address)
0x23b74796b72f995e14a5e3ff2156dad9653256cf
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
vaultController() view returns (address)
0xa1561494dcd9f1c3ede6a965302a851d2a7e1a74
vaultFactory() view returns (address)
0x5fd31de528fb1cc17e895a9214ea6d2df17e2463
Read-only
pairDeposits(address, address) view returns (uint256)
State-modifying
Events acceptOwnership()
collectIncome(address _vault, address[] _pairs)
distributeIncome(address _vault)
enterPair(address _vault, address _toPair, uint256 _depositAmount)
initPairDeposits(address _underlying, address[] _pairs, uint256[] _amounts)
rebalance(address _vault, address _fromPair, address _toPair, uint256 _withdrawAmount)
rescueToken(address _token, uint256 _amount)
setCallIncentive(uint256 _value)
transferOwnership(address _newOwner)
unload(address _vault, address _pair, uint256 _amount)
FeeDistribution(uint256 amount)
InitiateRebalancerMigration(address indexed newOwner)
NewCallIncentive(uint256 value)
OwnershipTransferConfirmed(address indexed previousOwner, address indexed newOwner)
OwnershipTransferInitiated(address indexed previousOwner, address indexed newOwner)
Rebalance(address indexed fromPair, address indexed toPair, uint256 amount)
constructor(address _vaultController, address _vaultFactory, address _pairFactory, uint256 _callIncentive)
receive()
This contract contains no error objects.