OwnbitMultiSig
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "OwnbitMultiSig"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17718854 | a year ago | | | 0 | 0.0025308393 | |
| 17718837 | a year ago | | | 0 | 0.0037547600 |
ABI
ABI objects
Getter at block 21325112
MAX_OWNER_COUNT() view returns (uint256)
9
getOwners() view returns (address[])
[0x99657558C1804EBc8f60B9707d24AA7F53D57Bf9, 0xA76b7CAc4D127Eb4A5025E42bCbf83ebB44B3e82, 0xb2D55B856b51fFEd60002530CC74Fca1470C2ED5, 0x7C44dcD96d57397b185f0a3442555060daE39e7b, 0x491BF7D3ec28aFc6E41BDD6868Fb7ad07ce22638, 0x1c92442f0171F2aE881Ae5F0B4b3A76e90A0b363]
getRequired() view returns (uint256)
1
getSpendNonce() view returns (uint256)
2
Read-only
This contract contains no read-only function objects.
State-modifying
Events onERC1155Received(address _operator, address _from, uint256 _id, uint256 _value, bytes _data) returns (bytes4)
onERC721Received(address _operator, address _from, uint256 _tokenId, bytes _data) returns (bytes4)
spend(address destination, uint256 value, uint8[] vs, bytes32[] rs, bytes32[] ss, bytes data)
Funded(address from, uint256 value)
Spent(address to, uint256 value)
constructor(address[] _owners, uint256 _required)
fallback()
This contract contains no error objects.