MultiSignatureVault
Verified contract
Active on
Ethereum with 74 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 |
---|---|---|---|---|---|
HDRA | ERC-20 | 16.246733M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10014844 | 5 years ago | | | 0 | 0.0012466300 | |
| 10014841 | 5 years ago | | | 0 | 0.00078161000 | |
| 10014840 | 5 years ago | | | 0 | 0.00070344900 | |
| 10014840 | 5 years ago | | | 0 | 0.00076811400 | |
| 10014835 | 5 years ago | | | 0 | 0.00076811400 | |
| 9991749 | 5 years ago | | | 0 | 0.00063578130 | |
| 9991734 | 5 years ago | | | 0 | 0.00074797800 | |
| 9991725 | 5 years ago | | | 0 | 0.00074797800 | |
| 9991643 | 5 years ago | | | 0 | 0.0010596355 | |
| 9890727 | 5 years ago | | | 0 | 0.00029944202 |
ABI
ABI objects
Getter at block 21311724
allOperationsCount() view returns (uint256)
5
howManyOwnersDecide() view returns (uint256)
2
ownersCount() view returns (uint256)
4
ownersGeneration() view returns (uint256)
1
Read-only
allOperations(uint256) view returns (bytes32)
allOperationsIndicies(bytes32) view returns (uint256)
isOwner(address wallet) view returns (bool)
owners(uint256) view returns (address)
ownersIndices(address) view returns (uint256)
votesCountByOperation(bytes32) view returns (uint256)
votesMaskByOperation(bytes32) view returns (uint256)
State-modifying
Events cancelPending(bytes32 operation)
transferOwnership(address[] newOwners, uint256 _howManyOwnersDecide)
transferTo(address to, uint256 amount)
transferTokensTo(address token, address to, uint256 amount)
OperationCancelled(bytes32 operation, address lastCanceller)
OperationCreated(bytes32 operation, uint256 howMany, uint256 ownersCount, address proposer)
OperationDownvoted(bytes32 operation, uint256 votes, uint256 ownersCount, address downvoter)
OperationPerformed(bytes32 operation, uint256 howMany, uint256 ownersCount, address performer)
OperationUpvoted(bytes32 operation, uint256 votes, uint256 howMany, uint256 ownersCount, address upvoter)
OwnershipTransferred(address[] previousOwners, uint256 howManyOwnersDecide, address[] newOwners, uint256 newHowManyOwnersDecide)
constructor(address[] _owners)
fallback()
This contract contains no error objects.