CurrencyGovernance

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9a137c56 at 15851177
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "CurrencyGovernance"

No transactions found for "CurrencyGovernance"


Functions
Getter at block 21301321
GENERATION_START(view returns (uint256)
1000
IDEMPOTENT_INFLATION_MULTIPLIER(view returns (uint256)
1000000000000000000
MAX_DATA(view returns (uint256)
160
MIN_GENERATION_DURATION(view returns (uint256)
1209600
PROPOSAL_TIME(view returns (uint256)
864000
REVEAL_TIME(view returns (uint256)
86400
VOTING_TIME(view returns (uint256)
259200
currentStage(view returns (uint8)
0
implementation(view returns (address _impl)
0xf4e903bd6ffc1464f7938f6e1a27e369edbd715d
leader(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
pauser(view returns (address)
0x99f98ea4a883db4692fa317070f4ad2dc94b05ce
policy(view returns (address)
0x8c02d4cc62f79aceb652321a9f8988c0f6e71e68
proposalEnds(view returns (uint256)
0
revealEnds(view returns (uint256)
0
votingEnds(view returns (uint256)
0
winner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
canImplementInterfaceForAddress(bytes32address _addrview returns (bytes32)
commitments(addressview returns (bytes32)
proposals(addressview returns (uint256 numberOfRecipientsuint256 randomInflationRewarduint256 lockupDurationuint256 lockupInterestuint256 inflationMultiplierstring description)
score(addressview returns (uint256)
State-modifying
clone(returns (address)
commit(bytes32 _commitment
compute(
initialize(address _self
pause(
policyCommand(address _delegatebytes _data
propose(uint256 _numberOfRecipientsuint256 _randomInflationRewarduint256 _lockupDurationuint256 _lockupInterestuint256 _inflationMultiplierstring _description
reveal(bytes32 _seedstruct CurrencyGovernanceVote[] _votes
setExpectedInterfaceSet(address _addr
setPauser(address _pauser
unpause(
unpropose(
updateStage(
Events
Paused(address account
PauserAssignment(address indexed pauser
ProposalCreation(address indexed trusteeAddressuint256 _numberOfRecipientsuint256 _randomInflationRewarduint256 _lockupDurationuint256 _lockupInterestuint256 _inflationMultiplierstring _description
ProposalRetraction(address indexed trustee
RevealStart(
Unpaused(address account
VoteCast(address indexed trustee
VoteResult(address indexed winner
VoteReveal(address indexed voterstruct CurrencyGovernanceVote[] votes
VoteStart(
Constructor
constructor(address _policyaddress _initialPauser
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.