go to hell glass prison

Verified contract

Proxy

Active on Ethereum with 11 txns
Deployed by via 0xce840efb at 18173152
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 "go to hell glass prison"

0xc591bf04baf84d8da0cb98c8936f35e2d6dc51342da460726a8f614fb0babcdf
0xeed5eb49b2b75202232e076b8e72e387c79ba916557b3999a852f55ad0cb8509
0x77635b23054882f67424f71ff41d085ed4ca7cf9eeae0d436c0a57e6cf11b64a
0xa92114674ec367eef4a6c635863bd38b5b000d7adc9cae017052554462866049
0x17ebc8207ec6c1ca2784a110385dc57577c12b899bb3ea34169a17ba7b75d9b1
0xdfe8751e6660295fe36de3f83f225ea803c15887a2f728ab50e8c49a9b4f4375
0xf20df15ddac846a015f01d9327cfddbde97f2d472918d91da4440078678346bf
0x160c24382ce4ab21cf98fd2533fafae77a18145ce3b6f52edf67c3c30c60f0f5
0xc63acf9581be5f89906b70a09a47eff82efa8131a5d052c64d865368b1d710c7
0x1b9e17e717e61dfebddc6a7655a4ef3ed27b912dea43a53e8730eb74c8a8a98e

Functions
Getter at block 21203363
IMPL(view returns (address)
0xb676cfeeed5c7b739452a502f1eff9ab684a56da
IMPL(view returns (address)
0xb676cfeeed5c7b739452a502f1eff9ab684a56da
VERSION_ID(view returns (uint16)
1
 
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)
(777600, 32400, 2500, 110000000000000000)
getProposalEngineOpts(view returns (struct ProposalStorageProposalEngineOpts)
(true, true, true, true)
getProposalExecutionEngine(view returns (address)
0xdf6a4d97dd2aa32a54b8a2b2711f210b711f28f0
lastProposalId(view returns (uint256)
1
lastRageQuitTimestamp(view returns (uint40)
0
mintedVotingPower(view returns (uint96)
110000000000000000
name(view returns (string)
go to hell glass prison
preciousListHash(view returns (bytes32)
0x9c6b2c1b0d0b25a008e6c882cc7b415f309965c72ad2b944ac0931048ca31cd5
rageQuitTimestamp(view returns (uint40)
0
symbol(view returns (string)
go to hell glass prison
tokenCount(view returns (uint96)
10
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 implbytes initCallData
Fallback and receive
fallback(
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(