payments
Verified contract
Active on
Ethereum with 1,162 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($80.71)
Native
Value
$80.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.024254 | $3,327.52 |
$80.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20955824 | a month ago | | | 0.0040582274 | 0.00091792845 | |
| 20589824 | 3 months ago | | | 0 | 0.000085026639 | |
| 20542942 | 3 months ago | | | 0.0038267991 | 0.00046153794 | |
| 20453458 | 4 months ago | | | 0.0034305435 | 0.00016299968 | |
| 20234193 | 5 months ago | | | 0 | 0.0012078958 | |
| 20232397 | 5 months ago | | | 0.0031695721 | 0.0011939907 | |
| 20175719 | 5 months ago | | | 0 | 0.00059628964 | |
| 20095772 | 5 months ago | | | 0.0028339691 | 0.00046882557 | |
| 19858628 | 6 months ago | | | 0.0034655318 | 0.00065297392 | |
| 19858562 | 6 months ago | | | 0.0034695719 | 0.00060915701 |
ABI
ABI objects
Getter at block 21275823
contractOwner() view returns (address)
0x8d5081ac3aa16278531b8632409fc52a54b7fdf6
Read-only
IDrissHashes(string) view returns (bytes32)
amounts(bytes32) view returns (uint256)
balanceOf(address) view returns (uint256)
delegate(string) view returns (address)
hashReceipt(string receiptId, address paymAddr) pure returns (bytes32)
receipts(bytes32) view returns (address)
verifyReceipt(string receiptId, address paymAddr) view returns (bool)
State-modifying
Events addAdmin(address adminAddress)
addDelegate(address delegateAddress, string delegateHandle)
addDelegateException(address delegateAddress, string delegateHandle, uint256 percentage)
deleteAdmin(address adminAddress)
deleteDelegate(string delegateHandle)
payNative(bytes32 paymentId_hash, string IDrissHash, string delegateHandle) payable
transferContractOwnership(address newOwner) payable
withdraw(uint256 amount, string delegateHandle) returns (bytes)
AdminAdded(address indexed admin)
AdminDeleted(address indexed admin)
DelegateAdded(string delegateHandle, address indexed delegateAddress)
DelegateDeleted(string delegateHandle, address indexed delegateAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentDone(address indexed payer, uint256 amount, bytes32 paymentId_hash, string indexed IDrissHash, uint256 date)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.