Boys Club Store (powered by Dispatch)
Verified contract
Active on
Ethereum with 37 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
0x174d…5b20
0xd8fb…be9e
Balances ($0.00)
No balances found for "Boys Club Store (powered by Dispatch)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19597629 | 8 months ago | | | 0 | 0.00089321836 | |
| 17188956 | 2 years ago | | | 0 | 0.0086371123 | |
| 17102255 | 2 years ago | | | 0 | 0.0020574231 | |
| 17091878 | 2 years ago | | | 0 | 0.0024154000 | |
| 17048084 | 2 years ago | | | 0 | 0.0015670251 | |
| 17041513 | 2 years ago | | | 0 | 0.0021785150 | |
| 17039466 | 2 years ago | | | 0 | 0.0019640740 | |
| 17038448 | 2 years ago | | | 0.13153 | 0.0063645197 | |
| 17034546 | 2 years ago | | | 0.137012 | 0.0050503355 | |
| 17034246 | 2 years ago | | | 0.13751 | 0.0062331881 |
ABI
ABI objects
Getter at block 21317978
DISPATCH_FEE() view returns (uint8)
10
PRECISION_DECIMALS() view returns (uint8)
100
dispatchTreasuryAddress() view returns (address)
0x174d0a47fc6e7e2bb6bb7aad7d05c5380c5c5b20
maxStoreBalanceAllowance() view returns (uint256)
0
merchantTreasuryAddress() view returns (address)
0xd8fbc75dfc8562e4807cb5e08ac1abdbe723be9e
name() view returns (string)
Boys Club Store (powered by Dispatch)
owner() view returns (address)
0x1c0bdf2380013fe93894128424c2b9cdd2466a24
paused() view returns (bool)
true
productBaseURI() view returns (string)
https://dispatch-engagement-api.dispatch.co/product/ethereum
productIdCounter() view returns (uint256)
1
symbol() view returns (string)
BOYSCLUB
tokenIdCounter() view returns (uint256)
25
totalSupply() view returns (uint256)
25
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getL1PriceForProduct(uint256 _amount, uint256 _productId) view returns (uint256)
getTokenProductDetails(uint256 _tokenId) view returns (struct DispatchStoreProductDetails)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
ownerOf(uint256 tokenId) view returns (address)
product(uint256) view returns (uint256 productPrice, uint256 productTotalSupply, uint256 productMaxSupply, uint256 productBurns, string productCollectionUri, address productTokenGateAddress, uint256 productTokenGateTokenId)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIDtoproductIdCounterMap(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
whiteListedAddress(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
burnBatch(uint256[] _ids)
createNewProduct(uint256 _productPrice, uint256 _productMaxSupply, string _productCollectionUri, address _productTokenGateAddress, uint256 _productTokenGateTokenId)
createNewProductBulk(struct DispatchStoreProductDetails[] _inventory)
mint(uint256 _amount, uint256 _productId, string _data) payable
mintTo(uint256 _amount, uint256 _productId, string _data, address _receiver) payable
refreshAllMetadata()
refund(uint256 _tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newUri)
setFees(uint8 _dispatchFee)
setMaxStoreBalanceAllowance(uint256 _newMaxStoreBalanceAllowance)
setProductDetails(uint256 _productIdCounter, uint256 _productPrice, uint256 _productMaxSupply, string _productCollectionUri, address _productTokenGateAddress, uint256 _productTokenGateTokenId)
setTreasuryAddresses(address _newDispatchAddress, address _newMerchantAddress)
setWhitelistedAddress(address _address, bool _bool)
togglePaused(bool _shouldPause)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
DispatchRateChanged(uint256 indexed _newRate)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ProductDetailsChanged(uint256 indexed _productId, uint256 _productPrice, uint256 _productTotalSupply, uint256 _productMaxSupply, uint256 _productBurns, address _productTokenGateAddress, uint256 _productTokenGateTokenId)
SaleEvent(uint256 indexed _productId, address _receiver, uint256 _amountInBatch, uint256 _tokenId, struct DispatchStoreProductDetails _product, uint256 _l1Price, string _data)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WhitelistChanged(address indexed _address, bool _isWhitelisted)
constructor(string name_, string symbol_, string baseURI_, address dispatchTreasuryAddress_, address merchantTreasuryAddress_, struct DispatchStoreProductDetails[] inventory, address[] toWhitelist, address _priceContractAddr, uint8 _dispatchFee)
This contract contains no fallback and receive objects.
This contract contains no error objects.