PumaPayPullPaymentV2
Verified contract
Active on
Ethereum with 359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x846c…336f
Balances ($1,593.96)
Native
Value
$1,593.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.5 | $3,187.92 |
$1,593.96 | |
PMA | ERC-20 | 0.5 | $0.000011 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9817349 | 5 years ago | | | 0 | 0.0033640100 | |
| 9574332 | 5 years ago | | | 0 | 0.00021612800 | |
| 9574332 | 5 years ago | | | 0 | 0.00045980000 | |
| 9574330 | 5 years ago | | | 0 | 0.00045980000 | |
| 9555567 | 5 years ago | | | 0 | 0.0031433680 | |
| 9554961 | 5 years ago | | | 0 | 0.0031434640 | |
| 9554087 | 5 years ago | | | 0 | 0.0038900367 | |
| 9554086 | 5 years ago | | | 0 | 0.0038897991 | |
| 9554084 | 5 years ago | | | 0 | 0.0038900367 | |
| 9553460 | 5 years ago | | | 0.5 | 0.00023144000 |
ABI
ABI objects
Getter at block 21160761
isOwner() view returns (bool)
false
owner() view returns (address)
0x785ce4c81b873f2eee1532bbcd6ef7ef10ecc022
token() view returns (address)
0x846c66cf71c43f80403b51fe3906b3599d63336f
Read-only
executors(address) view returns (bool)
pullPayments(address, address) view returns (bytes32 paymentType, string currency, uint256 initialConversionRate, uint256 initialPaymentAmountInCents, uint256 fiatAmountInCents, uint256 frequency, uint256 numberOfPayments, uint256 startTimestamp, uint256 trialPeriod, uint256 nextPaymentTimestamp, uint256 lastPaymentTimestamp, uint256 cancelTimestamp, address treasuryAddress)
State-modifying
Events addExecutor(address _executor)
deletePullPayment(uint8 v, bytes32 r, bytes32 s, bytes32 _paymentID, address _customerAddress, address _pullPaymentExecutor)
executePullPayment(address _customerAddress, bytes32 _paymentID, uint256[2] _paymentDetails) returns (bool)
registerPullPayment(uint8 v, bytes32 r, bytes32 s, bytes32[4] _paymentDetails, address[3] _addresses, uint256[3] _paymentAmounts, uint256[4] _paymentTimestamps, string _currency)
removeExecutor(address _executor)
renounceOwnership()
transferOwnership(address newOwner)
LogExecutorAdded(address executor)
LogExecutorRemoved(address executor)
LogPaymentCancelled(address customerAddress, bytes32 paymentID, bytes32 businessID, bytes32 uniqueReferenceID)
LogPaymentRegistered(address customerAddress, bytes32 paymentID, bytes32 businessID, bytes32 uniqueReferenceID)
LogPullPaymentExecuted(address customerAddress, bytes32 paymentID, bytes32 businessID, bytes32 uniqueReferenceID, uint256 amountInPMA, uint256 conversionRate)
LogSmartContractActorFunded(string actorRole, address actor, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token)
fallback()
This contract contains no error objects.