MultiSigWalletWithDailyLimit
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$124.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.050821 | $2,451.88 |
$124.61 | |
WETH | ERC-20 | 0.309712 | $2,454.46 |
$760.18 | |
HEX | ERC-20 | 100 | $0.001659 |
$0.17 | |
BTB | ERC-20 | 1 | $0.000029 |
$0 | |
ERC-20 | 2,018,060,500T | -- | -- | ||
ERC-20 | 88.888888M | -- | -- | ||
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
SHAG | ERC-20 | 10K | -- | -- | |
ERC-20 | 8.889K | -- | -- | ||
TOPBTC | ERC-20 | 8.888889K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20128369 | 5 months ago | | | 0 | 0.0025268783 | |
| 20128362 | 5 months ago | | | 0 | 0.0021277416 | |
| 20114284 | 5 months ago | | | 0 | 0.00090110024 | |
| 20107055 | 5 months ago | | | 0 | 0.00059999417 | |
| 20099814 | 5 months ago | | | 0 | 0.00056592353 | |
| 20092030 | 5 months ago | | | 0 | 0.0023635104 | |
| 20084801 | 5 months ago | | | 0 | 0.0020238132 | |
| 20075869 | 5 months ago | | | 0 | 0.0071299048 | |
| 20033380 | 5 months ago | | | 0 | 0.0052187949 | |
| 20014553 | 5 months ago | | | 0 | 0.0012141830 |
ABI
ABI objects
Getter at block 21125024
MAX_OWNER_COUNT() view returns (uint256)
50
calcMaxWithdraw() view returns (uint256)
10000000000000000000
dailyLimit() view returns (uint256)
10000000000000000000
getOwners() view returns (address[])
[0xA97f943Ddb73a7a735f8d8688BdA4CE322BF8e1e, 0x963De543cF9660aBE2F1AA6ae952037aa4875718, 0x6049f0A7F385CfDa9FA31ED3772b9dec4EcBDe06, 0x0b3EACAfC14fa0c0Cb3f0DAca8087f762eb9b3d6]
lastDay() view returns (uint256)
1718831195
required() view returns (uint256)
2
spentToday() view returns (uint256)
4820000000000000000
transactionCount() view returns (uint256)
103
Read-only
confirmations(uint256, address) view returns (bool)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
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)
State-modifying
Events addOwner(address owner)
changeDailyLimit(uint256 _dailyLimit)
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)
DailyLimitChange(uint256 dailyLimit)
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, uint256 _dailyLimit)
fallback()
This contract contains no error objects.