ProposalManager

Verified contract

Active on Ethereum with 48 txns
Deployed by via 0x46cb6751 at 5278569
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
0xb98a2b0a6bdcf431825a92b5793523d4f597f4956a270b792aaa8bef76c45d08
0x7c749327b5da1bc822ad3c2b18bc8170ad426875025ea049d2fdb42355ae866f
0xf9bed66033466096948ff173a4e61f155febeccb215969fd0a76a86f49643927
0x5474f1698ee71b03fd1e1202e258d6de6b6f6bec4fcdb58649ecc6ff61d3cecf
0x90946d6e69f9300c368664954bc57fc971026466999508a98572dfd7195012a2
0x671a09f58c12c01d6d6ab483ced565981b38edff90e2e9cba2541aef7f1d64a3
0x937de6afba8449550444335a993de9dee171c431a5ef25bdf3803ccc8b4077cf
0xf525417cb57d87d8151d29e0b5c3e16ef5f0962cd163f4ea9da7a69262ed6b94
0x589d56ad0e1e8bb81e5d47c2a5a17a5fd8a0f9998161cb968c978bf2b9113ed5
0xc55472a6c07a56d22463fff015c5a58e37680f88d0aabb0508e7d47d86521eea

Functions
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 _adminview returns (bool)
onApprove(addressaddressuint256pure returns (bool)
onTransfer(addressaddressuint256pure returns (bool)
proposal(uint256 _proposalIdview returns (address _proposeruint256 _startBlockuint256 _startTimeuint256 _durationbytes32 _storageHashbool _activebool _finalizeduint256 _totalYesuint256 _totalNoaddress _tokenbool _approvedbool _deniedbool _hasBalance)
State-modifying
addAdmin(address _newAdmin
addProposal(uint256 _durationbytes32 _storageHashreturns (uint256 _proposalId)
approveProposal(uint256 _proposalId
denyProposal(uint256 _proposalId
proxyPayment(addresspayable returns (bool)
removeAdmin(address _admin
transferOwnership(address newOwner
vote(uint256 _proposalIdbool _yes
Events
Approved(uint256 indexed idProposal
NewProposal(uint256 indexed idProposaluint256 durationbytes32 storageHash
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Vote(uint256 indexed idProposaladdress indexed _voterbool yesuint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.