RebalancePoolSplitter
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXN | ERC-20 | 0 | $161.24 |
$0 | |
weETH | ERC-20 | 0 | $3,942.07 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19481583 | 8 months ago | | | 0 | 0.0011848033 | |
| 19460957 | 9 months ago | | | 0 | 0.0020773471 | |
| 19460956 | 9 months ago | | | 0 | 0.0025854692 | |
| 19460954 | 9 months ago | | | 0 | 0.0012114018 | |
| 19460953 | 9 months ago | | | 0 | 0.0020591942 | |
| 19460948 | 9 months ago | | | 0 | 0.0027171263 | |
| 19460936 | 9 months ago | | | 0 | 0.0011651321 |
ABI
ABI objects
Getter at block 21329815
owner() view returns (address)
0x26b2ec4e02ebe2f54583af25b647b1d619e67bbf
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getReceivers(address _token) view returns (address[] _receivers, uint256[] _ratios)
splitter(address) view returns (address)
State-modifying
Events acceptOwnership()
deregisterReceiver(address _token, address _receiver, uint256[] _ratios)
registerReceiver(address _token, address _receiver, uint256[] _ratios)
renounceOwnership()
setSplitter(address _token, address _newSplitter)
split(address _token)
transferOwnership(address newOwner)
updateSplitRatios(address _token, uint256[] _ratios)
withdrawFund(address _token, address _recipient)
DeregisterReceiver(address indexed token, address indexed receiver)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RegisterReceiver(address indexed token, address indexed receiver)
UpdateSplitRatios(address indexed token, uint256[] ratios)
UpdateSplitter(address indexed token, address indexed oldSplitter, address indexed newSplitter)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ErrorCallerIsNotSplitter()
ErrorLengthMismatch()
ErrorReceiverAlreadyAdded()
ErrorSplitRatioSumMismatch()
ErrorSplitRatioTooLarge()
ErrorUnknownReceiver()
ErrorWithdrawTokenWithSplitter()