Read prior context on user scores in Neynar User Quality Score
Contract
Chain | Address | Deploy Transaction |
---|---|---|
Base Mainnet | 0xd3C43A38D1D3E47E9c420a733e439B03FAAdebA8 | 0x059259c15f660a4b5bd10695b037692654415f60e13569c7a06e99cfd55a54b0 |
Base Sepolia | 0x7104CFfdf6A1C9ceF66cA0092c37542821C1EA50 | 0xfdf68b600f75b4688e5432442f266cb291b9ddfe2ec05d2fb8c7c64364cf2c73 |
- Read the Proxy Contract on the Base Explorer (link). This is the upgradeable proxy contract you should use.
- User score code on the Base Explorer (link). This is an upgradeable implementation contract. There is no state here. This is the code that the proxy contract is currently using.
Interface
getScore
call returns 0
there is no user score for that address.
If you can spare the gas and would like us to know that you are using our contract, please use getScoreWithEvent
.