Party

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xad87a4ac at 17479958
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Party"

No transactions found for "Party"


Functions
Getter at block 20855098
IMPL(view returns (address)
0xb676cfeeed5c7b739452a502f1eff9ab684a56da
VERSION_ID(view returns (uint16)
1
 
contractURI(view returns (string)
emergencyExecuteDisabled(view returns (bool)
false
feeBps(view returns (uint16)
0
feeRecipient(view returns (address)
0x0000000000000000000000000000000000000000
getGovernanceValues(view returns (struct PartyGovernanceGovernanceValues gv)
(0, 0, 0, 0)
getProposalEngineOpts(view returns (struct ProposalStorageProposalEngineOpts)
(false, false, false, false)
getProposalExecutionEngine(view returns (address)
0x0000000000000000000000000000000000000000
lastProposalId(view returns (uint256)
0
lastRageQuitTimestamp(view returns (uint40)
0
mintedVotingPower(view returns (uint96)
0
name(view returns (string)
preciousListHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
rageQuitTimestamp(view returns (uint40)
0
symbol(view returns (string)
tokenCount(view returns (uint96)
0
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)
getVotingPowerShareOf(uint256 tokenIdview returns (uint256)
isApprovedForAll(addressaddressview returns (bool)
isAuthority(addressview 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
abdicateAuthority(
abdicateHost(address newPartyHost
accept(uint256 proposalIduint256 snapIndexreturns (uint256 totalVotes)
addAuthority(address authority
addVotingPower(uint256 tokenIduint256 votingPower
approve(address spenderuint256 id
burn(uint256 tokenId
burn(uint256[] tokenIds
cancel(uint256 proposalIdstruct PartyGovernanceProposal proposal
delegateCallAndRevert(address implbytes callData
delegateVotingPower(address delegate
disableEmergencyExecute(
distribute(uint256 amountuint8 tokenTypeaddress tokenuint256 tokenIdreturns (struct ITokenDistributorDistributionInfo distInfo)
emergencyExecute(address targetAddressbytes targetCallDatauint256 amountEthpayable 
execute(uint256 proposalIdstruct PartyGovernanceProposal proposaladdress[] preciousTokensuint256[] preciousTokenIdsbytes progressDatabytes extraDatapayable 
increaseTotalVotingPower(uint96 newVotingPower
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)
rageQuit(uint256[] tokenIdsaddress[] withdrawTokensuint256[] minWithdrawAmountsaddress receiver
safeTransferFrom(address owneraddress touint256 tokenId
safeTransferFrom(address owneraddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setRageQuit(uint40 newRageQuitTimestamp
transferFrom(address owneraddress touint256 tokenId
veto(uint256 proposalId
Events
Approval(address indexed owneraddress indexed operatoruint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AuthorityAdded(address indexed authority
AuthorityRemoved(address indexed authority
Burn(address calleruint256 tokenIduint256 votingPower
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
RageQuit(address calleruint256[] tokenIdsaddress[] withdrawTokensaddress receiver
RageQuitSet(uint40 oldRageQuitTimestampuint40 newRageQuitTimestamp
Transfer(address indexed owneraddress indexed touint256 indexed tokenId
VotingPowerDelegated(address indexed owneraddress indexed delegate
Constructor
constructor(address globals
Fallback and receive
fallback(
receive(
Errors
AlreadyVotedError(address voter
BadPreciousListError(
BadProposalHashError(bytes32 proposalHashbytes32 actualHash
BadProposalStatusError(uint8 status
BelowMinWithdrawAmountError(uint256 amountuint256 minAmount
CannotDisableRageQuitAfterInitializationError(
CannotRageQuitAndAcceptError(
CannotRageQuitError(uint40 rageQuitTimestamp
DistributionsRequireVoteError(
EthTransferFailed(address receiverbytes errData
ExecutionTimeExceededError(uint40 maxExecutableTimeuint40 timestamp
FixedRageQuitTimestampError(uint40 rageQuitTimestamp
Int192ToUint96CastOutOfRange(int192 i192
InvalidBpsError(uint16 bps
InvalidDelegateError(
InvalidNewHostError(
InvalidTokenOrderError(
MismatchedPreciousListLengths(
NotATokenError(address token
NothingToBurnError(
OnlyActiveMemberError(
OnlyAuthorityError(
OnlyConstructorError(
OnlyDelegateCallError(
OnlyPartyDaoError(address notDaoaddress partyDao
OnlyPartyDaoOrHostError(address notDaoaddress partyDao
OnlyPartyHostError(
OnlySelfError(
OnlyWhenEmergencyActionsAllowedError(
OnlyWhenEnabledError(
PartyNotStartedError(
ProposalCannotBeCancelledYetError(uint40 currentTimeuint40 cancelTime
TokenTransferFailedError(address tokenaddress touint256 amount
Uint256ToInt192CastOutOfRange(uint256 v
Uint256ToUint96CastOutOfRange(uint256 v
UnauthorizedToBurnError(