OwnbitMultiSig
Verified contract
Active on
Ethereum with 42 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$127.66
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.032648 | $3,910.15 |
$127.66 | |
WETH | ERC-20 | 1.425523 | $3,908.18 |
$5,571.2 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17423422 | 2 years ago | | | 0 | 0.0044038615 | |
| 15805217 | 2 years ago | | | 0 | 0.0013251264 | |
| 15805177 | 2 years ago | | | 0 | 0.0020633533 | |
| 15194198 | 2 years ago | | | 0 | 0.0013467941 | |
| 15145677 | 2 years ago | | | 0 | 0.0019021965 | |
| 15129377 | 2 years ago | | | 0 | 0.0029490053 | |
| 15104063 | 2 years ago | | | 0 | 0.0038786359 | |
| 15030370 | 2 years ago | | | 0 | 0.0028191773 | |
| 14957984 | 3 years ago | | | 0 | 0.0048621506 | |
| 14938057 | 3 years ago | | | 0 | 0.0035647294 |
ABI
ABI objects
Getter at block 21398407
MAX_OWNER_COUNT() view returns (uint256)
9
getOwners() view returns (address[])
[0x3634AD5AADf0c2C266483EB347134c5Da7EEFd16, 0x69369aDbB8A58AdEc09E9168DB4Ca04E53214f4A, 0xB316947C7244b22cAA8BEb0F90c2522ef4C85EEc]
getRequired() view returns (uint256)
2
getSpendNonce() view returns (uint256)
42
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.