MultiSigWallet
Verified contract
Active on
Ethereum with 175 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$12,543.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.741469 | $3,352.51 |
$12,543.31 | |
USDC | ERC-20 | 259 | $1.00 |
$259 | |
DAI | ERC-20 | 228.99 | $1.00 |
$228.99 | |
LINK | ERC-20 | 11.43 | $16.94 |
$193.62 | |
SNX | ERC-20 | 64.3916 | $1.96 |
$126.21 | |
ERC-20 | 0.07 | $1,682.45 |
$117.77 | ||
BAT | ERC-20 | 348.65 | $0.24042 |
$83.82 | |
sUSD | ERC-20 | 14.42 | $1.004 |
$14.48 | |
MANA | ERC-20 | 27.88 | $0.488143 |
$13.61 | |
LEND | ERC-20 | 35.49 | $0.038371 |
$1.36 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14792120 | 3 years ago | | | 0 | 0.0017963700 | |
| 14704201 | 3 years ago | | | 0 | 0.0035917200 | |
| 14698642 | 3 years ago | | | 0 | 0.10998175 | |
| 14697661 | 3 years ago | | | 0 | 0.0030939458 | |
| 14563806 | 3 years ago | | | 0 | 0.028288290 | |
| 14177818 | 3 years ago | | | 0 | 0.0026930250 | |
| 14177740 | 3 years ago | | | 0 | 0.090838920 | |
| 13990232 | 3 years ago | | | 0 | 0.0059845000 | |
| 13823647 | 3 years ago | | | 0 | 0.088169760 | |
| 13621665 | 3 years ago | | | 0 | 0.013338090 |
ABI
ABI objects
Getter at block 21248901
MAX_OWNER_COUNT() view returns (uint256)
10
nonce() view returns (uint256)
161
ownersCount() view returns (uint256)
3
threshold() view returns (uint256)
2
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.