0x339bd3ad407f513b201ac4208514a5c69d5c417c
Verified contract
Proxy
Active on
Ethereum with 46 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "0x339bd3ad407f513b201ac4208514a5c69d5c417c"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17049320 | 2 years ago | | | 0 | 0.0034077460 | |
| 17049167 | 2 years ago | | | 0 | 0.0034977544 | |
| 17047945 | 2 years ago | | | 0 | 0.0035659230 | |
| 17047642 | 2 years ago | | | 0 | 0.0046970714 | |
| 17046930 | 2 years ago | | | 0 | 0.0041437412 | |
| 17046849 | 2 years ago | | | 0 | 0.0041139770 | |
| 17046461 | 2 years ago | | | 0 | 0.0053512088 | |
| 17046074 | 2 years ago | | | 0 | 0.0047437113 | |
| 17045762 | 2 years ago | | | 0 | 0.0044802935 | |
| 17045034 | 2 years ago | | | 0 | 0.0037249600 |
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)
4
implementation() view returns (address _impl)
0xf4e903bd6ffc1464f7938f6e1a27e369edbd715d
leader() view returns (address)
0x41fa896616a2bf60a0bb9391de4bb0b7ea122b07
paused() view returns (bool)
false
pauser() view returns (address)
0x99f98ea4a883db4692fa317070f4ad2dc94b05ce
policy() view returns (address)
0x8c02d4cc62f79aceb652321a9f8988c0f6e71e68
proposalEnds() view returns (uint256)
1681187123
revealEnds() view returns (uint256)
1681532723
votingEnds() view returns (uint256)
1681446323
winner() view returns (address)
0x41fa896616a2bf60a0bb9391de4bb0b7ea122b07
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()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.