MVDFunctionalityProposal
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "MVDFunctionalityProposal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13797854 | 3 years ago | | | 0 | 0.0028843074 | |
| 13797853 | 3 years ago | | | 0 | 0.043048309 |
ABI
ABI objects
Getter at block 21215937 toJSON() view returns (string)
getCodeName() view returns (string)
getLocation() view returns (address)
0x8da961b4d1ee39f8da099bc149515b65613788d6
getMethodSignature() view returns (string)
callOneTime(address)
getProposer() view returns (address)
0x74ef70357ef21bad2b45795679f2727c48d501ed
getProxy() view returns (address)
0x9d203e1fca3f708b344c8e13d562d4dd9a92782b
getReplaces() view returns (string)
getReturnAbiParametersArray() view returns (string)
[]
getSourceLocation() view returns (address)
0x9784b427ecb5275c9300ea34adef57923ab170af
getSourceLocationId() view returns (uint256)
0
getSurveyDuration() view returns (uint256)
200000
getSurveyEndBlock() view returns (uint256)
13997767
getVotes() view returns (uint256, uint256)
(8000000000000000000, 0)
getVotesHardCapToReach() view returns (uint256)
8000000000000000000
isDisabled() view returns (bool)
false
isEmergency() view returns (bool)
false
isInternal() view returns (bool)
false
isSubmitable() view returns (bool)
true
isTerminated() view returns (bool)
true
isVotesHardCapReached() view returns (bool)
true
needsSender() view returns (bool)
false
Read-only
formatReturnAbiParametersArray(string m) pure returns (string)
getFirstJSONPart(address sourceLocation, uint256 sourceLocationId, address location) pure returns (bytes)
getVote(address addr) view returns (uint256 accept, uint256 refuse)
toString(address _addr) pure returns (string)
toString(uint256 _i) pure returns (string)
toUint256(bytes bs) pure returns (uint256 x)
State-modifying
Events accept(uint256 amount)
disable()
init(string codeName, address location, string methodSignature, string returnAbiParametersArray, string replaces, address proxy)
moveToAccept(uint256 amount)
moveToRefuse(uint256 amount)
refuse(uint256 amount)
retireAccept(uint256 amount)
retireAll()
retireRefuse(uint256 amount)
set()
setCollateralData(bool emergency, address sourceLocation, uint256 sourceLocationId, bool submitable, bool isInternal, bool needsSender, address proposer, uint256 votesHardCap)
start()
terminate()
withdraw()
Accept(address indexed voter, uint256 amount)
MoveToAccept(address indexed voter, uint256 amount)
MoveToRefuse(address indexed voter, uint256 amount)
Refuse(address indexed voter, uint256 amount)
RetireAccept(address indexed voter, uint256 amount)
RetireAll(address indexed voter, uint256 amount)
RetireRefuse(address indexed voter, uint256 amount)
constructor(string codeName, address location, string methodSignature, string returnAbiParametersArray, string replaces, address proxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.