Badam Bomb Squad

Verified contract

Active on Ethereum with 3,572 txns
Deployed by via 0xee0df21f at 16019735
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
-
variable spans 2 additional slots
-
variable spans 6 additional slots

No balances found for "Badam Bomb Squad"

0xebd73f67687dc8496b834e3dc5b0cf4401a6384098684ee385faf1d14a870f88
0x82d3cad8fad0b16dbf8797c9abd8396bffb6682bf2765c431da2bc9e2504ea3d
0xe2eb0edc6dfbd861675056a94ba8e7c8c33b478c47dc27fc6b52579240b619ed
0xd74c11ba01df72b3670bc9020e2a85489ea83525ad3fc9b5117c101635e16ac4
0x5d74323c7ee1391f32c7c9146cdcfe45ddc8a35240a6d45455e7ce9e3da67c9b
From
0xaa2244492e0b32aac104175ce265f4da59714fc2967df424010cad6f899c8f8c
0x517db667aa3f40cbea5b485d835c635aed385b842c5e89cdc659458e76b71b51
0x4899dbad4563e1e33757d85c02e89544ec2bd1fe08c47cfa3dd8e9f38d6ed9bc
0x0786ad2908a7702e11ba4731c4fb74c60852cf6aedb1836b0261d75e1a862b61
0x1d50847b6fc947dd76a732f6c6e7b53b5daae39453f1a75f6641b3dc13a932f1

Functions
Getter at block 20953970
addresses(view returns (address recoveryAddressaddress collectionOwnerAddressaddress authorisationAddressaddress purchaseTokenAddressaddress managerPrimaryRoyaltyAddressaddress customerPrimaryRoyaltyAddressaddress secondaryRoyaltyAddress)
(recoveryAddress=0x679fae2f404f79e0e5c2fffc3d716b051a7091cb, collectionOwnerAddress=0x679fae2f404f79e0e5c2fffc3d716b051a7091cb, authorisationAddress=0x15352d6fec129be91a98b20fdec13c85f9e8bd80, purchaseTokenAddress=0x0000000000000000000000000000000000000000, managerPrimaryRoyaltyAddress=0x62d516276381042016b38b65c89c05ea59ccb13b, customerPrimaryRoyaltyAddress=0x679fae2f404f79e0e5c2fffc3d716b051a7091cb, secondaryRoyaltyAddress=0x679fae2f404f79e0e5c2fffc3d716b051a7091cb)
contractManager(view returns (address)
0xb0526183fb2873e76f8a50c8d464e987c363c803
contractURI(view returns (string uri)
https://thehundreds-abs.mypinata.cloud/ipfs/QmRApJDByakvyKBXsFUZ7h61QLjTpgwCDvEf8G56tBxbpL
 
generalConfig(view returns (string namestring symbolstring contractMetadataUrlstring tokenMetadataUrlbool allowBuybool allowPublicTransferbool enableOpenSeaOperatorFilterRegistryuint256 publicSaleDateuint256 saleCloseDateuint256 primaryRoyaltyFeeuint256 secondaryRoyaltyFee)
name(view returns (string collectionName)
Badam Bomb Squad
owner(view returns (address)
0x679fae2f404f79e0e5c2fffc3d716b051a7091cb
supply(view returns (uint256 _supply)
5000
symbol(view returns (string collectionSymbol)
BBS
tokenConfig(view returns (uint256 priceuint256 maxSupplyuint256 maxPerTransaction)
(price=250000000000000000, maxSupply=5000, maxPerTransaction=10)
totalSupply(view returns (uint256)
4998
version(view returns (string)
2.2.0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address royaltyAddressuint256 royaltyAmount)
supportsInterface(bytes4 _interfaceIdview returns (bool result)
tokenURI(uint256 _tokenIdview returns (string uri)
totalMinted(address addrview returns (uint256 numMinted)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
buy(uint256 _amountpayable 
buyAuthorised(uint256 _amountuint256 _totalPriceuint256 _maxPerAddressuint256 _expiresbytes _signaturepayable 
mintBatch(address[] _accountsuint256[] _amounts
recoverContract(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAddresses(struct HyperMintERC721A_2_2_0Addresses _addresses
setAllowBuy(bool _allowBuy
setAllowPublicTransfer(bool _allowPublicTransfer
setApprovalForAll(address operatorbool approved
setDates(uint256 _publicSaleuint256 _saleClosed
setEnableOpenSeaOperatorFilterRegistry(bool _enable
setMetadataURIs(string _contractURIstring _tokenURI
setNameAndSymbol(string _newNamestring _newSymbol
setRoyalty(uint256 _primaryFeeuint256 _secondaryFee
setTokenConfig(uint256 _priceuint256 _maxSupplyuint256 _maxPerTransaction
transferAuthorised(address _fromaddress _touint256 _tokenIduint256 _expiresbytes _signature
transferContractManager(address newContractManager
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractManagerTransferred(address indexed previousContractManageraddress indexed newContractManager
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(struct HyperMintERC721A_2_2_0GeneralConfig _generalConfigstruct HyperMintERC721A_2_2_0TokenConfig _tokenConfigstruct HyperMintERC721A_2_2_0Addresses _addresses
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
BuyDisabled(
ContractCallBlocked(
ImmutableRecoveryAddress(
InsufficientPaymentValue(
MaxPerAddressExceeded(
MaxPerTransactionExceeded(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NewSupplyTooLow(
NonExistentToken(
NotAuthorised(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PublicSaleClosed(
SaleClosed(
SignatureExpired(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
TransfersDisabled(
URIQueryForNonexistentToken(