OwnbitMultiSig
Verified contract
Active on
Ethereum with 574 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$13.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003732 | $3,683.79 |
$13.75 | |
(#0) | ERC-1555 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20675130 | 3 months ago | | | 0 | 0.00022918139 | |
| 19895893 | 6 months ago | | | 0 | 0.00052821354 | |
| 19880412 | 7 months ago | | | 0 | 0.00055929857 | |
| 19858678 | 7 months ago | | | 0 | 0.00058267540 | |
| 19844891 | 7 months ago | | | 0 | 0.00059308552 | |
| 19833928 | 7 months ago | | | 0 | 0.00071765753 | |
| 19831659 | 7 months ago | | | 0 | 0.00051201074 | |
| 19830690 | 7 months ago | | | 0 | 0.00059065044 | |
| 19830357 | 7 months ago | | | 0 | 0.00058240608 | |
| 19809900 | 7 months ago | | | 0 | 0.00089445361 |
ABI
ABI objects
Getter at block 21307142
MAX_OWNER_COUNT() view returns (uint256)
9
getOwners() view returns (address[])
[0x15Aff0504F4bb657acBA5BA94dA09185dEFE0282, 0x878e50bdDDf22c7c1740C5d1b3E317Af0EFb201c, 0xbA5eF28c306F051e52a8570Fb68b217959919de2]
getRequired() view returns (uint256)
2
getSpendNonce() view returns (uint256)
569
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.