Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables and it is currently at block 23771089.

0xc3da0747771a956f228a7468f9bfa8e93782383d

Unverified contract

Proxy

Active on Base with 1 txns
Deployed by via 0x4a1cf647 at 18091857
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $6.34
0xd0fb116ab8ba90757dfb37ea0cd5fbdfda8009f98be93f5993535732e8ffaadd

Functions
Getter at block 23771091
FACTORY(view returns (address)
0x80f1b766817d04870f115febbccadf8dbf75e017
NATIVE_TOKEN(view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
SPLITS_WAREHOUSE(view returns (address)
0x8fb66f38cf86a3d5e8768f8f1754a24a6c661fb8
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=splitWallet, version=2, chainId=8453, verifyingContract=0xc3da0747771a956f228a7468f9bfa8e93782383d, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner(view returns (address)
0x47cee63b7cad5583171afe378c75e36d9d46c90c
paused(view returns (bool)
false
splitHash(view returns (bytes32)
0x6ac3a3a38309fb8ff81072488bd9f6568e1619b61d4b93237a2184e147adb6c8
Read-only
getSplitBalance(address _tokenview returns (uint256 splitBalanceuint256 warehouseBalance)
isValidSignature(bytes32 hashbytes signatureview returns (bytes4 result)
replaySafeHash(bytes32 hashview returns (bytes32)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
depositToWarehouse(address _tokenuint256 _amount
distribute(struct SplitV2LibSplit _splitaddress _tokenaddress _distributor
distribute(struct SplitV2LibSplit _splitaddress _tokenuint256 _distributeAmountbool _performWarehouseTransferaddress _distributor
execCalls(struct WalletCall[] _callspayable returns (uint256 blockNumberbytes[] returnData)
initialize(struct SplitV2LibSplit _splitaddress _owner
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
setPaused(bool _paused
transferOwnership(address _owner
updateSplit(struct SplitV2LibSplit _split
Events
EIP712DomainChanged(
ExecCalls(struct WalletCall[] calls
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
SetPaused(bool paused
SplitDistributed(address indexed tokenaddress indexed distributoruint256 amount
SplitUpdated(struct SplitV2LibSplit _split
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidCalldataForEOA(struct WalletCall call
InvalidShortString(
InvalidSplit(
InvalidSplit_LengthMismatch(
InvalidSplit_TotalAllocationMismatch(
Paused(
StringTooLong(string str
Unauthorized(
UnauthorizedInitializer(