TownStarItems
Verified contract
Active on
Ethereum with 1,266 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 "TownStarItems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256079 | 11 hours ago | | | 0 | 0.00058824511 | |
| 21256033 | 11 hours ago | | | 0 | 0.00049927775 | |
| 21253656 | 19 hours ago | | | 0 | 0.00065624081 | |
| 21252153 | a day ago | | | 0 | 0.0011615880 | |
| 21250142 | a day ago | | | 0 | 0.00065424628 | |
| 21247547 | 2 days ago | | | 0 | 0.00088824551 | |
| 21243030 | 2 days ago | | | 0 | 0.00068478871 | |
| 21237162 | 3 days ago | | | 0 | 0.0012173846 | |
| 21232916 | 4 days ago | | | 0 | 0.00056175912 | |
| 21232893 | 4 days ago | | | 0 | 0.00044818248 |
ABI
ABI objects
Getter at block 21259351
NF_INDEX_MASK() view returns (uint256)
340282366920938463463374607431768211455
client() view returns (string)
TownStarItems
contractURI() view returns (string)
operatorFilterRegistry() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0x07c6014a9e1ea7e4adcb019fb0d4899846fd7607
paused() view returns (bool)
false
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
getNonFungibleBaseType(uint256 _id) pure returns (uint256)
getNonFungibleIndex(uint256 _id) pure returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isFungible(uint256 _id) pure returns (bool)
isNonFungible(uint256 _id) pure returns (bool)
isNonFungibleBaseType(uint256 _id) pure returns (bool)
isNonFungibleItem(uint256 _id) pure returns (bool)
nfExists(uint256) view returns (bool)
nfOwners(uint256) view returns (address)
ownerOf(uint256 _id) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events batchAuthorizeCreators(address[] _addresses)
batchDeauthorizeCreators(address[] _addresses)
broadcastURIEvent(uint256 _tokenId)
burn(address _from, uint256[] _ids, uint256[] _values)
create(bool _isNF) returns (uint256 _type)
mintFungible(uint256 _id, address[] _to, uint256[] _quantities, bytes _data)
mintNonFungible(uint256[] _ids, address[] _to, bytes _data)
pause()
renounceOwnership()
safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _baseURI)
setContractURI(string _contractUri)
transferOwnership(address newOwner)
unpause()
updateClientName(string _newClientName)
updateOperatorFilterRegistryAddress(address newRegistry)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseTypeCreated(uint256 baseType)
BaseURI(string baseURI)
Client(string _clientName)
ContractURI(string contractURI)
Creator(address _creator, bool _authorized)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _client)
This contract contains no fallback and receive objects.
OnlyOwner()
OperatorNotAllowed(address operator)