0x5fbeff5f86054f701972d043462c8352dda7796a
Unverified contract
Proxy
Active on
Base with 24 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $3,076.11 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19146324 | 3 months ago | | | 0 | 2.6110782e-7 | |
| 18787904 | 3 months ago | | | 0 | 2.3657649e-7 | |
| 18539740 | 3 months ago | | | 0 | 2.3835047e-7 | |
| 18486341 | 3 months ago | | | 0 | 3.5241595e-7 | |
| 18434531 | 3 months ago | | | 0 | 1.8882897e-7 | |
| 18401903 | 3 months ago | | | 0 | 3.3727623e-7 | |
| 18354546 | 3 months ago | | | 0 | 3.9478977e-7 | |
| 18316301 | 3 months ago | | | 0 | 2.8063481e-7 | |
| 18284212 | 3 months ago | | | 0 | 1.9916811e-7 | |
| 18261844 | 3 months ago | | | 0 | 2.8902181e-7 |
ABI
ABI objects
Getter at block 22463707
FACTORY() view returns (address)
0x80f1b766817d04870f115febbccadf8dbf75e017
NATIVE_TOKEN() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
SPLITS_WAREHOUSE() view returns (address)
0x8fb66f38cf86a3d5e8768f8f1754a24a6c661fb8
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=splitWallet, version=2, chainId=8453, verifyingContract=0x5fbeff5f86054f701972d043462c8352dda7796a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
splitHash() view returns (bytes32)
0xf99fe95d2d382fd3d6b86a8bf3e9bbb550a5fbe0958ad4ec6292d3d7e3b33619
Read-only
getSplitBalance(address _token) view returns (uint256 splitBalance, uint256 warehouseBalance)
isValidSignature(bytes32 hash, bytes signature) view returns (bytes4 result)
replaySafeHash(bytes32 hash) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events depositToWarehouse(address _token, uint256 _amount)
distribute(struct SplitV2LibSplit _split, address _token, address _distributor)
distribute(struct SplitV2LibSplit _split, address _token, uint256 _distributeAmount, bool _performWarehouseTransfer, address _distributor)
execCalls(struct WalletCall[] _calls) payable returns (uint256 blockNumber, bytes[] returnData)
initialize(struct SplitV2LibSplit _split, address _owner)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
setPaused(bool _paused)
transferOwnership(address _owner)
updateSplit(struct SplitV2LibSplit _split)
EIP712DomainChanged()
ExecCalls(struct WalletCall[] calls)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
SetPaused(bool paused)
SplitDistributed(address indexed token, address indexed distributor, uint256 amount)
SplitUpdated(struct SplitV2LibSplit _split)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidCalldataForEOA(struct WalletCall call)
InvalidShortString()
InvalidSplit()
InvalidSplit_LengthMismatch()
InvalidSplit_TotalAllocationMismatch()
Paused()
StringTooLong(string str)
Unauthorized()
UnauthorizedInitializer()