GenesisProtocol
Verified contract
Active on
Ethereum with 6,645 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GEN | ERC-20 | 459.314269K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19054459 | 10 months ago | | | 0 | 0.0028946096 | |
| 19042597 | 10 months ago | | | 0 | 0.0073824753 | |
| 18592267 | a year ago | | | 0 | 0.0081608921 | |
| 18592196 | a year ago | | | 0 | 0.0061668805 | |
| 18591661 | a year ago | | | 0 | 0.0067200385 | |
| 18590841 | a year ago | | | 0 | 0.0052566997 | |
| 17442486 | a year ago | | | 0 | 0.0038720936 | |
| 17442475 | a year ago | | | 0 | 0.0039738119 | |
| 17442020 | a year ago | | | 0 | 0.0066201660 | |
| 17010479 | 2 years ago | | | 0 | 0.0063014307 |
ABI
ABI objects
Getter at block 21161414
DELEGATION_HASH_EIP712() view returns (bytes32)
0x3662ab6d0090d1022e8861c7a4566a166de4e5e0c978f1c6aef8e7ae178bf1d2
NO() view returns (uint256)
2
NUM_OF_CHOICES() view returns (uint256)
2
YES() view returns (uint256)
1
getAllowedRangeOfChoices() pure returns (uint256 min, uint256 max)
(min=1, max=2)
isAbstainAllow() pure returns (bool)
false
proposalsCnt() view returns (uint256)
1279
stakingToken() view returns (address)
0x543ff227f64aa17ea132bf9886cab5db55dcaddf
Read-only
averagesDownstakesOfBoosted(bytes32) view returns (uint256)
calcExecuteCallBounty(bytes32 _proposalId) view returns (uint256)
getNumberOfChoices(bytes32) view returns (uint256)
getParametersHash(uint256[11] _params, address _voteOnBehalf) pure returns (bytes32)
getProposalOrganization(bytes32 _proposalId) view returns (bytes32)
getProposalTimes(bytes32 _proposalId) view returns (uint256[3] times)
getStaker(bytes32 _proposalId, address _staker) view returns (uint256, uint256)
isVotable(bytes32 _proposalId) view returns (bool)
orgBoostedProposalsCnt(bytes32) view returns (uint256)
organizations(bytes32) view returns (address)
parameters(bytes32) view returns (uint256 queuedVoteRequiredPercentage, uint256 queuedVotePeriodLimit, uint256 boostedVotePeriodLimit, uint256 preBoostedVotePeriodLimit, uint256 thresholdConst, uint256 limitExponentValue, uint256 quietEndingPeriod, uint256 proposingRepReward, uint256 votersReputationLossRatio, uint256 minimumDaoBounty, uint256 daoBountyConst, uint256 activationTime, address voteOnBehalf)
proposalStatus(bytes32 _proposalId) view returns (uint256, uint256, uint256, uint256)
proposals(bytes32) view returns (bytes32 organizationId, address callbacks, uint8 state, uint256 winningVote, address proposer, uint256 currentBoostedVotePeriodLimit, bytes32 paramsHash, uint256 daoBountyRemain, uint256 daoBounty, uint256 totalStakes, uint256 confidenceThreshold, uint256 secondsFromTimeOutTillExecuteBoosted, bool daoRedeemItsWinnings)
score(bytes32 _proposalId) view returns (uint256)
shouldBoost(bytes32 _proposalId) view returns (bool)
stakesNonce(address) view returns (uint256)
state(bytes32 _proposalId) view returns (uint8)
threshold(bytes32 _paramsHash, bytes32 _organizationId) view returns (uint256)
voteInfo(bytes32 _proposalId, address _voter) view returns (uint256, uint256)
voteStake(bytes32 _proposalId, uint256 _vote) view returns (uint256)
voteStatus(bytes32 _proposalId, uint256 _choice) view returns (uint256)
winningVote(bytes32 _proposalId) view returns (uint256)
State-modifying
Events cancelVote(bytes32 _proposalId)
execute(bytes32 _proposalId) returns (bool)
executeBoosted(bytes32 _proposalId) returns (uint256 expirationCallBounty)
propose(uint256, bytes32 _paramsHash, address _proposer, address _organization) returns (bytes32)
redeem(bytes32 _proposalId, address _beneficiary) returns (uint256[3] rewards)
redeemDaoBounty(bytes32 _proposalId, address _beneficiary) returns (uint256 redeemedAmount, uint256 potentialAmount)
setParameters(uint256[11] _params, address _voteOnBehalf) returns (bytes32)
stake(bytes32 _proposalId, uint256 _vote, uint256 _amount) returns (bool)
stakeWithSignature(bytes32 _proposalId, uint256 _vote, uint256 _amount, uint256 _nonce, uint256 _signatureType, bytes _signature) returns (bool)
vote(bytes32 _proposalId, uint256 _vote, uint256 _amount, address _voter) returns (bool)
CancelProposal(bytes32 indexed _proposalId, address indexed _organization)
CancelVoting(bytes32 indexed _proposalId, address indexed _organization, address indexed _voter)
ConfidenceLevelChange(bytes32 indexed _proposalId, uint256 _confidenceThreshold)
ExecuteProposal(bytes32 indexed _proposalId, address indexed _organization, uint256 _decision, uint256 _totalReputation)
ExpirationCallBounty(bytes32 indexed _proposalId, address indexed _beneficiary, uint256 _amount)
GPExecuteProposal(bytes32 indexed _proposalId, uint8 _executionState)
NewProposal(bytes32 indexed _proposalId, address indexed _organization, uint256 _numOfChoices, address _proposer, bytes32 _paramsHash)
Redeem(bytes32 indexed _proposalId, address indexed _organization, address indexed _beneficiary, uint256 _amount)
RedeemDaoBounty(bytes32 indexed _proposalId, address indexed _organization, address indexed _beneficiary, uint256 _amount)
RedeemReputation(bytes32 indexed _proposalId, address indexed _organization, address indexed _beneficiary, uint256 _amount)
Stake(bytes32 indexed _proposalId, address indexed _organization, address indexed _staker, uint256 _vote, uint256 _amount)
StateChange(bytes32 indexed _proposalId, uint8 _proposalState)
VoteProposal(bytes32 indexed _proposalId, address indexed _organization, address indexed _voter, uint256 _vote, uint256 _reputation)
constructor(address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.