DAOCommitteeOwner
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "DAOCommitteeOwner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DAOCommitteeOwner"
ABI
ABI objects
Getter at block 21158368
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
activityRewardPerSecond() view returns (uint256)
0
agendaManager() view returns (address)
0x0000000000000000000000000000000000000000
candidateFactory() view returns (address)
0x0000000000000000000000000000000000000000
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
wton() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
candidateContract(address _candidate) view returns (address)
candidateInfos(address _candidate) view returns (struct StorageStateCommitteeCandidateInfo)
candidates(uint256) view returns (address)
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)
isMember(address _candidate) view returns (bool)
members(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setActivityRewardPerSecond(uint256 _value)
setAgendaManager(address _agendaManager)
setCandidateFactory(address _candidateFactory)
setCandidatesCommittee(address[] _candidateContracts, address _committee)
setCandidatesSeigManager(address[] _candidateContracts, address _seigManager)
setCreateAgendaFees(uint256 _fees)
setDaoVault(address _daoVault)
setExecutingPeriodSeconds(uint256 _executingPeriodSeconds)
setLayer2Registry(address _layer2Registry)
setMinimumNoticePeriodSeconds(uint256 _minimumNoticePeriod)
setMinimumVotingPeriodSeconds(uint256 _minimumVotingPeriod)
setSeigManager(address _seigManager)
setSeigPause()
setSeigUnpause()
setTargetAddMinter(address token, address account)
setTargetGlobalWithdrawalDelay(address target, uint256 globalWithdrawalDelay_)
setTargetSeigManager(address target, address _seigManager)
setTargetSetTON(address target, address tonAddr)
setTargetSetWTON(address target, address wtonAddr)
setTargetUpgradeTo(address target, address logic)
setTon(address _ton)
setWton(address _wton)
ActivityRewardChanged(uint256 newReward)
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.