MultiSig_Token_Owner_Verify
Verified contract
Active on
Ethereum with 25 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MultiSig_Token_Owner_Verify"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20712029 | 3 months ago | | | 0 | 0.00025161982 | |
| 20711757 | 3 months ago | | | 0 | 0.00031667435 | |
| 20214329 | 5 months ago | | | 0 | 0.00059826839 | |
| 20159812 | 5 months ago | | | 0 | 0.00036837823 | |
| 20159742 | 5 months ago | | | 0 | 0.00027260266 | |
| 19759842 | 7 months ago | | | 0 | 0.0014667039 | |
| 19711961 | 7 months ago | | | 0 | 0.0024460206 | |
| 19672850 | 7 months ago | | | 0 | 0.0010100382 | |
| 19599708 | 8 months ago | | | 0 | 0.0016632146 | |
| 19593941 | 8 months ago | | | 0 | 0.0015884876 |
ABI
ABI objects
Getter at block 21284089
getOwners() view returns (address[])
[0xfb7f3074B16E5B2eF73C775ADCD3bf48B8cFF959, 0x68EfF0F98Cbe958e8865684d3Dca06a78b0dA46e, 0x8278617661CbE273aF2D81972ae89037526e9d72, 0x83ba450AD84e1De69E577F1a62d75dc9bF6B8118, 0x6830EBcA6Da5277f2154aB94E36F807B4Af6Cc7a, 0x66D35434Fa243F28c0B121BCecf5AeB3D699fd4C, 0xEA1518210800C65ab83d3a837794bd479BE6BEB1]
getRequired() view returns (uint256)
4
multisig_contract_address() view returns (address)
0x1509c8f22b7a14bab4ea829324bfcc44371a5667
token_contract_address() view returns (address)
0x0b5326da634f9270fb84481dd6f94d3dc2ca7096
Read-only
GetTransactionSubmitter(string tx_id) view returns (address tx_submitter)
IsTransactionSubmitted(string tx_id) view returns (bool)
checkOwner(address check_address) view returns (bool)
function_names(string) view returns (bytes32)
getEthSignedMessageHash(bytes32 _messageHash) pure returns (bytes32)
getMessageHash(struct MultiSig_Token_Owner_VerifyTransaction transaction) pure returns (bytes32)
recoverSigner(bytes32 _ethSignedMessageHash, bytes _signature) pure returns (address)
splitSignature(bytes sig) pure returns (bytes32 r, bytes32 s, uint8 v)
validated_transactions(string) view returns (address)
State-modifying
Events submitSignaturePackage(string _transaction_id, address _to, uint256 _amount, uint256 _fee, string _event_name, uint256 _target_network, bytes[] signatures) returns (bool)
DuplicateTransaction(string transaction_id, address tx_submitter)
NetworkFailure(string transaction_id, address to, uint256 amount, uint256 fee, string event_name, address tx_submitter)
NewTransactionExecution(string transaction_id, address to, uint256 amount, uint256 fee, string event_name, address tx_submitter)
SignatureCountFailure(string transaction_id, uint256 counted_signatures, uint256 required_signatures)
TransactionFailure(string transaction_id, address to, uint256 amount, uint256 fee, string event_name, address tx_submitter)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.