cool hallekity

Unverified contract

Proxy

Active on Ethereum with 27 txns
Deployed by via 0x13fa8e35 at 16316306
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#10872)
ERC-721
--
0x81092d9dd3d74f3f56996048954c76c99866dc243a5171fee28a2a415595a8e7
From
0x9a51d6c195f6f5c0a5bdedf8cf0da8108670d771e321cb1b358eb780cb0ff652
0x10cddeb21e4b521d3a7bf13d2d6e7ab7477ecc9c7b82542837d75875e63f8af5
0xb2db8f2d55e689852bb325736ec6516adcd976359421cee257f7f7ca768fa019
0x5dd2439b10fa96d6ddc2670b40c839918e04dcf5e3a086519b9feb052d4d060a
0x7511f4a3922e10d2bbf80b93eaf16f6aa482c4713ec093c398f38dcb86d0979a
0x77c4a44b707bf60592a9bc62c627c34a1026b7db3ceac58248beadeaa6ca84e1
From
0xda140c31f91a0eff97cc9a2ec45547a19618b14e7b021e5807214ec698e3b442
0xe91a0595021fee5961d2e0a062a4f8e811808f3c94dca71e11df339775103fce
0xa755e1e1ff1c09a548db0c10ffa249fa4a07d0ac92a0e978ad9fc40242224268

Functions
Getter at block 21223698
IMPL(view returns (address)
0x52010e220e5c8ef2217d86cfa58da51da39e8ec4
 
contractURI(view returns (string)
emergencyExecuteDisabled(view returns (bool)
false
feeBps(view returns (uint16)
250
feeRecipient(view returns (address)
0xf7f52dd34bc21eda08c0b804c7c1dbc48375820f
getGovernanceValues(view returns (struct PartyGovernanceGovernanceValues gv)
(604800, 86400, 3000, 2660000000000000000)
getProposalExecutionEngine(view returns (address)
0x88d1f63e80a48711d2a458e1924224435c10beed
lastProposalId(view returns (uint256)
7
mintAuthority(view returns (address)
0x48e9fe522dc916a8216a8e70bf6e30dd1b7d9d6c
mintedVotingPower(view returns (uint96)
1287026900000000000
name(view returns (string)
cool hallekity
preciousListHash(view returns (bytes32)
0x986603a46bc5c95214b5e3b6cba154106827b339f57287e700935e37a26b7932
symbol(view returns (string)
cool hallekity
tokenCount(view returns (uint96)
112
Read-only
balanceOf(address ownerview returns (uint256)
delegationsByVoter(addressview returns (address)
findVotingPowerSnapshotIndex(address voteruint40 timestampview returns (uint256 index)
getApproved(uint256view returns (address)
getDistributionShareOf(uint256 tokenIdview returns (uint256)
getProposalHash(struct PartyGovernanceProposal proposalpure returns (bytes32 proposalHash)
getProposalStateInfo(uint256 proposalIdview returns (uint8 statusstruct PartyGovernanceProposalStateValues values)
getVotingPowerAt(address voteruint40 timestampview returns (uint96 votingPower)
getVotingPowerAt(address voteruint40 timestampuint256 snapIndexview returns (uint96 votingPower)
isApprovedForAll(addressaddressview returns (bool)
isHost(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address owner)
royaltyInfo(uint256uint256view returns (addressuint256)
supportsInterface(bytes4 interfaceIdpure returns (bool)
tokenURI(uint256view returns (string)
votingPowerByTokenId(uint256view returns (uint256)
State-modifying
abdicate(
abdicate(address newPartyHost
accept(uint256 proposalIduint256 snapIndexreturns (uint256 totalVotes)
approve(address spenderuint256 id
cancel(uint256 proposalIdstruct PartyGovernanceProposal proposal
delegateCallAndRevert(address implbytes callData
delegateVotingPower(address delegate
disableEmergencyExecute(
distribute(uint8 tokenTypeaddress tokenuint256 tokenIdreturns (struct ITokenDistributorDistributionInfo distInfo)
emergencyExecute(address targetAddressbytes targetCallDatauint256 amountEthpayable 
execute(uint256 proposalIdstruct PartyGovernanceProposal proposaladdress[] preciousTokensuint256[] preciousTokenIdsbytes progressDatabytes extraDatapayable 
initialize(struct PartyPartyInitData initData
mint(address owneruint256 votingPoweraddress delegatereturns (uint256 tokenId)
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
propose(struct PartyGovernanceProposal proposaluint256 latestSnapIndexreturns (uint256 proposalId)
safeTransferFrom(address owneraddress touint256 tokenId
safeTransferFrom(address owneraddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address owneraddress touint256 tokenId
veto(uint256 proposalId
Events
Approval(address indexed owneraddress indexed operatoruint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DistributionCreated(uint8 tokenTypeaddress tokenuint256 tokenId
EmergencyExecute(address targetbytes datauint256 amountEth
EmergencyExecuteDisabled(
HostStatusTransferred(address oldHostaddress newHost
ProposalAccepted(uint256 proposalIdaddress voteruint256 weight
ProposalCancelled(uint256 indexed proposalId
ProposalExecuted(uint256 indexed proposalIdaddress executorbytes nextProgressData
ProposalPassed(uint256 indexed proposalId
ProposalVetoed(uint256 indexed proposalIdaddress host
Proposed(uint256 proposalIdaddress proposerstruct PartyGovernanceProposal proposal
Transfer(address indexed owneraddress indexed touint256 indexed tokenId
VotingPowerDelegated(address indexed owneraddress indexed delegate
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
AlreadyVotedError(address voter
BadPreciousListError(
BadProposalHashError(bytes32 proposalHashbytes32 actualHash
BadProposalStatusError(uint8 status
ExecutionTimeExceededError(uint40 maxExecutableTimeuint40 timestamp
Int192ToUint96CastOutOfRange(int192 i192
InvalidBpsError(uint16 bps
InvalidDelegateError(
InvalidNewHostError(
MismatchedPreciousListLengths(
NotATokenError(address token
OnlyActiveMemberError(
OnlyConstructorError(
OnlyDelegateCallError(
OnlyMintAuthorityError(address actualaddress expected
OnlyPartyDaoError(address notDaoaddress partyDao
OnlyPartyDaoOrHostError(address notDaoaddress partyDao
OnlyPartyHostError(
OnlyWhenEmergencyActionsAllowedError(
OnlyWhenEnabledError(
ProposalCannotBeCancelledYetError(uint40 currentTimeuint40 cancelTime
TokenTransferFailedError(address tokenaddress touint256 amount
Uint256ToInt192CastOutOfRange(uint256 v
Uint256ToUint96CastOutOfRange(uint256 v