Scarab Dao

Verified contract

Proxy

Active on Ethereum with 14 txns
Deployed by via 0xd9f6df4b at 18319651
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
8 additional variables

No balances found for "Scarab Dao"

0x57f70d7df2450bd7c22529e566aa8ff90e17c19e3e86e0073b60357c5e692cd2
0xb123c2fa45774071c108a2712a11e2e33d0af69f8a13fd0a892db6243a27131f
0x69ccbb82dbdc40b3afe00948a49f8166842f135dc93551cc354b2417e8c035e0
0xf2099ef220bfd3be8a24dec0d4ae10dfb039055af8b1ba4eee54218d4aae2280
0xc893a5eecb215bdea65572953f7a447ff28b6e0a54aa57bbe708976c944777fa
0xe03aae48f79587a5ce5365b6582eeab69ba5262a6d52e3f80f03800d345dc003
0xeebf9aa17488db106ee0fc1450ffa5b50d107fbc3f29177926cdea380fb73378
0xc342b2b47b9d4cd62064d4d81a0e1eeeddccc814cf19803c40c22933c3bfc7e1
0x1a62b732a7ad345f2dceef49a95fcbf404da63895efc102bd3ace8272802ef5d
0xf4dc6c16e5efce88a1f0c1efda2d1dd41b18e9babb6fa16ccd3b829140f5f1dd

Functions
Getter at block 20855675
DOMAIN_TYPEHASH(view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
VOTE_JUDGEMENT_TYPEHASH(view returns (bytes32)
0xa5d83efbf3a89a0a9bc37c8c6e9d13aa2be8928968cecf184eae990fdefc61de
VOTE_PROPOSAL_TYPEHASH(view returns (bytes32)
0xe626e565c60af44209413eee22666b5b6a3128c8c3d1853eec5c7188592bc1b6
admin(view returns (address)
0x0000000000000000000000000000000000000000
barac(view returns (address)
0x3cc73414180d5fa33950747a7d7067044571e3fc
maxLengthDesc(view returns (uint256)
200
maxLengthLink(view returns (uint256)
100
maxLengthTitle(view returns (uint256)
32
maxProposalThreshold(view returns (uint256)
15000000000000000000
maxRefundTime(view returns (uint256)
2629743
maxVotingTime(view returns (uint256)
1209600
minProposalThreshold(view returns (uint256)
2000000000000000000
minVotingTime(view returns (uint256)
172800
name(view returns (string)
Scarab Dao
nft(view returns (address)
0xed2717743037fa653b7c0647e41a2a70a4e950be
owner(view returns (address)
0xc198fb8d3645c0cc537a20b5b6cac5a5968a63fc
proposalCount(view returns (uint256)
4
treasury(view returns (address)
0x6beab999a14d21f43d058c03f1a49b95f9b0845d
unlockTime(view returns (uint256)
604800
Read-only
canRaiseJudgement(uint256 proposalIdview returns (bool)
getActiveProposal(uint256 _deityIdview returns (uint256)
getBlackistedProposal(uint256 _deityIdview returns (uint256)
getDeityWaitingTime(uint256 _deityIdview returns (uint256)
getJudgementAmount(uint256 proposalIdview returns (uint256)
getJudgementDetails(uint256 _proposalIdview returns (struct DaoStructsJudgementDetails)
getJudgementProcessed(uint256 proposalIdview returns (bool)
getJudgementVoteReceipit(address _voteruint256 _proposalIdview returns (struct DaoStructsReceipt)
getProposalAmount(uint256 proposalIdview returns (uint256)
getProposalDetails(uint256 _proposalIdview returns (struct DaoStructsProposalDetails)
getProposalExecuted(uint256 proposalIdview returns (bool)
getProposalState(uint256 proposalIdview returns (uint8)
getRefundAmount(uint256 proposalIdview returns (uint256)
getRefundDetails(uint256 _proposalIdview returns (struct DaoStructsRefundDetials)
getVoteReceipit(address _voteruint256 _proposalIdview returns (struct DaoStructsReceipt)
isJudgementRaised(uint256 proposalIdview returns (bool)
judgements(uint256view returns (uint256 authoruint256 proposalIduint256 valueuint256 votesForJudgementuint256 votesAgainstJudgementuint256 startTimestampuint256 endTimestampbool isDeityPunishedbool isJudgementProcessedbool isSuspectedstruct DaoStructsJudgementDetails judgementDetails)
proposals(uint256view returns (uint256 iduint256 deityIdaddress recipientuint256 valueuint256 refundTimeuint256 votesForuint256 votesAgainstuint256 startTimestampuint256 endTimestampuint256 expectedsettlementTimebool executedbool cancelledstruct DaoStructsProposalDetails proposalDetailsstruct DaoStructsRefundDetials refundDetails)
State-modifying
cancelProposal(uint256 _proposalId
castVote(uint256 proposalIdbool voteFor
castVoteBySig(uint256 proposalIdbool voteForuint8 vbytes32 rbytes32 s
castVoteJudgement(uint256 _proposalIdbool favourJudment
castVoteJudgementBySig(uint256 _proposalIdbool favourJudmentuint8 vbytes32 rbytes32 s
changeAdmin(address _newAdmin
createProposal(uint256 deityIdaddress recipientuint256 valueuint256 refundTimeuint256 startTimeuint256 endTimestruct DaoStructsProposalDetails _proposalDetialsreturns (uint256)
executeProposal(uint256 _proposalId
explainJudgment(uint256 _proposalIdstring _explanationstring _explanationLink
initialize(
processJudgment(uint256 _proposalId
raiseJudgment(uint256 _proposalIduint256 _deityIduint256 _valueuint256 votingTimestring allegationstring allegationDocLink
refund(uint256 _proposalIdbool lastPaymentpayable 
renounceOwnership(
setContractAddresses(address _contractFactory
setDeityUnlockTime(uint256 _unlockTime
setMaxCharacterLength(uint256 _titleLengthuint256 _linkLengthuint256 _descLength
setMaxProposalThreshold(uint256 _eth
setMaxRefundTime(uint256 _maxRefundTime
setMaxVotingTime(uint256 _maxTime
setMinVotingTime(uint256 _minTime
setMinxProposalThreshold(uint256 _eth
transferOwnership(address newOwner
unlockBlacklistDeity(uint256 _deityId
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address oldAdminaddress newAdmin
Initialized(uint8 version
JudgmentProcessed(uint256 indexed proposalId
JudgmentProposed(uint256 indexed callerNftIduint256 indexed deityNftIduint256 indexed proposalId
JudgmentVoted(uint256 indexed proposalIdaddress indexed voterbool favourJudmentuint256 votes
NewProposal(uint256 indexed proposalId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProposalCancelled(uint256 indexed proposalId
ProposalExecuted(uint256 indexed proposalId
ProposalSettled(uint256 indexed proposalIduint256 refundAmound
Refund(uint256 indexed proposalIduint256 amount
UnlockBlacklistDeity(uint256 indexed deityIdaddress indexed caller
Vote(uint256 indexed proposalIdaddress indexed voterbool voteFor
explainJudgement(uint256 indexed proposalId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.