MultiSigWallet
Verified contract
Active on
Ethereum with 1,602 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$96.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,205.24 |
$96.16 | |
XDATA | ERC-20 | 2.191591K | $0.040194 |
$88.09 | |
FRD | ERC-20 | 3.889296K | -- | -- | |
CREDO | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4467147 | 7 years ago | | | 0.03 | 0.00018008000 | |
| 4419878 | 7 years ago | | | 0 | 0.0036151080 | |
| 4375861 | 7 years ago | | | 0 | 0.00051817500 | |
| 4375745 | 7 years ago | | | 0 | 0.00058903000 | |
| 4375742 | 7 years ago | | | 0 | 0.00060018400 | |
| 4375728 | 7 years ago | | | 0 | 0.00051817500 | |
| 4375625 | 7 years ago | | | 0 | 0.00064155000 | |
| 4375610 | 7 years ago | | | 0 | 0.0016416750 | |
| 4375600 | 7 years ago | | | 0 | 0.0032308380 | |
| 4375585 | 7 years ago | | | 0 | 0.0016416750 |
ABI
ABI objects
Getter at block 21161595
MAX_OWNER_COUNT() pure returns (uint256)
50
getOwners() pure returns (address[])
[0xa26Ea46ce8023eFF9eA611a9F09Ddf2Ef45c5bf8, 0x517855b2b4A7C6B3693630fb833eA6e00AbbE996]
required() pure returns (uint256)
2
transactionCount() pure returns (uint256)
19
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.