Home Team Heroes: Baseball 2023 Color Pop Inserts
Verified contract
Active on
Ethereum with 339 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 "Home Team Heroes: Baseball 2023 Color Pop Inserts"
Transactions
ABI
ABI objects
Getter at block 21330897
FUNGIBLE_TOKEN_UPPER_BOUND() view returns (uint256)
10000
ROLE_ADD_FT() view returns (uint16)
1
ROLE_BATCH_BURN_NFT() view returns (uint16)
128
ROLE_BATCH_MINT_NFT() view returns (uint16)
16
ROLE_BURN_FT() view returns (uint16)
32
ROLE_BURN_NFT() view returns (uint16)
64
ROLE_BYPASS_PAUSE() view returns (uint16)
1024
ROLE_MINT_FT() view returns (uint16)
4
ROLE_MINT_NFT() view returns (uint16)
8
ROLE_MODIFY_FT() view returns (uint16)
2
ROLE_REFRESH_METADATA() view returns (uint16)
256
ROLE_SET_PAUSED() view returns (uint16)
512
contractURI() view returns (string)
https://meta.collecthth.com/color/opensea.json
name() view returns (string)
Home Team Heroes: Baseball 2023 Color Pop Inserts
owner() view returns (address)
0x5f5e2a298fb88e514e8919edfd2a1b7486296f40
paused() view returns (bool)
false
symbol() view returns (string)
HTHCPBASEBALL23
Read-only
_isApprovedForAll(address, address) view returns (bool)
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
hasRole(address operator, uint16 role) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
supplyLimit(uint256 id) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events addFT(uint256 id, uint256 supplyLimit_, bool canMint_, bool canBurn_)
batchBurnNFT(address owner, uint256[] ids)
batchMintNFT(address to, uint256[] ids)
burnFT(address owner, uint256 tokenID, uint256 quantity)
burnNFT(address owner, uint256 tokenID)
mintFT(address to, uint256 tokenID, uint256 quantity)
mintNFT(address to, uint256 tokenID)
modifyFT(uint256 id, uint256 supplyLimit_, bool canMint_, bool canBurn_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalAllowlist(address operator, bool approved)
setApprovalForAll(address operator, bool approved)
setMetadata(string name_, string symbol_, string contractURI_, string uri_)
setPaused(bool b)
setRole(address operator, uint16 mask)
transferOwnership(address newOwner)
updateAllMetadata()
updateMetadata(uint256 id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string name_, string symbol_, string contractURI_, string uri_)
This contract contains no fallback and receive objects.
NotAuthorized(uint16 req, address sender)