MultiSigWalletWithTimelock
Verified contract
Active on
Ethereum with 53 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 |
---|---|---|---|---|---|
DAI | ERC-20 | 3.344176K | $1.00 |
$3,344.18 | |
USDC | ERC-20 | 619.257557 | $1.00 |
$619.26 | |
HBTC | ERC-20 | 0 | $3,451.51 |
$0 | |
ERC-20 | 14K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11515821 | 4 years ago | | | 0 | 0.0045938971 | |
| 11515790 | 4 years ago | | | 0 | 0.0069848581 | |
| 11515689 | 4 years ago | | | 0 | 0.0064018500 | |
| 11514197 | 4 years ago | | | 0 | 0.0066690011 | |
| 11514197 | 4 years ago | | | 0 | 0.017879858 | |
| 11511770 | 4 years ago | | | 0 | 0.0057988390 | |
| 11507843 | 4 years ago | | | 0 | 0.024252067 | |
| 11507815 | 4 years ago | | | 0 | 0.0033039270 | |
| 11507563 | 4 years ago | | | 0 | 0.0073872000 | |
| 11505034 | 4 years ago | | | 0 | 0.023893305 |
ABI
ABI objects
Getter at block 21290810
MAX_OWNER_COUNT() view returns (uint256)
50
gainswap_factory() view returns (address)
0x756627591715d0f1aa285c80e62675e949ed19f5
getEmergencyCallsCount() view returns (uint256 count)
1
getOwners() view returns (address[])
[0x6465F1250c9fe162602Db83791Fc3Fb202D70a7B, 0x12dB413CCD720B38a9d32f9E26A73b624598F176, 0xe4B424E1cCc6f08768C921455F83181bacBfE3F0, 0x5a4c9d2c6fBD2BAe165a42C285B1F73558Def3d0, 0x5B76247E1fa700107D3eaF5ad4dE09D0Aca611bC, 0xe4cfe788904c1db2cB55231E3a72cEff27410928, 0x2d092633980aA79575780b06344c82eeaAD121A4, 0xa03239b8C59Df2C79665D8cfbf3A6C1a9B2e5668, 0x923Fe0dc3b2b3477d921BA8859e6b68F5cD97715, 0x907D888Bf76FfC14cE00a0f74e75CA75B2c049AF]
lockSeconds() view returns (uint256)
60
required() view returns (uint256)
3
transactionCount() view returns (uint256)
8
unisave_factory() view returns (address)
0x32ce36f6ea8d97f9fc19aab83b9c6d2f52d74470
Read-only
confirmations(uint256, address) view returns (bool)
emergencyCalls(uint256) view returns (bytes32 selector, uint256 paramsBytesCount)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)
unlockTimes(uint256) view returns (uint256)
whiteListVault(address) view returns (bool)
State-modifying
Events addOwner(address owner)
addWhiteListVault(address vault)
changeLockSeconds(uint256 _lockSeconds)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
depositAll0(address pair)
depositAll1(address pair)
depositSome0(address pair, uint256 amount)
depositSome1(address pair, uint256 amount)
executeTransaction(uint256 transactionId)
removeOwner(address owner)
removeWhiteListVault(address vault)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
setFee(address pair, uint16 _fee)
setY0(address pair, address vault)
setY1(address pair, address vault)
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)
LockSecondsChange(uint256 lockSeconds)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
UnlockTimeSet(uint256 indexed transactionId, uint256 confirmationTime)
constructor(address[] _owners, uint256 _required)
fallback()
This contract contains no error objects.