RebalancePoolRegistry
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "RebalancePoolRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19688330 | 7 months ago | | | 0 | 0.00072539059 | |
| 19682662 | 7 months ago | | | 0 | 0.00094632289 | |
| 19682660 | 7 months ago | | | 0 | 0.0010742276 |
ABI
ABI objects
Getter at block 21269675 totalSupply() view returns (uint256)
getPools() view returns (address[] _pools)
[0xf291EC9C2F87A41386fd94eC4BCdC3270eD04482, 0xBB549046497364A1E26F94f7e93685Dc29FAd8c0]
owner() view returns (address)
0x26b2ec4e02ebe2f54583af25b647b1d619e67bbf
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptOwnership()
deregisterRebalancePool(address _pool)
registerRebalancePool(address _pool)
renounceOwnership()
transferOwnership(address newOwner)
DeregisterPool(address indexed pool)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RegisterPool(address indexed pool)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ErrorPoolAlreadyAdded()
ErrorPoolNotAdded()