File tree 3 files changed +16
-16
lines changed
3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
# ZORA CC
2
2
3
- #### Kovan Address: [ 0x6b56295a2Da8E5daF740269a4073565B92a28cE5 ] ( https://kovan.etherscan.io/address/0x6b56295a2Da8E5daF740269a4073565B92a28cE5 )
3
+ #### Kovan Address: [ 0x35c25B5065FA95e85DE63e2aD016938031EE1062 ] ( https://kovan.etherscan.io/address/0x35c25B5065FA95e85DE63e2aD016938031EE1062 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ contract ZoraRating is usingProvable {
26
26
string memory _url =
27
27
string (
28
28
abi.encodePacked (
29
- "json(https://credit.zoracles.com /rating/ " ,
29
+ "json(https://zora.cc /rating/ " ,
30
30
toString (abi.encodePacked (walletAddress)),
31
31
").result.rating "
32
32
)
Original file line number Diff line number Diff line change 15
15
"type" : " string"
16
16
}
17
17
],
18
- "name" : " AddressRatingUdated " ,
18
+ "name" : " AddressRatingUpdated " ,
19
19
"type" : " event"
20
20
},
21
21
{
78
78
"stateMutability" : " nonpayable" ,
79
79
"type" : " function"
80
80
},
81
+ {
82
+ "inputs" : [
83
+ {
84
+ "internalType" : " address" ,
85
+ "name" : " walletAddress" ,
86
+ "type" : " address"
87
+ }
88
+ ],
89
+ "name" : " updateRating" ,
90
+ "outputs" : [],
91
+ "stateMutability" : " payable" ,
92
+ "type" : " function"
93
+ },
81
94
{
82
95
"inputs" : [
83
96
{
115
128
],
116
129
"stateMutability" : " view" ,
117
130
"type" : " function"
118
- },
119
- {
120
- "inputs" : [
121
- {
122
- "internalType" : " address" ,
123
- "name" : " walletAddress" ,
124
- "type" : " address"
125
- }
126
- ],
127
- "name" : " updateRating" ,
128
- "outputs" : [],
129
- "stateMutability" : " payable" ,
130
- "type" : " function"
131
131
}
132
132
]
You can’t perform that action at this time.
0 commit comments