PumaPayPullPayment
Verified contract
Active on
Ethereum with 17,960 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x846c…336f
Balances ($0.00)
No balances found for "PumaPayPullPayment"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7507257 | 6 years ago | | | 0 | 0.00077853000 | |
| 7507247 | 6 years ago | | | 0 | 0.00092853000 | |
| 7507233 | 6 years ago | | | 0 | 0.00092853000 | |
| 7507224 | 6 years ago | | | 0 | 0.00092853000 | |
| 7507215 | 6 years ago | | | 0 | 0.0010785300 | |
| 7507212 | 6 years ago | | | 0 | 0.0031199500 | |
| 7444844 | 6 years ago | | | 0 | 0.0013827600 | |
| 7152104 | 6 years ago | | | 0 | 0.00077853000 | |
| 7152098 | 6 years ago | | | 0 | 0.00092853000 | |
| 7152093 | 6 years ago | | | 0 | 0.00092853000 |
ABI
ABI objects
Getter at block 21159921
owner() view returns (address)
0x5e12f5a03518824e77e5edf5e7703809f6de7d5c
token() view returns (address)
0x846c66cf71c43f80403b51fe3906b3599d63336f
Read-only
executors(address) view returns (bool)
getRate(string _currency) view returns (uint256)
pullPayments(address, address) view returns (string merchantID, string paymentID, string currency, uint256 initialPaymentAmountInCents, uint256 fiatAmountInCents, uint256 frequency, uint256 numberOfPayments, uint256 startTimestamp, uint256 nextPaymentTimestamp, uint256 lastPaymentTimestamp, uint256 cancelTimestamp)
State-modifying
Events addExecutor(address _executor)
deletePullPayment(uint8 v, bytes32 r, bytes32 s, string _paymentID, address _client, address _beneficiary)
executePullPayment(address _client, string _paymentID)
registerPullPayment(uint8 v, bytes32 r, bytes32 s, string _merchantID, string _paymentID, address _client, address _beneficiary, string _currency, uint256 _initialPaymentAmountInCents, uint256 _fiatAmountInCents, uint256 _frequency, uint256 _numberOfPayments, uint256 _startTimestamp)
removeExecutor(address _executor)
renounceOwnership()
setRate(string _currency, uint256 _rate) returns (bool)
transferOwnership(address _newOwner)
LogExecutorAdded(address executor)
LogExecutorRemoved(address executor)
LogPaymentCancelled(address clientAddress, address beneficiaryAddress, string paymentID)
LogPaymentRegistered(address clientAddress, address beneficiaryAddress, string paymentID)
LogPullPaymentExecuted(address clientAddress, address beneficiaryAddress, string paymentID)
LogSetExchangeRate(string currency, uint256 exchangeRate)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token)
fallback()
This contract contains no error objects.