Proton Contract
Proton contract, the standard ERC721 token of the protocol. All Protons are Particles.
Get Proton Info
creatorOf
function creatorOf(
uint256 tokenId
) external view virtual override returns (address);getSalePrice
function getSalePrice(uint256 tokenId)
external
view
virtual
override
returns (uint256);getLastSellPrice
getCreatorRoyalties
getCreatorRoyaltiesPct
getCreatorRoyaltiesReceiver
Create & Interact with Proton(s)
claimCreatorRoyalties
Parameter / Return Value
Description
createChargedParticle
createBasicProton
createProton
createProtonForSale
batchProtonsForSale
buyProton
Update Proton Settings (Only for Creator/Owner)
setSalePrice
setRoyaltiesPct
setCreatorRoyaltiesReceiver
Other
Events
Last updated