MultiSigWalletSTRM
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MultiSigWalletSTRM"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MultiSigWalletSTRM"
ABI
ABI objects
Getter at block 21229335
getOwners() view returns (address[])
[0x7914DdB867BadF32d47CFCf5A03948816413E200, 0xD6D748B0EaA3E61af371E40379D54A8f284F2A6c, 0xcd292BEEBD9702a4541ec077dBA32BB48ed22788, 0xEA82e3FA538C955FC6CdEbDe9f61260A8Eea77c5]
getTransactionCount() view returns (uint256)
0
numConfirmationsRequired() view returns (uint256)
3
Read-only
getTransaction(uint256 _txIndex) view returns (address to, uint256 value, bytes data, bool executed, uint256 numConfirmations)
isConfirmed(uint256, address) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address to, uint256 value, bytes data, bool executed, uint256 numConfirmations)
State-modifying
Events confirmTransaction(uint256 _txIndex)
executeTransaction(uint256 _txIndex)
revokeConfirmation(uint256 _txIndex)
submitTransaction(address _to, uint256 _value, bytes _data)
ConfirmTransaction(address indexed owner, uint256 indexed txIndex)
Deposit(address indexed sender, uint256 amount, uint256 balance)
ExecuteTransaction(address indexed owner, uint256 indexed txIndex)
RevokeConfirmation(address indexed owner, uint256 indexed txIndex)
SubmitTransaction(address indexed owner, uint256 indexed txIndex, address indexed to, uint256 value, bytes data)
constructor(address[] _owners, uint256 _numConfirmationsRequired)
receive()
This contract contains no error objects.