Home Team Heroes: Baseball 2023 Color Pop Inserts

Verified contract

Active on Ethereum with 339 txns
Deployed by via 0xebebdc9b at 17343713
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Home Team Heroes: Baseball 2023 Color Pop Inserts"

0xd9329e0e45a86bedf1b97064ee14fa5a594e72eaf99d2da2db3d20bf77af45ca
0x6a1d854d64918cd95fccb3d9e4a6cc2d035b6e852a4d0cd3f63b77baf6f4392d
0x8eeafa87dbaf192e87e52a61b395f0a2b4e690d18cee78e1f389f22880b966f2
0xa251181cbc9a6189fb5dff2dce230228abdf1b1d85649330774a11a9c0b24b1d
0x7c9cbb63c8413752fe9f2ceabaee6f1a46844ea63acfd5bd2a7b116ede5549e1
0x6c7a8695ae79074e864f90fd55dd05f0a093fa7bfff0c3943f735aa6e0754a68
0x11962f753617ec5583a062322ad1b243b373fde9386cba3fe75bc74a305a453d
0x1c4b853c742b0bc7a40134bbbd10598d2513c706fceaf787ca2fc40b07b06384
0x3d4a96b5d15931cc7c2642e0d3947030cd3a3e9112701f7072cbca726df91a3c
0x22067b17d5473685299b0bf6f72c16a45bc2151bc582cc00e8a20dd9eb84fd14

Functions
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(addressaddressview returns (bool)
balanceOf(addressuint256view returns (uint256)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
hasRole(address operatoruint16 roleview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
supplyLimit(uint256 idview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256view returns (string)
State-modifying
addFT(uint256 iduint256 supplyLimit_bool canMint_bool canBurn_
batchBurnNFT(address owneruint256[] ids
batchMintNFT(address touint256[] ids
burnFT(address owneruint256 tokenIDuint256 quantity
burnNFT(address owneruint256 tokenID
mintFT(address touint256 tokenIDuint256 quantity
mintNFT(address touint256 tokenID
modifyFT(uint256 iduint256 supplyLimit_bool canMint_bool canBurn_
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalAllowlist(address operatorbool approved
setApprovalForAll(address operatorbool approved
setMetadata(string name_string symbol_string contractURI_string uri_
setPaused(bool b
setRole(address operatoruint16 mask
transferOwnership(address newOwner
updateAllMetadata(
updateMetadata(uint256 id
Events
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(string name_string symbol_string contractURI_string uri_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
NotAuthorized(uint16 reqaddress sender