TaikoGovernor
init
function init(address _addressManager, contract IVotesUpgradeable _token, contract TimelockControllerUpgradeable _timelock) public
propose
function propose(address[] targets, uint256[] values, bytes[] calldatas, string description) public returns (uint256)
votingDelay
function votingDelay() public view returns (uint256)
votingPeriod
function votingPeriod() public view returns (uint256)
quorum
function quorum(uint256 blockNumber) public view returns (uint256)
state
function state(uint256 proposalId) public view returns (enum IGovernorUpgradeable.ProposalState)
proposalThreshold
function proposalThreshold() public view returns (uint256)
supportsInterface
function supportsInterface(bytes4 interfaceId) public view returns (bool)
_execute
function _execute(uint256 proposalId, address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) internal
_cancel
function _cancel(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) internal returns (uint256)
_executor
function _executor() internal view returns (address)