Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($93.64)
Native
Value
$93.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,121.42 |
$93.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139307 | 8 days ago | | | 0 | 0.00073561774 | |
| 20977606 | a month ago | | | 0 | 0.00047268896 | |
| 20879194 | a month ago | | | 0 | 0.0011211331 | |
| 20781376 | 2 months ago | | | 0 | 0.00054938299 | |
| 20665084 | 2 months ago | | | 0 | 0.00022167196 | |
| 20598602 | 3 months ago | | | 0 | 0.000073781483 | |
| 20571667 | 3 months ago | | | 0 | 0.000056357822 | |
| 20570864 | 3 months ago | | | 0 | 0.000038331630 | |
| 20570848 | 3 months ago | | | 0 | 0.000066657724 | |
| 20557117 | 3 months ago | | | 0 | 0.00013093861 |
ABI
ABI objects
Getter at block 21199247
getOwner() view returns (address)
0xbd098c7697fd38c50b018178335237099619595b
Read-only
getAuthorizedAdmin(address _admin) view returns (bool)
getAuthorizedOperator(address _operator) view returns (bool)
invoices(bytes32, address, bytes32, uint256) view returns (address user, struct IPaymentsService service, uint256 qty, uint256 total, uint256 timestamp)
services(bytes32) view returns (bytes32 serviceId, uint256 pricePerItem, bool active)
State-modifying
Events addService(bytes32 _serviceId, uint256 _pricePerItem)
payService(bytes32 _projectId, address _contract, bytes32 _serviceId, uint256 _qty) payable
setAuthorizedAdmin(address _admin, bool status)
setAuthorizedOperator(address _operator, bool status)
setService(bytes32 _serviceId, bool _active)
transferOwnership(address newOwner)
withdraw(bytes32 _projectId, address _contract, bytes32 _serviceId, address _to)
withdrawAll(address _to)
ServiceAdded(bytes32 serviceId, string name, uint256 price)
ServicePaid(bytes32 projectId, address contractAddress, bytes32 serviceId, address user, uint256 amount, uint256 timestamp)
ServiceSet(bytes32 serviceId, bool active)
ServiceWithdraw(bytes32 projectId, address contractAddress, bytes32 serviceId, uint256 amount)
SetAdmin(address indexed admin)
SetAuthOperator(address indexed authOperator)
SetOperator(address indexed operator)
constructor()
This contract contains no fallback and receive objects.
InvalidTotalAmount()
ReentrancyGuardReentrantCall()
ServiceAlreadyPaid(bytes32 projectId, address contractAddress, bytes32 serviceId)
ServiceNotActive(bytes32 serviceId)
Unauthorized()