MultiSigWallet
Verified contract
Active on
Ethereum with 68 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MultiSigWallet"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226386 | a month ago | | | 0 | 0.0011693400 | |
| 21226384 | a month ago | | | 0 | 0.0016051562 | |
| 21226365 | a month ago | | | 0 | 0.00062073805 | |
| 21226364 | a month ago | | | 0 | 0.00064219507 | |
| 21226332 | a month ago | | | 0 | 0.00092714682 | |
| 21226330 | a month ago | | | 0 | 0.00096782723 | |
| 21226176 | a month ago | | | 0 | 0.0021407953 | |
| 21226171 | a month ago | | | 0 | 0.0025066964 | |
| 21163374 | a month ago | | | 0 | 0.0022273483 | |
| 21163233 | a month ago | | | 0 | 0.00072521871 |
ABI
ABI objects
Getter at block 21409940
STALE_PERIOD() view returns (uint256)
1209600
getAllAdmins() view returns (address[])
[0x67bfd33A75D8b17E838bebdaf7E646344936ddE6, 0x1Bb02f1B0d50885a28eb8Fd515e940d62FD0D980, 0xf89D02465310B1574f2d007FF6D5d3788917bEf9, 0xA8E6642e1244B8286254E57EeE6354b674E13c67]
numConfirmationsRequired() view returns (uint256)
3
Read-only
admins(uint256) view returns (address)
getLastNTransactions(uint256 n) view returns (struct MultiSigWalletTransaction[])
isAdmin(address) view returns (bool)
isConfirmed(uint256, address) view returns (bool)
transactions(uint256) view returns (uint256 idx, address to, uint256 value, bytes data, uint256 exeAfter, uint256 exeBefore, bool executed, uint256 numConfirmations)
State-modifying
Events addAdmin(address admin)
confirmTransaction(uint256 idx)
delAdmin(address admin)
executeTransaction(uint256 idx)
queueTransaction(address to, uint256 value, bytes data, uint256 delay)
revokeConfirmation(uint256 idx)
setNumConfirmationRequired(uint256 newNumConfirmationsRequired)
withdraw(address token, address to)
ConfirmTransaction(uint256 indexed idx, address indexed admin)
ExecuteTransaction(uint256 indexed idx, address indexed admin)
QueueTransaction(uint256 indexed idx, address indexed to, uint256 value, bytes data, uint256 exeAfter, uint256 exeBefore)
RevokeConfirmation(uint256 indexed idx, address indexed admin)
constructor(address[] admins_, uint256 numConfirmationsRequired_)
receive()
This contract contains no error objects.