Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamping collections & package update #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified build/IERC721/IERC721.wasm
Binary file not shown.
Binary file modified build/LooksRare/LooksRare.wasm
Binary file not shown.
Binary file modified build/OpenSeaV1/OpenSeaV1.wasm
Binary file not shown.
Binary file modified build/WETH/WETH.wasm
Binary file not shown.
Binary file modified build/X2Y2/X2Y2.wasm
Binary file not shown.
6 changes: 6 additions & 0 deletions build/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ type collection @entity {
" Top Sale ever "
topSale: BigDecimal!

" Timestamp in UNIX when it was deployed"
createdAt: BigInt!

" Blocknumber when it was deployed"
createdAtBlock: BigInt!

" Hourly info about the collection "
hourlyCollectionSnapshot: [hourlyCollectionSnapshot!]! @derivedFrom(field: "collection")

Expand Down
38 changes: 19 additions & 19 deletions build/subgraph.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
specVersion: 0.0.2
specVersion: 0.0.4
description: 721-MarketPlace
repository: https://github.com/Data-Nexus/nft-sales-v2
schema:
Expand All @@ -20,15 +20,15 @@ dataSources:
- account
abis:
- name: IERC721
file: IERC721\node_modules\@openzeppelin\contracts\build\contracts\IERC721.json
file: IERC721/node_modules/@openzeppelin/contracts/build/contracts/IERC721.json
- name: IERC721Metadata
file: IERC721\node_modules\@openzeppelin\contracts\build\contracts\IERC721Metadata.json
file: IERC721/node_modules/@openzeppelin/contracts/build/contracts/IERC721Metadata.json
- name: Contract721
file: IERC721\abis\Contract721.json
file: IERC721/abis/Contract721.json
eventHandlers:
- event: Transfer(indexed address,indexed address,indexed uint256)
handler: handleTransfer
file: IERC721\IERC721.wasm
file: IERC721/IERC721.wasm
- kind: ethereum/contract
name: WETH
network: mainnet
Expand All @@ -44,11 +44,11 @@ dataSources:
- wethTransaction
abis:
- name: ERC20Abi
file: WETH\abis\ERC20ABI.json
file: WETH/abis/ERC20ABI.json
eventHandlers:
- event: Transfer(indexed address,indexed address,uint256)
handler: handleTransfer
file: WETH\WETH.wasm
file: WETH/WETH.wasm
- kind: ethereum/contract
name: OpenSeaV1
network: mainnet
Expand All @@ -66,14 +66,14 @@ dataSources:
- sale
abis:
- name: OpenSeaV1
file: OpenSeaV1\abis\OpenSeaV1.json
file: OpenSeaV1/abis/OpenSeaV1.json
- name: ERC20
file: OpenSeaV1\node_modules\@openzeppelin\contracts\build\contracts\ERC20.json
file: OpenSeaV1/node_modules/@openzeppelin/contracts/build/contracts/ERC20.json
eventHandlers:
- event: OrdersMatched(bytes32,bytes32,indexed address,indexed address,uint256,indexed
bytes32)
handler: handleOSv1Sale
file: OpenSeaV1\OpenSeaV1.wasm
file: OpenSeaV1/OpenSeaV1.wasm
- kind: ethereum/contract
name: OpenSeaV2
network: mainnet
Expand All @@ -91,14 +91,14 @@ dataSources:
- sale
abis:
- name: OpenSeaV2
file: OpenSeaV2\abis\OpenSeaV2.json
file: OpenSeaV2/abis/OpenSeaV2.json
- name: ERC20
file: OpenSeaV2\node_modules\@openzeppelin\contracts\build\contracts\ERC20.json
file: OpenSeaV2/node_modules/@openzeppelin/contracts/build/contracts/ERC20.json
eventHandlers:
- event: OrdersMatched(bytes32,bytes32,indexed address,indexed address,uint256,indexed
bytes32)
handler: handleOSv1Sale
file: OpenSeaV1\OpenSeaV1.wasm
file: OpenSeaV1/OpenSeaV1.wasm
- kind: ethereum
name: LooksRare
network: mainnet
Expand All @@ -116,17 +116,17 @@ dataSources:
- sale
abis:
- name: LooksRare
file: LooksRare\abis\LooksRare.json
file: LooksRare/abis/LooksRare.json
- name: ERC20
file: LooksRare\node_modules\@openzeppelin\contracts\build\contracts\ERC20.json
file: LooksRare/node_modules/@openzeppelin/contracts/build/contracts/ERC20.json
eventHandlers:
- event: TakerAsk(bytes32,uint256,indexed address,indexed address,indexed
address,address,address,uint256,uint256,uint256)
handler: handleTakerAsk
- event: TakerBid(bytes32,uint256,indexed address,indexed address,indexed
address,address,address,uint256,uint256,uint256)
handler: handleTakerBid
file: LooksRare\LooksRare.wasm
file: LooksRare/LooksRare.wasm
- kind: ethereum
name: X2Y2
network: mainnet
Expand All @@ -144,10 +144,10 @@ dataSources:
- sale
abis:
- name: X2Y2
file: X2Y2\abis\X2Y2.json
file: X2Y2/abis/X2Y2.json
- name: ERC20
file: X2Y2\node_modules\@openzeppelin\contracts\build\contracts\ERC20.json
file: X2Y2/node_modules/@openzeppelin/contracts/build/contracts/ERC20.json
eventHandlers:
- event: EvProfit(bytes32,address,address,uint256)
handler: handleEvProfit
file: X2Y2\X2Y2.wasm
file: X2Y2/X2Y2.wasm
2 changes: 1 addition & 1 deletion generated/IERC721/IERC721.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export class SetApprovalForAllCall__Inputs {
return this._call.inputValues[0].value.toAddress();
}

get _approved(): boolean {
get approved(): boolean {
return this._call.inputValues[1].value.toBoolean();
}
}
Expand Down
2 changes: 1 addition & 1 deletion generated/IERC721/IERC721Metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export class SetApprovalForAllCall__Inputs {
return this._call.inputValues[0].value.toAddress();
}

get _approved(): boolean {
get approved(): boolean {
return this._call.inputValues[1].value.toBoolean();
}
}
Expand Down
16 changes: 16 additions & 0 deletions generated/X2Y2/X2Y2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,22 @@ export class X2Y2__ongoingAuctionsResult {
map.set("value3", ethereum.Value.fromAddress(this.value3));
return map;
}

getPrice(): BigInt {
return this.value0;
}

getNetPrice(): BigInt {
return this.value1;
}

getEndAt(): BigInt {
return this.value2;
}

getBidder(): Address {
return this.value3;
}
}

export class X2Y2__run1InputOrderStruct extends ethereum.Tuple {
Expand Down
Loading