ServerRegistry
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$809.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.25 | $3,239.77 |
$809.94 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6562815 | 6 years ago | | | 0.05 | 0.0013940880 | |
| 6562815 | 6 years ago | | | 0.05 | 0.0014938888 | |
| 6562806 | 6 years ago | | | 0.05 | 0.0015014117 | |
| 6562775 | 6 years ago | | | 0.05 | 0.0014823827 | |
| 6562771 | 6 years ago | | | 0.05 | 0.0018064500 |
ABI
ABI objects
Getter at block 21171722
totalServers() view returns (uint256)
5
Read-only
servers(uint256) view returns (string url, address owner, uint256 deposit, uint256 props, uint256 unregisterTime, address unregisterCaller)
State-modifying
Events cancelUnregisteringServer(uint256 _serverIndex)
confirmUnregisteringServer(uint256 _serverIndex)
convict(uint256 _serverIndex, bytes32 _blockhash, uint256 _blocknumber, uint8 _v, bytes32 _r, bytes32 _s)
registerServer(string _url, uint256 _props) payable
requestUnregisteringServer(uint256 _serverIndex) payable
LogServerConvicted(string url, address owner)
LogServerRegistered(string url, uint256 props, address owner, uint256 deposit)
LogServerRemoved(string url, address owner)
LogServerUnregisterCanceled(string url, address owner)
LogServerUnregisterRequested(string url, address owner, address caller)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.