ibaMultisig
Verified contract
Active on
Ethereum with 51 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$125.15
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03262 | $3,836.58 |
$125.15 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9381564 | 5 years ago | | | 0.0005 | 0.00044936400 | |
| 9381472 | 5 years ago | | | 0 | 0.00039223360 | |
| 9049184 | 5 years ago | | | 0 | 0.0024761478 | |
| 9049182 | 5 years ago | | | 0 | 0.0016776753 | |
| 9049175 | 5 years ago | | | 0.01 | 0.0020557215 | |
| 9049159 | 5 years ago | | | 0.01 | 0.0018179850 | |
| 9049157 | 5 years ago | | | 0.01 | 0.0019764800 | |
| 8727909 | 5 years ago | | | 0.001 | 0.00039452800 | |
| 8416710 | 5 years ago | | | 0 | 0.00064233200 | |
| 7952490 | 5 years ago | | | 0 | 0.000023162000 |
ABI
ABI objects
Getter at block 21382635
This contract contains no getter function objects.
Read-only
getLog(address creator, uint256 id, uint256 logId) view returns (address, uint256)
getLogsNum(address creator, uint256 id) view returns (uint256)
getOwners(address creator, uint256 id) view returns (address[])
getTxn(address creator, uint256 walletId, uint256 id) view returns (uint256, address, uint256, bytes, uint8, address[], address)
getTxnNum(address creator, uint256 id) view returns (uint256)
getWalletId(address creator, bytes32 name) view returns (uint256, bool)
wallets(address, uint256) view returns (bytes32 name, address creator, uint256 id, uint256 allowance, uint256 appovalsreq)
State-modifying
Events confirmTransaction(address creator, uint256 walletId, uint256 txId) returns (bool)
createWallet(uint256 approvals, address[] owners, bytes32 name) payable
executeTxn(address creator, uint256 walletId, uint256 txId) returns (bool)
submitTransaction(address creator, address destination, uint256 walletId, uint256 value, bytes data) returns (bool)
topBalance(address creator, uint256 id) payable
TxnConfirmed(uint256 id)
TxnSumbitted(uint256 id)
WalletCreated(uint256 id)
topUpBalance(uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.