MonitoringService
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
0xa80a…2c08
0x6d07…b20c
Balances ($0.00)
No balances found for "MonitoringService"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12645158 | 3 years ago | | | 0 | 0.00045446118 | |
| 12645100 | 3 years ago | | | 0 | 0.0023963231 | |
| 12601881 | 3 years ago | | | 0 | 0.0012021056 | |
| 12601836 | 3 years ago | | | 0 | 0.0096987962 | |
| 12595163 | 3 years ago | | | 0 | 0.0014411424 | |
| 12595093 | 3 years ago | | | 0 | 0.0095093741 | |
| 12587839 | 3 years ago | | | 0 | 0.00065826808 | |
| 12587778 | 3 years ago | | | 0 | 0.0040300336 | |
| 12587626 | 3 years ago | | | 0 | 0.00057041944 | |
| 12587569 | 3 years ago | | | 0 | 0.0036213952 |
ABI
ABI objects
Getter at block 21089788
service_registry() view returns (address)
0xa80aec9eebd8058a1468e563c025999590f32c08
token() view returns (address)
0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6
token_network_registry() view returns (address)
0x6d07a2ef8de5d7d48337510bceb9feea5424b20c
user_deposit() view returns (address)
0x1c62ff66af8aad410065e02338f5bfbbe23e1f10
Read-only
contractExists(address contract_address) view returns (bool)
firstBlockAllowedToMonitor(uint256 closed_at_block, uint256 settle_timeout, address participant1, address participant2, address monitoring_service_address) pure returns (uint256)
State-modifying
Events claimReward(uint256 channel_identifier, address token_network_address, address closing_participant, address non_closing_participant) returns (bool)
monitor(address closing_participant, address non_closing_participant, bytes32 balance_hash, uint256 nonce, bytes32 additional_hash, bytes closing_signature, bytes non_closing_signature, uint256 reward_amount, address token_network_address, bytes reward_proof_signature)
NewBalanceProofReceived(address token_network_address, uint256 channel_identifier, uint256 reward_amount, uint256 indexed nonce, address indexed ms_address, address indexed raiden_node_address)
RewardClaimed(address indexed ms_address, uint256 amount, bytes32 indexed reward_identifier)
constructor(address _token_address, address _service_registry_address, address _udc_address, address _token_network_registry_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.