Examp-LLC / ethrank

The Ethereum Leaderboard
https://ethrank.io
GNU General Public License v3.0
6 stars 8 forks source link

Adjusted contract and requirement for Superrare #17

Closed Kevkillerke closed 2 years ago

Kevkillerke commented 2 years ago

Current address is the token address from superrare. It's only used for transfers: https://etherscan.io/address/0xba5BDe662c17e2aDFF1075610382B9B691296350

This address is for the bids/buys: https://etherscan.io/address/0x6d7c44773c52d396f43c2d511b81aa168e9a7a42 The type is changed to "transaction_from_address_count" because it's the contracts that sends you the NFT.

vercel[bot] commented 2 years ago

@Kevkillerke is attempting to deploy a commit to the EXAMP Team on Vercel.

A member of the Team first needs to authorize it.

blankey1337 commented 2 years ago

In this situation, I think the contract address will be the to field: image

We might end up catching inteactions besides "purchasing an NFT", but there doesn't seem to be a reliable method for distinguishing these contract interactions based on the data we are getting back from etherscan alone. We may want to updating the wording to say "Interact with Superrare".

I think you are right about updating the contract address.

Kevkillerke commented 2 years ago

Updated the commit