DAOCommitteeExtend
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DAOCommitteeExtend"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DAOCommitteeExtend"
ABI
ABI objects
Getter at block 21158306
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
activityRewardPerSecond() view returns (uint256)
0
agendaManager() view returns (address)
0x0000000000000000000000000000000000000000
candidateFactory() view returns (address)
0x0000000000000000000000000000000000000000
candidatesLength() view returns (uint256)
0
daoVault() view returns (address)
0x0000000000000000000000000000000000000000
layer2Registry() view returns (address)
0x0000000000000000000000000000000000000000
maxMember() view returns (uint256)
0
pauseProxy() view returns (bool)
false
quorum() view returns (uint256)
0
seigManager() view returns (address)
0x0000000000000000000000000000000000000000
ton() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOfOnCandidate(address _candidate, address _account) view returns (uint256 amount)
balanceOfOnCandidateContract(address _candidateContract, address _account) view returns (uint256 amount)
candidateContract(address _candidate) view returns (address)
candidateInfos(address _candidate) view returns (struct StorageStateCommitteeCandidateInfo)
candidates(uint256) view returns (address)
getClaimableActivityReward(address _candidate) view returns (uint256)
getOldCandidateInfos(address _oldCandidate) view returns (struct StorageStateCommitteeV2CandidateInfo2)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isCandidate(address _candidate) view returns (bool)
isExistCandidate(address _candidate) view returns (bool isExist)
isMember(address _candidate) view returns (bool)
members(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyOnCandidate(address _candidate) view returns (uint256 totalsupply)
totalSupplyOnCandidateContract(address _candidateContract) view returns (uint256 totalsupply)
State-modifying
Events castVote(uint256 _agendaID, uint256 _vote, string _comment)
changeMember(uint256 _memberIndex) returns (bool)
claimActivityReward(address _receiver)
createCandidate(string _memo)
createCandidate(string _memo, address _operatorAddress)
decreaseMaxMember(uint256 _reducingMemberIndex, uint256 _quorum)
endAgendaVoting(uint256 _agendaID)
executeAgenda(uint256 _agendaID)
grantRole(bytes32 role, address account)
onApprove(address owner, address spender, uint256 tonAmount, bytes data) returns (bool)
registerLayer2Candidate(address _layer2, string _memo)
registerLayer2CandidateByOwner(address _operator, address _layer2, string _memo)
renounceRole(bytes32 role, address account)
retireMember() returns (bool)
revokeRole(bytes32 role, address account)
setAgendaStatus(uint256 _agendaID, uint256 _status, uint256 _result)
setCandidateFactory(address _candidateFactory)
setCreateAgendaFees(uint256 _fees)
setExecutingPeriodSeconds(uint256 _executingPeriodSeconds)
setLayer2Registry(address _layer2Registry)
setMemoOnCandidateContract(address _candidateContract, string _memo)
setMinimumNoticePeriodSeconds(uint256 _minimumNoticePeriod)
setMinimumVotingPeriodSeconds(uint256 _minimumVotingPeriod)
setQuorum(uint256 _quorum)
setSeigManager(address _seigManager)
setSeigPause()
setSeigUnpause()
setTargetAddMinter(address token, address account)
setTargetGlobalWithdrawalDelay(address target, uint256 globalWithdrawalDelay_)
setTargetSeigManager(address target, address _seigManager)
updateSeigniorage(address _candidate) returns (bool)
updateSeigniorages(address[] _candidates) returns (bool)
ActivityRewardChanged(uint256 newReward)
AgendaCreated(address indexed from, uint256 indexed id, address[] targets, uint128 noticePeriodSeconds, uint128 votingPeriodSeconds, bool atomicExecute)
AgendaExecuted(uint256 indexed id, address[] target)
AgendaVoteCasted(address indexed from, uint256 indexed id, uint256 voting, string comment)
CandidateContractCreated(address indexed candidate, address indexed candidateContract, string memo)
ChangedMember(uint256 indexed slotIndex, address prevMember, address indexed newMember)
ChangedMemo(address candidate, string newMemo)
ChangedSlotMaximum(uint256 indexed prevSlotMax, uint256 indexed slotMax)
ClaimedActivityReward(address indexed candidate, address receiver, uint256 amount)
Layer2Registered(address indexed candidate, address indexed candidateContract, string memo)
QuorumChanged(uint256 newQuorum)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.