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 "Pmes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8557142 | 5 years ago | | | 0 | 0.0012077600 | |
| 8346313 | 5 years ago | | | 0 | 0.0010552000 | |
| 8335368 | 5 years ago | | | 0 | 0.0010552000 | |
| 8179812 | 5 years ago | | | 0 | 0.0010552000 | |
| 8179809 | 5 years ago | | | 0 | 0.0010552000 | |
| 8179807 | 5 years ago | | | 0 | 0.0010552000 | |
| 8179805 | 5 years ago | | | 0 | 0.0010552000 | |
| 8179805 | 5 years ago | | | 0 | 0.0010552000 | |
| 8179801 | 5 years ago | | | 0 | 0.0010552000 | |
| 8179800 | 5 years ago | | | 0 | 0.0010552000 |
ABI
ABI objects
Getter at block 21415081
nextCid() view returns (uint256)
1827
nextOfferId() view returns (uint256)
2
owner() view returns (address)
0x52560e44c31071dd2f98e677b939a7adff619a65
Read-only
BuyerIdToOfferIds(address, uint256) view returns (uint256)
CidBuyerIdToOfferId(uint256, address) view returns (uint256)
CidToOfferIds(uint256, uint256) view returns (uint256)
contents(uint256) view returns (string cus, string description, address owner, uint256 readPrice, uint256 writePrice)
getCid(string cus) view returns (uint256)
offers(uint256) view returns (uint256 id, string buyerAccessString, string sellerPublicKey, string sellerAccessString, uint8 status, uint256 cid, address buyerId, uint256 offerType, uint256 price)
publishersMap(address) view returns (uint256)
reviews(uint256, uint256) view returns (string)
State-modifying
Events addReview(uint256 cid, address buyerId, string review)
cancelOffer(uint256 cid, address buyerId)
changeOwner(uint256 cid, address buyerId, string sellerPublicKey, string sellerAccessString)
makeCid(string cus, address ownerId, string description, uint256 readPrice, uint256 writePrice) returns (uint256)
makeOffer(uint256 cid, address buyerId, uint256 offerType, uint256 price, string buyerAccessString)
rejectOffer(uint256 cid, address buyerId)
sellContent(uint256 cid, address buyerId, string sellerPublicKey, string sellerAccessString)
setAccessLevel(address publisherAddress, uint256 accessLevel)
setDescription(uint256 cid, string description)
setReadPrice(uint256 cid, uint256 price)
setWritePrice(uint256 cid, uint256 price)
acceptOffer(uint256 arg0)
postContent(uint256 arg0)
postOffer(uint256 arg0, uint256 arg1, uint256 arg2, address arg3)
postReview()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.