Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MVDProxy"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10417401 | 4 years ago | | | 0 | 0.21729426 | |
| 10417092 | 4 years ago | | | 0 | 0.24268900 | |
| 10417086 | 4 years ago | | | 0 | 0.31023995 | |
| 10417079 | 4 years ago | | | 0 | 0.25647165 | |
| 10417075 | 4 years ago | | | 0 | 0.19857675 | |
| 10412419 | 4 years ago | | | 0 | 0.24285320 | |
| 10412413 | 4 years ago | | | 0 | 0.41365686 | |
| 10412406 | 4 years ago | | | 0 | 0.30776598 | |
| 10412404 | 4 years ago | | | 0 | 0.23830434 | |
| 10407240 | 4 years ago | | | 0 | 0.13856361 |
ABI
ABI objects
Getter at block 21198692 getDelegates() view returns (address, address, address, address, address, address) getMVDFunctionalitiesManagerAddress() view returns (address) getMVDFunctionalityModelsManagerAddress() view returns (address) getMVDFunctionalityProposalManagerAddress() view returns (address) getMVDWalletAddress() view returns (address) getStateHolderAddress() view returns (address) getToken() view returns (address)
Read-only
isAuthorizedFunctionality(address functionality) view returns (bool)
isValidProposal(address proposal) view returns (bool)
read(string codeName, bytes data) view returns (bytes returnData)
State-modifying
Events callFromManager(address location, bytes payload) returns (bool, bytes)
changeProxy(address newAddress, bytes initPayload)
disableProposal(address proposalAddress)
emitEvent(string eventSignature, bytes firstIndex, bytes secondIndex, bytes data)
emitFromManager(string codeName, address proposal, string replaced, address replacedSourceLocation, uint256 replacedSourceLocationId, address location, bool submitable, string methodSignature, bool isInternal, bool needsSender, address proposalAddress)
init(address votingTokenAddress, address functionalityProposalManagerAddress, address stateHolderAddress, address functionalityModelsManagerAddress, address functionalitiesManagerAddress, address walletAddress)
newProposal(string codeName, bool emergency, address sourceLocation, uint256 sourceLocationId, address location, bool submitable, string methodSignature, string returnAbiParametersArray, bool isInternal, bool needsSender, string replaces) returns (address proposalAddress)
setDelegate(uint256 position, address newAddress) returns (address oldAddress)
setProposal()
startProposal(address proposalAddress)
submit(string codeName, bytes data) payable returns (bytes returnData)
transfer(address receiver, uint256 value, address token)
transfer721(address receiver, uint256 tokenId, bytes data, bool safe, address token)
DelegateChanged(uint256 position, address indexed oldAddress, address indexed newAddress)
Event(string indexed key, bytes32 indexed firstIndex, bytes32 indexed secondIndex, bytes data)
FunctionalitySet(string codeName, address indexed proposal, string replaced, address replacedSourceLocation, uint256 replacedSourceLocationId, address indexed replacedLocation, bool replacedWasSubmitable, string replacedMethodSignature, bool replacedWasInternal, bool replacedNeededSender, address indexed replacedProposal)
Proposal(address proposal)
ProposalCheck(address indexed proposal)
ProposalSet(address indexed proposal, bool success)
ProxyChanged(address indexed newAddress)
constructor(address votingTokenAddress, address functionalityProposalManagerAddress, address stateHolderAddress, address functionalityModelsManagerAddress, address functionalitiesManagerAddress, address walletAddress)
receive()
This contract contains no error objects.