This contract is being backfilled. You may encounter incomplete storage history.

KyberGovernance

Verified contract

Active on Ethereum with 1,507 txns
Deployed by via 0xa06d6506 at 12262977
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KyberGovernance"

0x9765247c5cc52b6ac5a9761f747a680b656b593148d7c57d88ad2fc85905539c
0xa3a81f34ff8fc975b3a4c078d960feef3f578e0ca12917a167398d11c6673a53
0x901ac62ef7827f8c1246256396b64d01a8c7f54dc5c734761437202a4e367bdd
0xc6d5096679093e591d199443c82a396bac683de24133170e36f01449c583eb85
0x7ce3a71dfa76a81d5d2a41f35dcc779a227b0b8ed73b8022e29065a29c979861
0x58103d7695c90072365babecc63240cc5167c75e5c7b90ce5f2edf17d06a278f
0x3f9f4eb3ae48ca1eb401b3626acc817b60f3722691639bb7ec2a87a59c07b4eb
0x01f7f7735a41c39786de9fd06abce31877964a3b0adc6cb68376485b7b5bb172
0x39519ba861eecbe225da6a6154da6ce7d848dfa8089d4f13b2543ebdab4b0d0b
0x45c1f1a4d9236cd40e5ae5041e5bcdda244264c7b20d2da55d69aaf3aab68f17

Functions
Getter at block 20792801
DOMAIN_TYPEHASH(view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
NAME(view returns (string)
Kyber Governance
VOTE_EMITTED_TYPEHASH(view returns (bytes32)
0x56bf7c6a2c05f72fa60205f0f2bbae2fe95a52940f7df12cd3f85c2345a5f330
admin(view returns (address)
0x7d4d05b1a1e5775a9c6ca248abbe629b52c1d9d9
getDaoOperator(view returns (address)
0xe6a7338cba0a1070adfb22c07115299605454713
getProposalsCount(view returns (uint256)
23
pendingAdmin(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getProposalById(uint256 proposalIdview returns (struct IKyberGovernanceProposalWithoutVote)
getProposalState(uint256 proposalIdview returns (uint8)
getProposalVoteDataById(uint256 proposalIdview returns (uint256uint256[]string[])
getVoteOnProposal(uint256 proposalIdaddress voterview returns (struct IKyberGovernanceVote)
isExecutorAuthorized(address executorview returns (bool)
isVotingPowerStrategyAuthorized(address strategyview returns (bool)
State-modifying
authorizeExecutors(address[] executors
authorizeVotingPowerStrategies(address[] strategies
cancel(uint256 proposalId
claimAdmin(
createBinaryProposal(address executoraddress strategystruct IKyberGovernanceBinaryProposalParams executionParamsuint256 startTimeuint256 endTimestring linkreturns (uint256 proposalId)
createGenericProposal(address executoraddress strategystring[] optionsuint256 startTimeuint256 endTimestring linkreturns (uint256 proposalId)
execute(uint256 proposalIdpayable 
handleVotingPowerChanged(address voteruint256 newVotingPoweruint256[] proposalIds
queue(uint256 proposalId
submitVote(uint256 proposalIduint256 optionBitMask
submitVoteBySignature(uint256 proposalIduint256 optionBitMaskuint8 vbytes32 rbytes32 s
transferAdmin(address newAdmin
transferAdminQuickly(address newAdmin
transferDaoOperator(address newDaoOperator
unauthorizeExecutors(address[] executors
unauthorizeVotingPowerStrategies(address[] strategies
Events
AdminClaimed(address newAdminaddress previousAdmin
BinaryProposalCreated(uint256 proposalIdaddress indexed creatoraddress indexed executoraddress indexed strategyaddress[] targetsuint256[] weiValuesstring[] signaturesbytes[] calldatasbool[] withDelegatecallsuint256 startTimeuint256 endTimestring linkuint256 maxVotingPower
DaoOperatorTransferred(address indexed newDaoOperator
ExecutorAuthorized(address indexed executor
ExecutorUnauthorized(address indexed executor
GenericProposalCreated(uint256 proposalIdaddress indexed creatoraddress indexed executoraddress indexed strategystring[] optionsuint256 startTimeuint256 endTimestring linkuint256 maxVotingPower
ProposalCanceled(uint256 proposalId
ProposalExecuted(uint256 proposalIdaddress indexed initiatorExecution
ProposalQueued(uint256 indexed proposalIduint256 executionTimeaddress indexed initiatorQueueing
TransferAdminPending(address pendingAdmin
VoteEmitted(uint256 indexed proposalIdaddress indexed voteruint32 indexed voteOptionsuint224 votingPower
VotingPowerChanged(uint256 indexed proposalIdaddress indexed voteruint32 indexed voteOptionsuint224 oldVotingPoweruint224 newVotingPower
VotingPowerStrategyAuthorized(address indexed strategy
VotingPowerStrategyUnauthorized(address indexed strategy
Constructor
constructor(address adminaddress daoOperatoraddress[] executorsaddress[] votingPowerStrategies
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.