Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$122,624.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 48.74552 | $2,515.60 |
$122,624.23 | |
HIGHER | ERC-20 | 12.343392K | $0.034093 |
$420.83 | |
USDC | ERC-20 | 252.251205 | $0.999846 |
$252.21 | |
DEGEN | ERC-20 | 21.969499K | $0.008756 |
$192.37 | |
WETH | ERC-20 | 0.053221 | $2,517.78 |
$134 | |
toby | ERC-20 | 1.626933B | $0.00 |
$50.43 | |
USDbC | ERC-20 | 17.520215 | $1.001 |
$17.54 | |
BRETT | ERC-20 | 128.026697 | $0.088966 |
$11.39 | |
ANIME | ERC-20 | 54.555512K | $0.000194 |
$10.6 | |
DAI | ERC-20 | 6.701573 | $0.999269 |
$6.7 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21848339 | a few seconds ago | | | 0 | 5.6348426e-7 | |
| 21847717 | 21 minutes ago | | | 0 | 4.4249451e-7 | |
| 21847481 | 29 minutes ago | | | 0 | 5.4173336e-7 | |
| 21846476 | an hour ago | | | 0 | 5.4689107e-7 | |
| 21845646 | 2 hours ago | | | 0 | 5.4689107e-7 | |
| 21845181 | 2 hours ago | | | 0 | 5.5777578e-7 | |
| 21844639 | 2 hours ago | | | 0 | 5.4689107e-7 | |
| 21844516 | 2 hours ago | | | 0 | 0.0000014844659 | |
| 21844214 | 2 hours ago | | | 0 | 5.4689107e-7 | |
| 21843816 | 3 hours ago | | | 0 | 5.4689107e-7 |
ABI
ABI objects
Getter at block 21848356
PERCENTAGE_SCALE() view returns (uint256)
1000000
walletImplementation() view returns (address)
0xd94c0ce4f8eefa4ebf44bf6665688edeef213b33
Read-only
getController(address split) view returns (address)
getERC20Balance(address account, address token) view returns (uint256)
getETHBalance(address account) view returns (uint256)
getHash(address split) view returns (bytes32)
getNewPotentialController(address split) view returns (address)
predictImmutableSplitAddress(address[] accounts, uint32[] percentAllocations, uint32 distributorFee) view returns (address split)
State-modifying
Events acceptControl(address split)
cancelControlTransfer(address split)
createSplit(address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address controller) returns (address split)
distributeERC20(address split, address token, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
distributeETH(address split, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
makeSplitImmutable(address split)
transferControl(address split, address newController)
updateAndDistributeERC20(address split, address token, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
updateAndDistributeETH(address split, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address distributorAddress)
updateSplit(address split, address[] accounts, uint32[] percentAllocations, uint32 distributorFee)
withdraw(address account, uint256 withdrawETH, address[] tokens)
CancelControlTransfer(address indexed split)
ControlTransfer(address indexed split, address indexed previousController, address indexed newController)
CreateSplit(address indexed split, address[] accounts, uint32[] percentAllocations, uint32 distributorFee, address controller)
DistributeERC20(address indexed split, address indexed token, uint256 amount, address indexed distributorAddress)
DistributeETH(address indexed split, uint256 amount, address indexed distributorAddress)
InitiateControlTransfer(address indexed split, address indexed newPotentialController)
UpdateSplit(address indexed split, address[] accounts, uint32[] percentAllocations, uint32 distributorFee)
Withdrawal(address indexed account, uint256 ethAmount, address[] tokens, uint256[] tokenAmounts)
constructor()
receive()
Create2Error()
CreateError()
InvalidNewController(address newController)
InvalidSplit__AccountsAndAllocationsMismatch(uint256 accountsLength, uint256 allocationsLength)
InvalidSplit__AccountsOutOfOrder(uint256 index)
InvalidSplit__AllocationMustBePositive(uint256 index)
InvalidSplit__InvalidAllocationsSum(uint32 allocationsSum)
InvalidSplit__InvalidDistributorFee(uint32 distributorFee)
InvalidSplit__InvalidHash(bytes32 hash)
InvalidSplit__TooFewAccounts(uint256 accountsLength)
Unauthorized(address sender)