OwnbitMultiSig
Verified contract
Active on
Ethereum with 792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,622.36 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16525139 | 2 years ago | | | 0 | 0.0010067100 | |
| 15375201 | 2 years ago | | | 0.39282996 | 0.00015341174 | |
| 15339500 | 2 years ago | | | 0.50192585 | 0.00012601976 | |
| 15313360 | 2 years ago | | | 0.50063715 | 0.00028320736 | |
| 15286242 | 2 years ago | | | 0.50319287 | 0.00025378568 | |
| 15261101 | 2 years ago | | | 0.50443697 | 0.00019702284 | |
| 15236322 | 2 years ago | | | 0.50052559 | 0.00025270496 | |
| 15212558 | 2 years ago | | | 0 | 0.0019334037 | |
| 15212543 | 2 years ago | | | 0 | 0.0018163096 | |
| 15212529 | 2 years ago | | | 0 | 0.0024713048 |
ABI
ABI objects
Getter at block 21283436
MAX_OWNER_COUNT() view returns (uint256)
9
getOwners() view returns (address[])
[0x19EA45e20eA01694a011782F7C683abB786be754, 0x96cf1b535A8922793c5e6D1f59DBf35D793d03CD, 0x4ab23CBcF24549611170434b74Bc6bE24893EFCb, 0xa2665AA1e264127246750058e8f40e4F156b8ddB]
getRequired() view returns (uint256)
2
getSpendNonce() view returns (uint256)
169
Read-only
This contract contains no read-only function objects.
State-modifying
Events spend(address destination, uint256 value, uint8[] vs, bytes32[] rs, bytes32[] ss)
spendAny(address destination, uint256 value, uint8[] vs, bytes32[] rs, bytes32[] ss, bytes data)
spendERC20(address destination, address erc20contract, uint256 value, uint8[] vs, bytes32[] rs, bytes32[] ss)
Funded(address from, uint256 value)
Spent(address to, uint256 transfer)
SpentAny(address to, uint256 transfer)
SpentERC20(address erc20contract, address to, uint256 transfer)
constructor(address[] _owners, uint256 _required)
fallback()
This contract contains no error objects.