-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
74 lines (73 loc) · 3.52 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# yaml-language-server: $schema=./node_modules/envio/evm.schema.json
name: ask-arb-envio
contracts:
- name: FastFactory
handler: src/Factory.ts
events:
- event: AdminAdded(address admin)
- event: AdminRemoved(address admin)
- event: ContestBuilt(string votesModule, string pointsModule, string choicesModule, string executionModule, address contestAddress, string contestVersion, string filterTag)
- event: ContestCloned(address contestAddress, string contestVersion, string filterTag)
- event: ContestTemplateCreated(string contestVersion, address contestAddress, (uint256,string) contestInfo)
- event: ContestTemplateDeleted(string contestVersion, address contestAddress)
- event: FactoryInitialized(address admin)
- event: ModuleCloned(address moduleAddress, string moduleName, string filterTag)
- event: ModuleTemplateCreated(string moduleName, address moduleAddress, (uint256,string) moduleInfo)
- event: ModuleTemplateDeleted(string moduleName, address moduleAddress)
- name: Contest_v0_2_0
handler: src/Contest_v0_2_0.ts
events:
- event: ContestInitialized((uint256,string) metadata, address votesModule, address pointsModule, address choicesModule, address executionModule, bool isContinuous, bool isRetractable, uint8 status)
- event: ContestStatusChanged(uint8 status)
- event: BatchVote(address indexed voter, bytes32[] choices, uint256[] amounts, uint256 totalAmount, (uint256,string) metadata)
- event: BatchRetractVote(address indexed voter, bytes32[] choices, uint256[] amounts, uint256 totalAmount, (uint256,string) metadata)
- name: TimedVotes_v0_2_0
handler: src/TimedVotes_v0_2_0.ts
events:
- event: Initialized(address contest, uint256 duration)
- event: VotingStarted(uint256 startTime, uint256 endTime)
- event: VoteCast(address indexed voter, bytes32 choiceId, uint256 amount, (uint256,string) _reason)
- event: VoteRetracted(address indexed voter, bytes32 choiceId, uint256 amount, (uint256,string) _reason)
- name: BaalPoints_v0_2_0
handler: src/BaalPoints_v0_2_0.ts
events:
- event: Initialized(address contest, address dao, address sharesToken, address lootToken, uint256 checkpoint, uint8 holderType)
- name: BaalGate_v0_2_0
handler: src/BaalGate_v0_2_0.ts
events:
- event: Initialized(address contest, address daoAddress, address lootToken, address sharesToken, uint8 holderType, uint256 holderThreshold, uint256 checkpoint, bool timed, uint256 startTime, uint256 endTime)
- event: Registered(bytes32 choiceId, ((uint256,string), bytes, bool, address) choiceData, address contest);
- event: Removed(bytes32 choiceId, address contest)
- name: PrePop_v0_2_0
handler: src/PrePop_v0_2_0.ts
events:
- event: Initialized(address contest)
- event: Registered(bytes32 choiceId, ((uint256,string), bytes, bool, address) choiceData, address contest);
networks:
- id: 42161
start_block: 0
contracts:
- name: Contest_v0_2_0
- name: TimedVotes_v0_2_0
- name: BaalPoints_v0_2_0
- name: BaalGate_v0_2_0
- name: PrePop_v0_2_0
- name: FastFactory
address: 0x72429C2392d79458c411BC5DecEb8cCd28530BF0
- id: 8453
start_block: 0
contracts:
- name: Contest_v0_2_0
- name: TimedVotes_v0_2_0
- name: BaalPoints_v0_2_0
- name: BaalGate_v0_2_0
- name: PrePop_v0_2_0
- name: FastFactory
address: 0x4da34984D2E7E795eEcB2368014a4B9C6E66BdB0
rollback_on_reorg: false
field_selection:
transaction_fields:
- "from"
- "to"
- "hash"
- "transactionIndex"