ProtonB Contract
Proton contract, the standard ERC721 token of the protocol. All Protons are Particles.
creatorOf
function creatorOf(
uint256 tokenId
) external view returns (address);Parameter
Description
Type
Return Value
Description
Type
getSalePrice
function getSalePrice(
uint256 tokenId
) external view returns (uint256);Parameter
Description
Type
Return Value
Description
Type
getLastSellPrice
function getLastSellPrice(
uint256 tokenId
) external view returns (uint256);Parameter
Description
Type
Return Value
Description
Type
getCreatorRoyalties
Parameter
Description
Type
Return Value
Description
Type
getCreatorRoyaltiesPct
Parameter
Description
Type
Return Value
Description
Type
getCreatorRoyaltiesReceiver
Parameter
Description
Type
Return Value
Description
Type
claimCreatorRoyalties
Return Value
Description
Type
createChargedParticle
Parameter
Description
Type
Return Value
Description
Type
createBasicProton
Parameter
Description
Type
Return Value
Description
Type
createProton
Parameter
Description
Type
Return Value
Description
Type
createProtonForSale
Parameter
Description
Type
Return Value
Description
Type
batchProtonsForSale
buyProton
Parameter
Description
Type
Return Value
Description
Type
setSalePrice
Parameter
Description
Type
setRoyaltiesPct
Parameter
Description
Type
setCreatorRoyaltiesReceiver
Parameter
Description
Type
Last updated