Liquid Split 0xbc6d

Unverified contract

Proxy

Active on Ethereum with 45 txns
Deployed by via 0x90cc9efd at 19294052
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Liquid Split 0xbc6d"

0x3758342bae1cb2a7fb7ea1283418ecf561ecfcd947dd41bd2e4c0c24cc156299
0x13b5305505bed07d2da3b074a0567a876c337c527a3ce1e5722844d59ef1c502
0x3f0058e05e67a09d1cb1c4c56444d7b5d739ad9924a2184ec1fd9d2876d9d96f
0x170e51dc37daacbb9b96e47c696b0d624a559f8ba4868cea9ed8e17151406ccf
0x7a9f3984d41e63abd4c5013970142ea91371d695d2763d84a92148be334ac8f5
0xf20f4f42b47c2c95fb125277663fbc3ca1e68ca12ec202d6d6cc46e700220236
0xc7cb4c10ed54ed0554145df709aa21a4c3e1ef43120d76cc291100735a39f78b
0xe2942e47b9481ef1e301491a70fe53f5258c78fff993401c3a464aed125cb48b
0xf95676f3a0e00881d14ca1fef05c2ba9d632db7c8d6349467adeb4535bdf3f88
0x422eb5b13b2e45de63651f7e05434c3b78ef84a0592dcde634fe689ac73b3c6a

Functions
Getter at block 20936612
PERCENTAGE_SCALE(view returns (uint256)
1000000
SUPPLY_TO_PERCENTAGE(view returns (uint256)
1000
TOTAL_SUPPLY(view returns (uint256)
1000
distributorFee(pure returns (uint32)
837
mintedOnTimestamp(pure returns (uint256)
1708736783
name(view returns (string)
Liquid Split 0xbc6d
owner(view returns (address)
0xb09dadc6fc6c8c758c6be35a77dd36f15081bd06
payoutSplit(view returns (address)
0xe6e618d1b34a5c1b07c37b27b8d35fa55daeafa3
splitMain(view returns (address)
0x2ed6c4b5da6378c7897ac67ba9e43102feb694ee
Read-only
balanceOf(addressuint256view returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
isApprovedForAll(addressaddressview returns (bool)
scaledPercentBalanceOf(address accountview returns (uint32)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
distributeFunds(address tokenaddress[] accountsaddress distributorAddress
initializer(address[] accountsuint32[] initAllocationsaddress _owner
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed useraddress indexed newOwner
ReceiveETH(uint256 amount
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidLiquidSplit__AccountsAndAllocationsMismatch(uint256 accountsLengthuint256 allocationsLength
InvalidLiquidSplit__InvalidAllocationsSum(uint32 allocationsSum
Unauthorized(