update metadata
This commit is contained in:
parent
54cfeba068
commit
69c9848944
|
@ -7,7 +7,7 @@ import "../../common/TokenClaimer.sol";
|
|||
/**
|
||||
* @author Ricardo Guilherme Schmidt (Status Research & Development GmbH)
|
||||
*/
|
||||
contract StickerPack is Controlled, TokenClaimer, ERC721Full("Sticker Pack","STKP") {
|
||||
contract StickerPack is Controlled, TokenClaimer, ERC721Full("Status Sticker Pack","STKP") {
|
||||
|
||||
mapping(uint256 => uint256) public tokenPackId; //packId
|
||||
uint256 public tokenCount; //tokens buys
|
||||
|
|
|
@ -9,7 +9,7 @@ import "../../common/TokenClaimer.sol";
|
|||
* @author Ricardo Guilherme Schmidt (Status Research & Development GmbH)
|
||||
* StickerMarket allows any address register "StickerPack" which can be sold to any address in form of "StickerPack", an ERC721 token.
|
||||
*/
|
||||
contract StickerType is Controlled, TokenClaimer, ERC721Full("Sticker Type","STKT") {
|
||||
contract StickerType is Controlled, TokenClaimer, ERC721Full("Status Sticker Pack Authorship","STKA") {
|
||||
using SafeMath for uint256;
|
||||
event Register(uint256 indexed packId, uint256 dataPrice, bytes _contenthash);
|
||||
event PriceChanged(uint256 indexed packId, uint256 dataPrice);
|
||||
|
|
Loading…
Reference in New Issue