MultiSigWallet
Verified contract
Active on
Ethereum with 700 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$316.5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,164.97 |
$316.5 | |
MANA | ERC-20 | 0.001352 | $0.349985 |
$0 | |
KICK | ERC-20 | 888.888K | -- | -- | |
DAP | ERC-20 | 281 | -- | -- | |
VRH | ERC-20 | 100 | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
STT | ERC-20 | 2.020202 | -- | -- | |
) | DCLENS | ERC-721 | 1 | -- | -- |
) | DCLENS | ERC-721 | 1 | -- | -- |
) | DCLENS | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17763232 | a year ago | | | 0 | 0.0031715670 | |
| 17763231 | a year ago | | | 0 | 0.0031797346 | |
| 17736453 | a year ago | | | 0 | 0.0073914390 | |
| 17736452 | a year ago | | | 0 | 0.0073914390 | |
| 17736051 | a year ago | | | 0 | 0.0055068677 | |
| 17736049 | a year ago | | | 0 | 0.0057559253 | |
| 17727693 | a year ago | | | 0 | 0.0043782804 | |
| 17727689 | a year ago | | | 0 | 0.0044777349 | |
| 17720282 | a year ago | | | 0 | 0.0037056810 | |
| 17720278 | a year ago | | | 0 | 0.0039129000 |
ABI
ABI objects
Getter at block 21159521
MAX_OWNER_COUNT() view returns (uint256)
50
getOwners() view returns (address[])
[0xBCAc4dafB7e215f2F6cb3312aF6D5e4F9d9E7eDA, 0xFE95E04A628087FCdD5f278E61F148B47471Af4A, 0x8E5B953d03566595597CBFfBbd5c73b45BeE9530, 0x534aEff4E54c1E6Ee8cfD95cE547aBD00d637B00, 0xf74d1357f97Cec5B6f8c391AfE1E9Bc9Ab2E9335]
required() view returns (uint256)
3
transactionCount() view returns (uint256)
212
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.