PrivatixServiceContract
Verified contract
Active on
Ethereum with 3,486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3adf…b37a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRIX | ERC-20 | 3.977036K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18525457 | a year ago | | | 0 | 0.0011801716 | |
| 18525457 | a year ago | | | 0 | 0.0011165644 | |
| 16924630 | 2 years ago | | | 0 | 0.0011943827 | |
| 16924629 | 2 years ago | | | 0 | 0.0012213226 | |
| 16112644 | 2 years ago | | | 0 | 0.00083244034 | |
| 16112639 | 2 years ago | | | 0 | 0.00067510616 | |
| 15833590 | 2 years ago | | | 0 | 0.0013108938 | |
| 15832184 | 2 years ago | | | 0 | 0.0010366082 | |
| 15806435 | 2 years ago | | | 0 | 0.00086710942 | |
| 15761979 | 2 years ago | | | 0 | 0.00060630658 |
ABI
ABI objects
Getter at block 21268056
challenge_period() view returns (uint32)
5000
channel_deposit_bugbounty_limit() view returns (uint64)
30000000000
network_fee() view returns (uint32)
10000
network_fee_address() view returns (address)
0x990b255cf54fec4b866358dd7e2b6e54ef6645c8
popup_period() view returns (uint32)
500
remove_period() view returns (uint32)
100
token() view returns (address)
0x3adfc4999f77d04c8341bac5f3a76f58dff5b37a
Read-only
balanceOf(address _address) view returns (uint64)
extractSignature(address _address, uint32 _open_block_number, bytes32 _offering_hash, uint64 _balance, bytes _msg_sig, bool _type) view returns (address)
getChannelInfo(address _client_address, address _agent_address, uint32 _open_block_number, bytes32 _offering_hash) view returns (uint64, uint32, uint64)
getKey(address _client_address, address _agent_address, uint32 _open_block_number, bytes32 _offering_hash) pure returns (bytes32 data)
getOfferingInfo(bytes32 offering_hash) view returns (address, uint64, uint16, uint16, uint32)
State-modifying
Events addBalanceERC20(uint64 _value)
cooperativeClose(address _agent_address, uint32 _open_block_number, bytes32 _offering_hash, uint64 _balance, bytes _balance_msg_sig, bytes _closing_sig)
createChannel(address _agent_address, bytes32 _offering_hash, uint64 _deposit)
popupServiceOffering(bytes32 _offering_hash, uint8 _source_type, string _source)
registerServiceOffering(bytes32 _offering_hash, uint64 _min_deposit, uint16 _max_supply, uint8 _source_type, string _source)
removeServiceOffering(bytes32 _offering_hash)
returnBalanceERC20(uint64 _value)
setNetworkFee(uint32 _network_fee)
setNetworkFeeAddress(address _network_fee_address)
settle(address _agent_address, uint32 _open_block_number, bytes32 _offering_hash)
topUpChannel(address _agent_address, uint32 _open_block_number, bytes32 _offering_hash, uint64 _added_deposit)
uncooperativeClose(address _agent_address, uint32 _open_block_number, bytes32 _offering_hash, uint64 _balance)
LogChannelCloseRequested(address indexed _agent, address indexed _client, bytes32 indexed _offering_hash, uint32 _open_block_number, uint64 _balance)
LogChannelCreated(address indexed _agent, address indexed _client, bytes32 indexed _offering_hash, uint64 _deposit)
LogChannelToppedUp(address indexed _agent, address indexed _client, bytes32 indexed _offering_hash, uint32 _open_block_number, uint64 _added_deposit)
LogCooperativeChannelClose(address indexed _agent, address indexed _client, bytes32 indexed _offering_hash, uint32 _open_block_number, uint64 _balance)
LogOfferingCreated(address indexed _agent, bytes32 indexed _offering_hash, uint64 indexed _min_deposit, uint16 _current_supply, uint8 _source_type, string _source)
LogOfferingDeleted(address indexed _agent, bytes32 indexed _offering_hash)
LogOfferingPopedUp(address indexed _agent, bytes32 indexed _offering_hash, uint64 indexed _min_deposit, uint16 _current_supply, uint8 _source_type, string _source)
LogUnCooperativeChannelClose(address indexed _agent, address indexed _client, bytes32 indexed _offering_hash, uint32 _open_block_number, uint64 _balance)
constructor(address _token_address, address _network_fee_address, uint32 _popup_period, uint32 _remove_period, uint32 _challenge_period)
This contract contains no fallback and receive objects.
This contract contains no error objects.