ProposalManager
Verified contract
Active on
Ethereum with 48 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 |
---|---|---|---|---|---|
NP-10 | ERC-20 | 55.508664M | -- | -- | |
NP-8 | ERC-20 | 50.999664M | -- | -- | |
NP-7 | ERC-20 | 8.528886K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6824709 | 6 years ago | | | 0 | 0.00084187290 | |
| 5769745 | 6 years ago | | | 0 | 0.0013278240 | |
| 5769728 | 6 years ago | | | 0 | 0.0013278240 | |
| 5769551 | 6 years ago | | | 0 | 0.0013278240 | |
| 5769527 | 6 years ago | | | 0 | 0.00077456400 | |
| 5769520 | 6 years ago | | | 0 | 0.0017704320 | |
| 5769514 | 6 years ago | | | 0 | 0.0013278240 | |
| 5769506 | 6 years ago | | | 0 | 0.00077456400 | |
| 5769382 | 6 years ago | | | 0 | 0.00044260800 | |
| 5769374 | 6 years ago | | | 0 | 0.00055326000 |
ABI
ABI objects
Getter at block 21299432 getActiveProposals() view returns (uint256[]) getApprovedProposals() view returns (uint256[]) getNotApprovedProposals() view returns (uint256[])
nProposals() view returns (uint256)
15
owner() view returns (address)
0xe1f3c653248de6894d683cb2f10de7ca2253046f
tokenFactory() view returns (address)
0x003ea7f54b6dcf6cee86986edc18143a35f15505
Read-only
isAdmin(address _admin) view returns (bool)
onApprove(address, address, uint256) pure returns (bool)
onTransfer(address, address, uint256) pure returns (bool)
proposal(uint256 _proposalId) view returns (address _proposer, uint256 _startBlock, uint256 _startTime, uint256 _duration, bytes32 _storageHash, bool _active, bool _finalized, uint256 _totalYes, uint256 _totalNo, address _token, bool _approved, bool _denied, bool _hasBalance)
State-modifying
Events addAdmin(address _newAdmin)
addProposal(uint256 _duration, bytes32 _storageHash) returns (uint256 _proposalId)
approveProposal(uint256 _proposalId)
denyProposal(uint256 _proposalId)
proxyPayment(address) payable returns (bool)
removeAdmin(address _admin)
transferOwnership(address newOwner)
vote(uint256 _proposalId, bool _yes)
Approved(uint256 indexed idProposal)
NewProposal(uint256 indexed idProposal, uint256 duration, bytes32 storageHash)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Vote(uint256 indexed idProposal, address indexed _voter, bool yes, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.