Marketplace
Verified contract
Active on
Ethereum with 538 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0cf0…c023
0xa101…61c1
Balances ($0.00)
No balances found for "Marketplace"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13591213 | 3 years ago | | | 0 | 0.0045950929 | |
| 13584819 | 3 years ago | | | 0 | 0.0061608313 | |
| 13578431 | 3 years ago | | | 0 | 0.0039324508 | |
| 13572087 | 3 years ago | | | 0 | 0.0040686144 | |
| 13565632 | 3 years ago | | | 0 | 0.0027238640 | |
| 13559276 | 3 years ago | | | 0 | 0.0025360493 | |
| 13552795 | 3 years ago | | | 0 | 0.0046698657 | |
| 13546478 | 3 years ago | | | 0 | 0.0047846992 | |
| 13541268 | 3 years ago | | | 0 | 0.062275580 | |
| 13540092 | 3 years ago | | | 0 | 0.0052513554 |
ABI
ABI objects
Getter at block 21396685
currencyUpdateAgent() view returns (address)
0xb6aa9d2708475fb026a8052e20e63aea23233613
dataPerUsd() view returns (uint256)
7187813941251035278
datacoin() view returns (address)
0x0cf0ee63788a0849fe5297f3407f701e122cc023
halted() view returns (bool)
false
owner() view returns (address)
0x42355e7dc0a872c465be9de4acaaacb5709ce813
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
txFee() view returns (uint256)
0
Read-only
getPriceInData(uint256 subscriptionSeconds, uint256 price, uint8 unit) view returns (uint256 datacoinAmount)
getProduct(bytes32 id) view returns (string name, address owner, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds, uint8 state, bool requiresWhitelist)
getSubscription(bytes32 productId, address subscriber) view returns (bool isValid, uint256 endTimestamp)
getSubscriptionTo(bytes32 productId) view returns (bool isValid, uint256 endTimestamp)
getWhitelistState(bytes32 productId, address subscriber) view returns (uint8 wlstate)
hasValidSubscription(bytes32 productId, address subscriber) view returns (bool isValid)
products(bytes32) view returns (bytes32 id, string name, address owner, address beneficiary, uint256 pricePerSecond, uint8 priceCurrency, uint256 minimumSubscriptionSeconds, uint8 state, address newOwnerCandidate, bool requiresWhitelist)
State-modifying
Events buy(bytes32 productId, uint256 subscriptionSeconds)
buyFor(bytes32 productId, uint256 subscriptionSeconds, address recipient)
claimOwnership()
claimProductOwnership(bytes32 productId)
createProduct(bytes32 id, string name, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds)
createProductWithWhitelist(bytes32 id, string name, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds)
deleteProduct(bytes32 productId)
grantSubscription(bytes32 productId, uint256 subscriptionSeconds, address recipient)
halt()
offerProductOwnership(bytes32 productId, address newOwnerCandidate)
reInitialize(address datacoinAddress, address currencyUpdateAgentAddress, address prev_marketplace_address)
redeployProduct(bytes32 productId)
resume()
setRequiresWhitelist(bytes32 productId, bool _requiresWhitelist)
setTxFee(uint256 newTxFee)
transferOwnership(address newOwner)
updateExchangeRates(uint256 timestamp, uint256 dataUsd)
updateProduct(bytes32 productId, string name, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds, bool redeploy)
whitelistApprove(bytes32 productId, address subscriber)
whitelistReject(bytes32 productId, address subscriber)
whitelistRequest(bytes32 productId)
ExchangeRatesUpdated(uint256 timestamp, uint256 dataInUsd)
Halted()
NewSubscription(bytes32 indexed productId, address indexed subscriber, uint256 endTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProductCreated(address indexed owner, bytes32 indexed id, string name, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds)
ProductDeleted(address indexed owner, bytes32 indexed id, string name, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds)
ProductImported(address indexed owner, bytes32 indexed id, string name, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds)
ProductOwnershipChanged(address indexed newOwner, bytes32 indexed id, address indexed oldOwner)
ProductOwnershipOffered(address indexed owner, bytes32 indexed id, address indexed to)
ProductRedeployed(address indexed owner, bytes32 indexed id, string name, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds)
ProductUpdated(address indexed owner, bytes32 indexed id, string name, address beneficiary, uint256 pricePerSecond, uint8 currency, uint256 minimumSubscriptionSeconds)
Resumed()
Subscribed(bytes32 indexed productId, address indexed subscriber, uint256 endTimestamp)
SubscriptionExtended(bytes32 indexed productId, address indexed subscriber, uint256 endTimestamp)
SubscriptionImported(bytes32 indexed productId, address indexed subscriber, uint256 endTimestamp)
SubscriptionTransferred(bytes32 indexed productId, address indexed from, address indexed to, uint256 secondsTransferred)
TxFeeChanged(uint256 indexed newTxFee)
WhitelistApproved(bytes32 indexed productId, address indexed subscriber)
WhitelistDisabled(bytes32 indexed productId)
WhitelistEnabled(bytes32 indexed productId)
WhitelistRejected(bytes32 indexed productId, address indexed subscriber)
WhitelistRequested(bytes32 indexed productId, address indexed subscriber)
constructor(address datacoinAddress, address currencyUpdateAgentAddress, address prev_marketplace_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.