OwnbitMultiSig
Verified contract
Active on
Ethereum with 720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TetherLP.com | ERC-20 | 768 | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17628721 | a year ago | | | 0 | 0.0060422911 | |
| 17620658 | a year ago | | | 0 | 0.0020011997 | |
| 17619338 | a year ago | | | 0 | 0.0020747621 | |
| 17613472 | a year ago | | | 0 | 0.0038969703 | |
| 17576556 | a year ago | | | 0 | 0.0021266238 | |
| 17570368 | a year ago | | | 0 | 0.0014177465 | |
| 17569708 | a year ago | | | 0 | 0.0014769179 | |
| 17569644 | a year ago | | | 0 | 0.0012781160 | |
| 17564292 | a year ago | | | 0 | 0.0019922218 | |
| 17534386 | a year ago | | | 0 | 0.0013192916 |
ABI
ABI objects
Getter at block 21201875
MAX_OWNER_COUNT() view returns (uint256)
9
getOwners() view returns (address[])
[0x9528e981ACbF3A801A51209E0cD666d14d588596, 0x9fe378c73c6fDb489C104B2C5c23C60dAae46Ec9, 0xb47404C0Eb3144133c74a692904B45b73413f8cE]
getRequired() view returns (uint256)
2
getSpendNonce() view returns (uint256)
720
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.