Subscription
Verified contract
Active on
Ethereum with 28 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Subscription"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16730121 | 2 years ago | | | 0 | 0.0023330553 | |
| 16728615 | 2 years ago | | | 0 | 0.0053027504 | |
| 16728537 | 2 years ago | | | 0 | 0.0016579522 | |
| 16728436 | 2 years ago | | | 0 | 0.0017482908 | |
| 16728405 | 2 years ago | | | 0 | 0.0037722026 | |
| 16728403 | 2 years ago | | | 0 | 0.0020786306 | |
| 16728347 | 2 years ago | | | 0 | 0.0049874379 | |
| 16728302 | 2 years ago | | | 0 | 0.0034599603 | |
| 16728295 | 2 years ago | | | 0 | 0.0011586224 | |
| 16728284 | 2 years ago | | | 0 | 0.0012051356 |
ABI
ABI objects
Getter at block 21092798
owner() view returns (address)
0x92cae65b5d9f9fe88a69ca762215fbd5bd748210
paused() view returns (bool)
false
Read-only
checkCustomerEligibility(address _customer) view returns (bool)
checkSubscription(address _customer) view returns (uint256 _allowance, uint256 _lastPaid, uint256 _runs, uint256 _subscriptionPrice)
State-modifying
Events createSubscription(address _customer, uint256 _runs, uint256 _amount, uint8 _subscriptionType)
renounceOwnership()
runSubscription(address _customer)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _token, address _merchant)
This contract contains no fallback and receive objects.
This contract contains no error objects.