MultiSigWallet
Verified contract
Active on
Ethereum with 32 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$363.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,632.17 |
$363.22 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20791200 | 2 months ago | | | 0 | 0.00084588297 | |
| 20791191 | 2 months ago | | | 0 | 0.00068653543 | |
| 20791180 | 2 months ago | | | 0 | 0.00059717954 | |
| 20791133 | 2 months ago | | | 0 | 0.00094616173 | |
| 20791045 | 2 months ago | | | 0 | 0.0023744664 | |
| 20790976 | 2 months ago | | | 0 | 0.00083050106 | |
| 20790964 | 2 months ago | | | 0 | 0.00095154681 | |
| 20790958 | 2 months ago | | | 0 | 0.00071218647 | |
| 20790934 | 2 months ago | | | 0 | 0.00084164933 | |
| 20790927 | 2 months ago | | | 0 | 0.0021582820 |
ABI
ABI objects
Getter at block 21297766
getOwners() view returns (address[])
[0x6876E4Bb48B3Eeab52CF9e6e74276bdfE4b8df82, 0x99fafD0123d7399347330fD8D7Bc0Ea0B4B54424, 0x38e680AEcBF2d1CB098C339506D34E5D35FDFF6F, 0xb5894d6CE400d4136d37b7e9Cb14c91b4530fa22, 0x7b64E70d860dFD33A55a9fe3B1fF5a73ebe80077]
getTransactionCount() view returns (uint256)
7
requiredConfirmations() view returns (uint256)
3
Read-only
getTransaction(uint256 _txIndex) view returns (address to, uint256 value, uint256 func, bytes data, bool executed, uint256 numConfirmations)
isConfirmed(uint256, address) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address to, uint256 value, uint256 func, bytes data, bool executed, uint256 confirmations)
State-modifying
Events addOwner(address _owner)
changeRequiredConfirmations(uint256 _requiredConfirmations)
confirmTransaction(uint256 _txIndex)
executeTransaction(uint256 _txIndex)
removeOwner(address _owner)
revokeConfirmation(uint256 _txIndex)
submitTransaction(address _to, uint256 _value, uint256 _func, bytes _data)
ChangeRequiredConfirmations(uint256 requiredConfirmations)
ConfirmTransaction(address indexed owner, uint256 indexed txIndex)
Deposit(address indexed sender, uint256 amount, uint256 balance)
ExecuteTransaction(address indexed owner, uint256 indexed txIndex)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RevokeConfirmation(address indexed owner, uint256 indexed txIndex)
SubmitTransaction(address indexed owner, uint256 indexed txIndex, address indexed to, uint256 value, uint256 func, bytes data)
constructor(address[] _owners, uint256 _requiredConfirmations)
fallback()
receive()
This contract contains no error objects.