MultiSigWallet
Verified contract
Active on
Ethereum with 212 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$26.29
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.008212 | $3,201.60 |
$26.29 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14526434 | 3 years ago | | | 0 | 0.0070270806 | |
| 13683969 | 3 years ago | | | 0 | 0.016273510 | |
| 13621402 | 3 years ago | | | 0 | 0.016963740 | |
| 13621389 | 3 years ago | | | 0 | 0.012537739 | |
| 13358269 | 3 years ago | | | 0 | 0.0030896452 | |
| 13197953 | 3 years ago | | | 0 | 0.027431120 | |
| 12645978 | 3 years ago | | | 0 | 0.010294725 | |
| 12638206 | 3 years ago | | | 0 | 0.0064288800 | |
| 12459414 | 3 years ago | | | 0 | 0.0071111300 | |
| 12329670 | 4 years ago | | | 0 | 0.0031595200 |
ABI
ABI objects
Getter at block 21161665
MAX_OWNER_COUNT() view returns (uint256)
10
nonce() view returns (uint256)
198
ownersCount() view returns (uint256)
3
threshold() view returns (uint256)
1
Read-only
isOwner(address) view returns (bool)
State-modifying
Events addOwner(address _owner)
changeThreshold(uint256 _newThreshold)
execute(address _to, uint256 _value, bytes _data, bytes _signatures)
removeOwner(address _owner)
Executed(address indexed destination, uint256 indexed value, bytes data)
OwnerAdded(address indexed owner)
OwnerRemoved(address indexed owner)
Received(uint256 indexed value, address indexed from)
ThresholdChanged(uint256 indexed newThreshold)
constructor(uint256 _threshold, address[] _owners)
fallback()
This contract contains no error objects.