Status Sticker Pack Authorship
Verified contract
Active on
Ethereum with 36 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Status Sticker Pack Authorship"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21024184 | a month ago | | | 0 | 0.00012694762 | |
| 21024137 | a month ago | | | 0 | 0.00013198274 | |
| 11589442 | 4 years ago | | | 0 | 0.037156432 | |
| 11419723 | 4 years ago | | | 0 | 0.024898641 | |
| 11376434 | 4 years ago | | | 0 | 0.013406960 | |
| 11246074 | 4 years ago | | | 0 | 0.0049797286 | |
| 10956166 | 4 years ago | | | 0 | 0.039287376 | |
| 10699165 | 4 years ago | | | 0 | 0.033830796 | |
| 10697801 | 4 years ago | | | 0 | 0.044380184 | |
| 10663354 | 4 years ago | | | 0 | 0.0046000570 |
ABI
ABI objects
Getter at block 21223672
controller() view returns (address)
0x3d597789ea16054a084ac84ce87f50df9198f415
name() view returns (string)
Status Sticker Pack Authorship
packCount() view returns (uint256)
20
symbol() view returns (string)
STKA
totalSupply() view returns (uint256)
20
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getAvailablePacks(bytes4 _category) view returns (uint256[] availableIds)
getCategoryLength(bytes4 _category) view returns (uint256 size)
getCategoryPack(bytes4 _category, uint256 _index) view returns (uint256 packId)
getPackData(uint256 _packId) view returns (bytes4[] category, address owner, bool mintable, uint256 timestamp, uint256 price, bytes contenthash)
getPackSummary(uint256 _packId) view returns (bytes4[] category, uint256 timestamp, bytes contenthash)
getPaymentData(uint256 _packId) view returns (address owner, bool mintable, uint256 price, uint256 donate)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
packs(uint256) view returns (bool mintable, uint256 timestamp, uint256 price, uint256 donate, bytes contenthash)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addPackCategory(uint256 _packId, bytes4 _category)
approve(address to, uint256 tokenId)
changeController(address _newController)
claimTokens(address _token)
generatePack(uint256 _price, uint256 _donate, bytes4[] _category, address _owner, bytes _contenthash) returns (uint256 packId)
purgePack(uint256 _packId, uint256 _limit)
removePackCategory(uint256 _packId, bytes4 _category)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setPackContenthash(uint256 _packId, bytes _contenthash)
setPackPrice(uint256 _packId, uint256 _price, uint256 _donate)
setPackState(uint256 _packId, bool _mintable)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Categorized(bytes4 indexed category, uint256 indexed packId)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
ContenthashChanged(uint256 indexed packid, bytes contenthash)
MintabilityChanged(uint256 indexed packId, bool mintable)
NewController(address controller)
PriceChanged(uint256 indexed packId, uint256 dataPrice)
Register(uint256 indexed packId, uint256 dataPrice, bytes contenthash, bool mintable)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Uncategorized(bytes4 indexed category, uint256 indexed packId)
Unregister(uint256 indexed packId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.