MultiSigWallet
Verified contract
Active on
Ethereum with 273 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,341.66 |
$0 | |
XDATA | ERC-20 | 1.439156K | $0.044431 |
$63.94 | |
USDC | ERC-20 | 1 | $1.001 |
$1 | |
HEX | ERC-20 | 100 | $0.002904 |
$0.29 | |
BTB | ERC-20 | 1 | $0.000047 |
$0 | |
CAT | ERC-20 | 1 | $0.000023 |
$0 | |
ERC-20 | 2,018,060,500T | -- | -- | ||
HGT | ERC-20 | 640.117097M | -- | -- | |
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 7.777777M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11552516 | 4 years ago | | | 0 | 0.0090943200 | |
| 11552343 | 4 years ago | | | 0 | 0.018549149 | |
| 11005337 | 4 years ago | | | 0 | 0.020046290 | |
| 11001265 | 4 years ago | | | 0 | 0.027975120 | |
| 11001258 | 4 years ago | | | 0 | 0.0084214400 | |
| 11001254 | 4 years ago | | | 0 | 0.0086893600 | |
| 10964367 | 4 years ago | | | 0 | 0.0092476000 | |
| 10964362 | 4 years ago | | | 0 | 0.0092476000 | |
| 10964322 | 4 years ago | | | 0 | 0.0091718000 | |
| 10963919 | 4 years ago | | | 0 | 0.0075786000 |
ABI
ABI objects
Getter at block 21260364
MAX_OWNER_COUNT() pure returns (uint256)
50
getOwners() pure returns (address[])
[0x62fe4618FD2Fc2bfC9b55a4B5bDEea38f1cDd2F9, 0x75AB5eF6c0f8eD777bF828858DeC5FA5721d3734, 0x1810f6d14c5C57b6597B7515bE776e8564662880, 0xFBf414D818d326aF88F95010A110eEd90353228D, 0xA76cbD14D314AF489775118008A572244E7aB416, 0x3beE5cA5F251EaAa60D8653ba424550D5794A908]
required() pure returns (uint256)
4
transactionCount() pure returns (uint256)
59
Read-only
confirmations(uint256, address) pure returns (bool)
getConfirmationCount(uint256 transactionId) pure returns (uint256 count)
getConfirmations(uint256 transactionId) pure returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) pure returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) pure returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) pure returns (bool)
isOwner(address) pure returns (bool)
owners(uint256) pure returns (address)
transactions(uint256) pure 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.