MultiSigWallet
Verified contract
Active on
Ethereum with 140 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MultiSigWallet"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8450528 | 5 years ago | | | 0 | 0.00017706000 | |
| 8450520 | 5 years ago | | | 0 | 0.00093492000 | |
| 8450506 | 5 years ago | | | 0 | 0.0015231960 | |
| 8450459 | 5 years ago | | | 0 | 0.00098997800 | |
| 8450417 | 5 years ago | | | 0 | 0.00095239990 | |
| 8450393 | 5 years ago | | | 0 | 0.0027140630 | |
| 8450170 | 5 years ago | | | 0 | 0.00026253700 | |
| 8269879 | 5 years ago | | | 0 | 0.00011393800 | |
| 8269863 | 5 years ago | | | 0 | 0.00011393800 | |
| 8269859 | 5 years ago | | | 0 | 0.000097438000 |
ABI
ABI objects
Getter at block 21303832
MAX_OWNER_COUNT() view returns (uint256)
50
getOwners() view returns (address[])
[0x83E30C48106Bb9D2174bA974431Df546657c7266, 0x3b5B9Cd4f7756ed2469095391bf507bFa64958fF, 0x0079bF6868cB1b7cF4a451311fd70c348F3ED38B, 0x2147cdc66d45285be6c165f39F32C0caB3C8af8C]
required() view returns (uint256)
2
transactionCount() view returns (uint256)
69
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 addOwner(address owner)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256 transactionId)
Confirmation(address indexed _sender, uint256 indexed _transactionId)
Deposit(address indexed _sender, uint256 _value)
Execution(uint256 indexed _transactionId)
ExecutionFailure(uint256 indexed _transactionId)
OwnerAddition(address indexed _owner)
OwnerRemoval(address indexed _owner)
RequirementChange(uint256 _required)
Revocation(address indexed _sender, uint256 indexed _transactionId)
Submission(uint256 indexed _transactionId)
constructor(address[] _owners, uint256 _required)
fallback()
This contract contains no error objects.