OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3,735 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x055c…3926
10 additional
variables
Balances ($0.00)
No balances found for "OwnedUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143588 | 3 days ago | | | 0 | 0.0063509096 | |
| 21143484 | 3 days ago | | | 0 | 0.0066128832 | |
| 21143434 | 3 days ago | | | 0 | 0.0071851986 | |
| 21143360 | 3 days ago | | | 0 | 0.0051393671 | |
| 21143313 | 3 days ago | | | 0 | 0.012218530 | |
| 21013463 | 21 days ago | | | 0 | 0.0012730316 | |
| 21013456 | 21 days ago | | | 0 | 0.0012762316 | |
| 21013451 | 21 days ago | | | 0 | 0.0012579119 | |
| 21004633 | 22 days ago | | | 0 | 0.0023984735 | |
| 21004616 | 22 days ago | | | 0 | 0.0024269101 |
ABI
ABI objects
Getter at block 21163501
implementation() view returns (address impl)
0xcafeafa258be9acb7c0de989be21a8e9583fba65
proxyOwner() view returns (address owner)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
allowedToCatgorize() view returns (uint256 roleId)
1
getProposalLength() view returns (uint256)
241
ms() view returns (address)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
nxMasterAddress() view returns (address)
0x01bfd82675dbcc7762c84019ca518e701c0cd07e
tokenHoldingTime() view returns (uint256)
259200
Read-only
allDelegation(uint256) view returns (address follower, address leader, uint256 lastUpd)
allowedToCreateProposal(uint256 category) view returns (bool check)
canCloseProposal(uint256 _proposalId) view returns (uint256)
followerDelegation(address) view returns (uint256)
getFollowers(address _add) view returns (uint256[])
getPendingReward(address _memberAddress) view returns (uint256 pendingDAppReward)
getSolutionAction(uint256 _proposalId, uint256 _solution) view returns (uint256, bytes)
getUintParameters(bytes8 code) view returns (bytes8 codeVal, uint256 val)
isOpenForDelegation(address) view returns (bool)
lastRewardClaimed(address) view returns (uint256)
memberProposalVote(address, uint256) view returns (uint256)
proposal(uint256 _proposalId) view returns (uint256 proposalId, uint256 category, uint256 status, uint256 finalVerdict, uint256 totalReward)
proposalActionStatus(uint256) view returns (uint256)
proposalDetails(uint256 _proposalId) view returns (uint256, uint256, uint256)
proposalRejectedByAB(uint256, address) view returns (bool)
proposalVoteTally(uint256) view returns (uint256 voters)
rewardClaimed(uint256, address) view returns (bool)
voteTallyData(uint256 _proposalId, uint256 _solution) view returns (uint256, uint256, uint256)
State-modifying
Events transferProxyOwnership(address _newOwner)
upgradeTo(address _implementation)
categorizeProposal(uint256 _proposalId, uint256 _categoryId, uint256 _incentive)
changeDependentContractAddress()
changeMasterAddress(address _masterAddress)
claimReward(address _memberAddress, uint256 _maxRecords) returns (uint256 pendingDAppReward)
closeProposal(uint256 _proposalId)
createProposal(string _proposalTitle, string _proposalSD, string _proposalDescHash, uint256 _categoryId)
createProposalwithSolution(string _proposalTitle, string _proposalSD, string _proposalDescHash, uint256 _categoryId, string _solutionHash, bytes _action)
rejectAction(uint256 _proposalId)
submitProposalWithSolution(uint256 _proposalId, string _solutionHash, bytes _action)
submitVote(uint256 _proposalId, uint256 _solutionChosen)
submitVoteWithoutDelegations(uint256 _proposalId, uint256 _solutionChosen)
triggerAction(uint256 _proposalId)
unDelegate()
updateProposal(uint256 _proposalId, string _proposalTitle, string _proposalSD, string _proposalDescHash)
updateUintParameters(bytes8 code, uint256 val)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
ActionFailed(uint256 proposalId)
ActionRejected(uint256 indexed proposalId, address rejectedBy)
ActionSuccess(uint256 proposalId)
CloseProposalOnTime(uint256 indexed proposalId, uint256 time)
Proposal(address indexed proposalOwner, uint256 indexed proposalId, uint256 dateAdd, string proposalTitle, string proposalSD, string proposalDescHash)
ProposalAccepted(uint256 proposalId)
ProposalCategorized(uint256 indexed proposalId, address indexed categorizedBy, uint256 categoryId)
RewardClaimed(address indexed member, uint256 gbtReward)
Solution(uint256 indexed proposalId, address indexed solutionOwner, uint256 indexed solutionId, string solutionDescHash, uint256 dateAdd)
Vote(address indexed from, uint256 indexed proposalId, uint256 indexed voteId, uint256 dateAdd, uint256 solutionChosen)
VoteCast(uint256 proposalId)
constructor(address _implementation)
fallback()
This contract contains no error objects.