CurrencyGovernance
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
21
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 "CurrencyGovernance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CurrencyGovernance"
ABI
ABI objects
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(bytes32, address _addr) view returns (bytes32)
commitments(address) view returns (bytes32)
proposals(address) view returns (uint256 numberOfRecipients, uint256 randomInflationReward, uint256 lockupDuration, uint256 lockupInterest, uint256 inflationMultiplier, string description)
score(address) view returns (uint256)
State-modifying
Events clone() returns (address)
commit(bytes32 _commitment)
compute()
initialize(address _self)
pause()
policyCommand(address _delegate, bytes _data)
propose(uint256 _numberOfRecipients, uint256 _randomInflationReward, uint256 _lockupDuration, uint256 _lockupInterest, uint256 _inflationMultiplier, string _description)
reveal(bytes32 _seed, struct CurrencyGovernanceVote[] _votes)
setExpectedInterfaceSet(address _addr)
setPauser(address _pauser)
unpause()
unpropose()
updateStage()
Paused(address account)
PauserAssignment(address indexed pauser)
ProposalCreation(address indexed trusteeAddress, uint256 _numberOfRecipients, uint256 _randomInflationReward, uint256 _lockupDuration, uint256 _lockupInterest, uint256 _inflationMultiplier, string _description)
ProposalRetraction(address indexed trustee)
RevealStart()
Unpaused(address account)
VoteCast(address indexed trustee)
VoteResult(address indexed winner)
VoteReveal(address indexed voter, struct CurrencyGovernanceVote[] votes)
VoteStart()
constructor(address _policy, address _initialPauser)
This contract contains no fallback and receive objects.
This contract contains no error objects.