cool hallekity
Unverified contract
Proxy
Active on
Ethereum with 27 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
0xf7f5…820f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CCFrac | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873360 | 2 months ago | | | 0 | 0.0011552569 | |
| 18364307 | a year ago | | | 0 | 0.0010663306 | |
| 18360173 | a year ago | | | 0 | 0.00037251917 | |
| 18359898 | a year ago | | | 0 | 0.00051954759 | |
| 18359880 | a year ago | | | 0 | 0.00061521098 | |
| 18276678 | a year ago | | | 0 | 0.00047110114 | |
| 18265068 | a year ago | | | 0 | 0.0021191471 | |
| 16914748 | 2 years ago | | | 0 | 0.0017112597 | |
| 16910045 | 2 years ago | | | 0 | 0.0018939419 | |
| 16658990 | 2 years ago | | | 0 | 0.013467244 |
ABI
ABI objects
Getter at block 21223698 contractURI() view returns (string)
IMPL() view returns (address)
0x52010e220e5c8ef2217d86cfa58da51da39e8ec4
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 owner) view returns (uint256)
delegationsByVoter(address) view returns (address)
findVotingPowerSnapshotIndex(address voter, uint40 timestamp) view returns (uint256 index)
getApproved(uint256) view returns (address)
getDistributionShareOf(uint256 tokenId) view returns (uint256)
getProposalHash(struct PartyGovernanceProposal proposal) pure returns (bytes32 proposalHash)
getProposalStateInfo(uint256 proposalId) view returns (uint8 status, struct PartyGovernanceProposalStateValues values)
getVotingPowerAt(address voter, uint40 timestamp) view returns (uint96 votingPower)
getVotingPowerAt(address voter, uint40 timestamp, uint256 snapIndex) view returns (uint96 votingPower)
isApprovedForAll(address, address) view returns (bool)
isHost(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
royaltyInfo(uint256, uint256) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256) view returns (string)
votingPowerByTokenId(uint256) view returns (uint256)
State-modifying
Events abdicate()
abdicate(address newPartyHost)
accept(uint256 proposalId, uint256 snapIndex) returns (uint256 totalVotes)
approve(address spender, uint256 id)
cancel(uint256 proposalId, struct PartyGovernanceProposal proposal)
delegateCallAndRevert(address impl, bytes callData)
delegateVotingPower(address delegate)
disableEmergencyExecute()
distribute(uint8 tokenType, address token, uint256 tokenId) returns (struct ITokenDistributorDistributionInfo distInfo)
emergencyExecute(address targetAddress, bytes targetCallData, uint256 amountEth) payable
execute(uint256 proposalId, struct PartyGovernanceProposal proposal, address[] preciousTokens, uint256[] preciousTokenIds, bytes progressData, bytes extraData) payable
initialize(struct PartyPartyInitData initData)
mint(address owner, uint256 votingPower, address delegate) returns (uint256 tokenId)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
propose(struct PartyGovernanceProposal proposal, uint256 latestSnapIndex) returns (uint256 proposalId)
safeTransferFrom(address owner, address to, uint256 tokenId)
safeTransferFrom(address owner, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address owner, address to, uint256 tokenId)
veto(uint256 proposalId)
Approval(address indexed owner, address indexed operator, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DistributionCreated(uint8 tokenType, address token, uint256 tokenId)
EmergencyExecute(address target, bytes data, uint256 amountEth)
EmergencyExecuteDisabled()
HostStatusTransferred(address oldHost, address newHost)
ProposalAccepted(uint256 proposalId, address voter, uint256 weight)
ProposalCancelled(uint256 indexed proposalId)
ProposalExecuted(uint256 indexed proposalId, address executor, bytes nextProgressData)
ProposalPassed(uint256 indexed proposalId)
ProposalVetoed(uint256 indexed proposalId, address host)
Proposed(uint256 proposalId, address proposer, struct PartyGovernanceProposal proposal)
Transfer(address indexed owner, address indexed to, uint256 indexed tokenId)
VotingPowerDelegated(address indexed owner, address indexed delegate)
This contract contains no constructor objects.
fallback()
receive()
AlreadyVotedError(address voter)
BadPreciousListError()
BadProposalHashError(bytes32 proposalHash, bytes32 actualHash)
BadProposalStatusError(uint8 status)
ExecutionTimeExceededError(uint40 maxExecutableTime, uint40 timestamp)
Int192ToUint96CastOutOfRange(int192 i192)
InvalidBpsError(uint16 bps)
InvalidDelegateError()
InvalidNewHostError()
MismatchedPreciousListLengths()
NotATokenError(address token)
OnlyActiveMemberError()
OnlyConstructorError()
OnlyDelegateCallError()
OnlyMintAuthorityError(address actual, address expected)
OnlyPartyDaoError(address notDao, address partyDao)
OnlyPartyDaoOrHostError(address notDao, address partyDao)
OnlyPartyHostError()
OnlyWhenEmergencyActionsAllowedError()
OnlyWhenEnabledError()
ProposalCannotBeCancelledYetError(uint40 currentTime, uint40 cancelTime)
TokenTransferFailedError(address token, address to, uint256 amount)
Uint256ToInt192CastOutOfRange(uint256 v)
Uint256ToUint96CastOutOfRange(uint256 v)