Skip to main content

IP12AssetFactoryUpgradable

IP12AssetFactoryUpgradable

CollectionCreated

event CollectionCreated(address collection, address developer)

record a new Collection Created

SftCreated

event SftCreated(address collection, uint256 tokenId, uint256 amount)

record a new Sft created, sft is semi-fungible token, as it's in a ERC1155 contract

SetP12Factory

event SetP12Factory(address oldP12Factory, address newP12Factory)

setP12CoinFactory

function setP12CoinFactory(address newP12Factory) external

createCollection

function createCollection(string gameId, string) external

createAssetAndMint

function createAssetAndMint(address, uint256, string) external

updateCollectionUri

function updateCollectionUri(address, string) external

updateSftUri

function updateSftUri(address, uint256, string) external