RebalancePoolSplitter

Verified contract

Active on Ethereum with 7 txns
Deployed by via 0xc7aecad5 at 19460715
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
Value $0
0xe9545176b5f5d179fcee93c44452624e9cce79a3da251589371d402d32030696
0x978ff8b043906dcaef09fcf48fef4982925e2463ae7abc6bf9a31aedf75febc5
0xa4e344d50e0ef359124b08d3d29c1fe2863c2663a93d0e106adaf6d00323b29e
0x35dfa3ed133c812782874846270d3238e72ba0376456b4124a3c8b2284a3db26
0x54b481a565e91f580c1f163f77a379b31dde69d138b771fd799496a1e827cb13
0xd6110b43a92228f13a377a2d003c0d9196ecaadd1d5d4b73c4cdd40d891c3c24
0xad6a639fcb3129413a9fb056bc30a74001aafdeb95f554496504bddc6cc9d5db

Functions
Getter at block 21329815
owner(view returns (address)
0x26b2ec4e02ebe2f54583af25b647b1d619e67bbf
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getReceivers(address _tokenview returns (address[] _receiversuint256[] _ratios)
splitter(addressview returns (address)
State-modifying
acceptOwnership(
deregisterReceiver(address _tokenaddress _receiveruint256[] _ratios
registerReceiver(address _tokenaddress _receiveruint256[] _ratios
renounceOwnership(
setSplitter(address _tokenaddress _newSplitter
split(address _token
transferOwnership(address newOwner
updateSplitRatios(address _tokenuint256[] _ratios
withdrawFund(address _tokenaddress _recipient
Events
DeregisterReceiver(address indexed tokenaddress indexed receiver
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RegisterReceiver(address indexed tokenaddress indexed receiver
UpdateSplitRatios(address indexed tokenuint256[] ratios
UpdateSplitter(address indexed tokenaddress indexed oldSplitteraddress indexed newSplitter
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ErrorCallerIsNotSplitter(
ErrorLengthMismatch(
ErrorReceiverAlreadyAdded(
ErrorSplitRatioSumMismatch(
ErrorSplitRatioTooLarge(
ErrorUnknownReceiver(
ErrorWithdrawTokenWithSplitter(