MultiSigWallet
Verified contract
Active on
Ethereum with 104 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 2,018,060,500T | -- | -- | ||
ERC-20 | 19.464797M | -- | -- | ||
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
TOPBTC | ERC-20 | 8.888889K | -- | -- | |
WLM | ERC-20 | 66 | -- | -- | |
LINO | ERC-20 | 15 | -- | -- | |
UBT | ERC-20 | 10 | -- | -- | |
TOPB | ERC-20 | 8.888889 | -- | -- | |
VOS.AI | ERC-20 | 1 | -- | -- | |
SW | ERC-20 | 0.084959 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6629958 | 6 years ago | | | 0 | 0.0017523220 | |
| 6629955 | 6 years ago | | | 0 | 0.0011135670 | |
| 6629945 | 6 years ago | | | 0 | 0.0011593530 | |
| 6629875 | 6 years ago | | | 0 | 0.00055755700 | |
| 6629836 | 6 years ago | | | 0 | 0.0011135670 | |
| 6629819 | 6 years ago | | | 0 | 0.0052762490 | |
| 6629763 | 6 years ago | | | 0 | 0.00097341300 | |
| 6629752 | 6 years ago | | | 0 | 0.0011135670 | |
| 6629742 | 6 years ago | | | 0 | 0.0012369660 | |
| 6629660 | 6 years ago | | | 0 | 0.00013869600 |
ABI
ABI objects
Getter at block 21169324
MAX_OWNER_COUNT() pure returns (uint256)
50
getOwners() pure returns (address[])
[0x08Cba94aE88369b048C735D0411cD90d1AC7773c, 0xe283c363a8F633d4d8Cd54f377FcDaC364716984, 0x64E77100163B4058b3F9D7E8b4caAae6d84523d8, 0x00e947b5c2dBbA3a75E9d5e68B6e4a7Ab17C79d8, 0x2f558cb6608789BbF2ec3039a06fC09AF4ab5864]
required() pure returns (uint256)
3
transactionCount() pure returns (uint256)
27
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.