MultiSigWallet
Verified contract
Active on
Ethereum with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
No balances found for "MultiSigWallet"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15425894 | 2 years ago | | | 0 | 0.0015331622 | |
| 15424878 | 2 years ago | | | 0 | 0.00036509645 | |
| 15422368 | 2 years ago | | | 0 | 0.00055396017 | |
| 15421811 | 2 years ago | | | 0 | 0.0028684387 |
ABI
ABI objects
Getter at block 21217041
OWNER_COUNT() view returns (uint256)
7
OWNER_REQUIRD() view returns (uint256)
4
getOwners() view returns (address[7])
[0x1329C5B2f921936E5F1B658f24231E05D1d0005d, 0x469E5a1815E232Edd91a85C75EdDC9dfD50cB4cE, 0x599450119165F38bE5dBD1f97330932Fdd31c8d0, 0xb9ae948c486402987D6F8cB7c9cb8f6f72926AE0, 0x696e5251e8314Ea6Ef3b1f0aa77Bb8E3988e4a6b, 0xfDe243d0B95E92d681D55946c1b76DE966856553, 0xDc42eA53e29eE83738d6C12FDe3957a834d53F66]
transactionCount() view returns (uint256)
1
Read-only
confirmations(uint256, address) view returns (bool)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)
State-modifying
Events confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
revokeConfirmation(uint256 transactionId)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256 transactionId)
tokensReceived(address, address, address, uint256, bytes, bytes)
Confirmation(address indexed sender, uint256 indexed transactionId)
Deposit(address indexed sender, uint256 value)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
OwnerReplace(address indexed owner, address _newOwner)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
constructor(address[7] _owners)
receive()
This contract contains no error objects.