SubscriptionsManager
Verified contract
Active on
Ethereum with 31 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 "SubscriptionsManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18598479 | a year ago | | | 0 | 0.00048945796 | |
| 18443523 | a year ago | | | 0.124444 | 0.00089850374 | |
| 18443522 | a year ago | | | 0.124444 | 0.0035293859 | |
| 17258236 | 2 years ago | | | 0 | 0.0011919797 | |
| 17075944 | 2 years ago | | | 0.35172162 | 0.013527090 | |
| 17075937 | 2 years ago | | | 0.35204182 | 0.0018698923 | |
| 17075935 | 2 years ago | | | 0.35204182 | 0.0019585520 | |
| 16832682 | 2 years ago | | | 0 | 0.00066210106 | |
| 16615361 | 2 years ago | | | 0.60093227 | 0.0040695047 | |
| 16609737 | 2 years ago | | | 0.60159555 | 0.0030799948 |
ABI
ABI objects
Getter at block 21268444
owner() view returns (address)
0xd7e683c992855b5e8edca21807fb03d4321d4f12
Read-only
getPrice(uint8 _subType) view returns (uint256)
isSubscribed(address target) view returns (bool)
subscriptionInfo(address target) view returns (struct ISubscriptionsManagerSubInfo)
whichType(address target) view returns (uint8)
State-modifying
Events ownerSubscribe(address to, uint8 subType)
renounceOwnership()
setSigner(address _address)
setSubPrice(uint8 _subType, uint256 _price)
setSubscriptions(address _contractAddress)
setSuperSubscriptions(address _contractAddress)
subscribe(uint8 subType, uint256 timestamp, bytes signature) payable
transferOwnership(address newOwner)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Subscribe(address indexed to, uint8 indexed subType)
constructor(address _red, address _gold)
This contract contains no fallback and receive objects.
This contract contains no error objects.