OwnbitMultiSig
Verified contract
Active on
Ethereum with 22 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) |
---|---|---|---|---|---|---|---|
| 14533981 | 3 years ago | | | 0 | 0.0033581075 | |
| 14487545 | 3 years ago | | | 0 | 0.0026854680 | |
| 14174002 | 3 years ago | | | 0 | 0.018459220 | |
| 14115638 | 3 years ago | | | 0 | 0.012491898 | |
| 14115607 | 3 years ago | | | 0 | 0.0094665983 | |
| 14115562 | 3 years ago | | | 0 | 0.014500581 | |
| 14115530 | 3 years ago | | | 0 | 0.013736531 | |
| 14115514 | 3 years ago | | | 0 | 0.013658345 | |
| 14115403 | 3 years ago | | | 0.2 | 0.0035710837 | |
| 14114789 | 3 years ago | | | 0 | 0.010739237 |
ABI
ABI objects
Getter at block 21305591
MAX_OWNER_COUNT() view returns (uint256)
9
getOwners() view returns (address[])
[0x1F4386D7472eF1e0Cd9d218CcdDCd89A2e4D46fa, 0x401ccf6c170DE033a6eD99194Dbbc84efa18D8F1, 0xB7BE5BDB6899888d31614583527793eE53160259]
getRequired() view returns (uint256)
2
getSpendNonce() view returns (uint256)
19
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.