MultiSigWalletWithDailyLimit
Verified contract
Active on
Ethereum with 334 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$208,326.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 65.102121 | $3,200.00 |
$208,326.79 | |
XDATA | ERC-20 | 56.38744 | $0.03977 |
$2.24 | |
GSE | ERC-20 | 44 | $0.000032 |
$0 | |
OCN | ERC-20 | 8 | $0.000043 |
$0 | |
SOP | ERC-20 | 16 | $0.000015 |
$0 | |
TKX | ERC-20 | 0.000006 | $11.74 |
$0 | |
CAT | ERC-20 | 1 | $0.000024 |
$0 | |
ERC-20 | 17.67692B | -- | -- | ||
betbeb.com | ERC-20 | 88.888K | -- | -- | |
VIU | ERC-20 | 10.283595K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20976723 | 25 days ago | | | 57.952514 | 0.00020878747 | |
| 20969280 | a month ago | | | 0 | 0.0016026680 | |
| 20969274 | a month ago | | | 0 | 0.0016309913 | |
| 20968948 | a month ago | | | 0 | 0.0013659789 | |
| 20968937 | a month ago | | | 0 | 0.0013180242 | |
| 20968922 | a month ago | | | 0 | 0.0011927268 | |
| 20968913 | a month ago | | | 0 | 0.0011827648 | |
| 20968361 | a month ago | | | 0 | 0.0022894154 | |
| 20968346 | a month ago | | | 0 | 0.0029339243 | |
| 14798191 | 2 years ago | | | 0 | 0.0028223086 |
ABI
ABI objects
Getter at block 21157460
MAX_OWNER_COUNT() pure returns (uint256)
50
calcMaxWithdraw() pure returns (uint256)
0
dailyLimit() pure returns (uint256)
0
getOwners() pure returns (address[])
[0xF2d5C484E662D5aBA856607756D622980acB11ce, 0x00cb02093b426d6EA221A670c65729DAC9CD361C, 0x00F25de5C07121c7ECB6F458Ea4a0c4F44928A37, 0xD08a079Cb9C6c91E15875ADAff8031a41cB8c0d6, 0xA1A814D2e6711BeEe014fa969721E4b88f0F6BcF, 0x1A7219E08BFD868979BE92C7624d69aE6599E7a8]
lastDay() pure returns (uint256)
1728963887
required() pure returns (uint256)
4
spentToday() pure returns (uint256)
0
transactionCount() pure returns (uint256)
66
Read-only
confirmations(uint256, address) pure returns (bool)
getConfirmationCount(uint256 transactionId) pure returns (uint256 count)
getConfirmations(uint256 transactionId) pure returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) pure returns (uint256 count)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) pure returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) pure returns (bool)
isOwner(address) pure returns (bool)
owners(uint256) pure returns (address)
transactions(uint256) pure 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.