MultiSigStub
Verified contract
Proxy
Active on
Ethereum with 6 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MultiSigStub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4484619 | 7 years ago | | | 0 | 0.0012927500 | |
| 4484552 | 7 years ago | | | 0 | 0.00040994000 | |
| 4484414 | 7 years ago | | | 0 | 0.0024000000 | |
| 4484396 | 7 years ago | | | 0 | 0.0025642000 | |
| 4482004 | 7 years ago | | | 0 | 0.00033563200 | |
| 4481378 | 7 years ago | | | 0 | 0.00023873200 |
ABI
ABI objects
Getter at block 21317692
getOwners() pure returns (address[])
[0x89bb5a1880608Fe606F6D2c3dc30c3624F3429fC, 0xA02378cA1c24767eCD776aAFeC02158a30dc01ac]
getTokenList() pure returns (address[])
[0x744d70FDBE2Ba4CF95131626614a1763DF805B9E]
transactionCount() pure returns (uint256)
1
Read-only
confirmations(uint256, address) pure returns (bool)
getConfirmationCount(uint256 transactionId) pure returns (uint256)
getConfirmations(uint256 transactionId) pure returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) pure returns (uint256)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) pure returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) pure returns (bool)
owners(uint256) pure returns (address)
tokenBalances(address tokenAddress) pure returns (uint256)
tokens(uint256) pure returns (address)
transactions(uint256) pure returns (address destination, uint256 value, bytes data, bool executed)
State-modifying
Events confirmTransaction(uint256 transactionId)
setMyTokenList(address[] _tokenList)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256)
watch(address _tokenAddr)
This contract contains no event objects.
constructor(address[] _owners, uint256 _required)
fallback()
This contract contains no error objects.