MultiSigWalletWithDailyLimit
Verified contract
Active on
Ethereum with 59 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$1.61
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000642 | $2,506.26 |
$1.61 | |
GSE | ERC-20 | 9 | $0.000033 |
$0 | |
EBK | ERC-20 | 44.093642 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9296627 | 5 years ago | | | 0 | 0.00064004500 | |
| 9296611 | 5 years ago | | | 0 | 0.0010338440 | |
| 9098521 | 5 years ago | | | 0 | 0.00091435000 | |
| 9098508 | 5 years ago | | | 0 | 0.0014766800 | |
| 8481917 | 5 years ago | | | 0 | 0.00094914000 | |
| 8481838 | 5 years ago | | | 0 | 0.0016545600 | |
| 7218733 | 6 years ago | | | 0 | 0.00083276000 | |
| 7218727 | 6 years ago | | | 0 | 0.0011025280 | |
| 6365662 | 6 years ago | | | 0 | 0.00060903150 | |
| 6365639 | 6 years ago | | | 0 | 0.0010621688 |
ABI
ABI objects
Getter at block 21090454
MAX_OWNER_COUNT() view returns (uint256)
50
calcMaxWithdraw() view returns (uint256)
0
dailyLimit() view returns (uint256)
0
getOwners() view returns (address[])
[0x19E9800cF7Ed6F0FF4c83eDFD4986794b6c1Bff7, 0x9199aF1FB190bc41a9DEb4b26E5DB85E306BA293, 0x1e03Bb000a98dff3d326a789081A499aa863AC17]
lastDay() view returns (uint256)
1579236104
required() view returns (uint256)
2
spentToday() view returns (uint256)
0
transactionCount() view returns (uint256)
13
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.