MultiSigWalletWithDailyLimit
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$165.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,303.13 |
$165.16 | |
VPP | ERC-20 | 37.5M | $0.005911 |
$221,673.75 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12511401 | 3 years ago | | | 0 | 0.011405030 | |
| 12511395 | 3 years ago | | | 0 | 0.0052512000 | |
| 12511360 | 3 years ago | | | 0 | 0.0057421000 | |
| 12511349 | 3 years ago | | | 0.05 | 0.0015531900 | |
| 12509736 | 3 years ago | | | 0 | 0.0045184300 | |
| 7901135 | 5 years ago | | | 0 | 0.0010698000 | |
| 7900568 | 5 years ago | | | 0 | 0.0015432600 | |
| 5520687 | 7 years ago | | | 0 | 0.00048402000 | |
| 5515404 | 7 years ago | | | 0 | 0.00061730400 | |
| 5464190 | 7 years ago | | | 0 | 0.00061652700 |
ABI
ABI objects
Getter at block 21168741
MAX_OWNER_COUNT() pure returns (uint256)
50
calcMaxWithdraw() pure returns (uint256)
10000000000000000000
dailyLimit() pure returns (uint256)
10000000000000000000
getOwners() pure returns (address[])
[0x35fc8cA81E1b5992a0727c6Aa87DbeB8cca42094, 0xce3EFA6763e23DF21aF74DA46C6489736F96d4B6, 0xe027918F8b51e1b36c18ee4D6bA6db1794415671, 0xf39A647bcF3E4Ee959EBa74e958d03605729D14F, 0x5ca71f050865092468CF8184D09e087F3DC58e31]
lastDay() pure returns (uint256)
1524078615
required() pure returns (uint256)
2
spentToday() pure returns (uint256)
100000000000000000
transactionCount() pure returns (uint256)
7
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.