Opensea Transactions

Solidity Programming Language
2 min readNov 17, 2021

--

Do you want to see what happens in opensea….

opensea.io

These are the different addresses when you write “opensea” to etherscan.

Source

We are engaged in only 3 yellow addresses in the image.

0xa5409ec958c83c3f309868babaca7c86dcb077c1 : Registry address

0x7be8076f4ea4a4ad08075c2508e481d6c946d12b : Opensea transaction address

0x5b3256965e7c3cf26e11fcaf296dfc8807c01073 : Opensea wallet address

The buyer buys the NFT:

https://etherscan.io/tx/0x6a2751b56951d46be25f81605037d8fe61b377ddf5a728ca70702dc82e797378
Source

Buyer: 0x968de2300804738d3241393956444b9bc4d41b5e

Seller: 0x57a88770ce4583332d4b1ea3ee96f2cc8bf0171c

NFT:0x97597002980134bea46250aa0510c9b90d87a587

We understand that the buyer pays the 0.0899 ether, opensea takes 0.004495 ether and opensea sends 0.085405 ether to the seller.

Note: 0.002412 ether is burned (Post London upgrade)

The seller sends the NFT to buyer.

I draw it for you.

De-Fi is Future !

The seller registers the opensea:

Registry address: 0xa5409ec958c83c3f309868babaca7c86dcb077c1

Source

Seller: 0xd05d9c7aef1e8a05978d80bc30d9f116cdcdd038

We cant see NFT’s information and NFT’s price in this record. Could we infer the NFT’s price?

Transaction Fee:0.025279813466291124 Ether

Burnt Fees: 0.024683410466291124 Ether

Total is 0.04995 Ether

If 0.04995 Ether is %5 of the NFT’s price, total price is 0.99 Ether.

--

--

Solidity Programming Language
Solidity Programming Language

Written by Solidity Programming Language

Solidity basics for beginners: Learn the fundamentals of smart contract development and build your first DApp! #Solidity #Foundry #Ethereum #Opcodes #DApps

No responses yet