Gets most recent price that Proton sold for in Ether.
1
functioncreatorOf(uint256 tokenId)
2
external
3
view
4
virtual
5
override
6
returns (address);
Copied!
Parameter / Return Value
Description
tokenId
id of Proton
return
sale price in Ether
getCreatorRoyalties
Gets creator royalties for a given creator address. Royalties are how much of the sale price will be directed to the Proton's creator whenever a Proton is sold.
Gets creator royalties for a given tokenId. Royalties are how much of the sale price will be directed to the Proton's creator whenever a Proton is sold.