StackrListings

Verified contract

Active on Base with 460 txns
Deployed by via 0xfcb7845c at 16957444
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "StackrListings"

0x1b6e923c7e406d13eae208bc4ef4128a5d59a48e113f5947991cceff0004915e
0xa2ee403267c64c749098ac44a4d8c28658e5650b9333ddcca72abb61d6a06219
0xb7df64c9de2c59fb776bc5737319bef33a68e822b2d3b82208b94289af93ae8f
0x18fceaaf457bfb0f93a1c1e8550c1299b10b57b7396ce8c2153d4f2217c46154
0x5eaea649c14f081318397a6fd09493b0e08aa0965e176fa63bab70de996650b9
0x7803ac7cfb33a74dc26271e3909e0788859cd5805f01f3fde3f64e27e19d9f4b
0xc93a7bc7d1ec52f2fae4dc2f190d1fb32976367f2268399b2cd8a2bbdb3994a4
0x14b700295c570c7aa08444fc2edf9ce73d19b28e7dcb1151e76cfc40d0fe41f4
0x028f8e345ba651f4a11de82b6f4eaf529cd0ee7472c41395658f614cdcf3015a
0xbaca79e75e8ec652a8a9d10f25419caacc6dfacceea2875bd6cfef771bef3773

Functions
Getter at block 21765091
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
burnWallet(view returns (address)
0x821c1ed723c3148eb74540b1201ea3369c910c17
buyerBurnFeeRate(view returns (uint256)
200
feeWallet(view returns (address)
0x00d438245f3d50e2c7daab6b89defaec5184031e
sellerBurnFeeRate(view returns (uint256)
400
Read-only
allListings(bytes32 _listingIdview returns (bytes32 listingIdaddress collectionAddressaddress tokenAddressuint256 tokenIdaddress sellerstring sellerAuthTokenuint256 priceaddress payTokenuint256 payTokenPricestring pricingSourceaddress buyeruint8 state)
current_listings(address collectionAddressaddress tokenAddressuint256 tokenIdview returns (bytes32 _listingId)
getListingByAddress(address collectionAddressaddress tokenAddressuint256 tokenIdview returns (struct StackrListingsListing)
getListingById(bytes32 _listingIdview returns (struct StackrListingsListing)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
buyItem(bytes32 _listingIdpayable 
cancelListing(bytes32 _listingId
changeBurnWallet(address _burnWallet
changeBuyerBurnFee(uint256 _buyerBurnFeeRate
changeFeeWallet(address _feeWallet
changeSellerBurnFee(uint256 _sellerBurnFeeRate
grantRole(bytes32 roleaddress account
listItem(bytes32 listingIdaddress collectionAddressaddress tokenAddressuint256 tokenIdaddress sellerstring sellerAuthTokenuint256 priceaddress payTokenuint256 payTokenPricestring pricingSource
releaseProceeds(bytes32 _listingIduint256 feeRateuint256 royaltyFeeRateaddress royaltyWallet
releaseProceeds(bytes32 _listingIduint256 feeRateuint256 royaltyFeeRateaddress royaltyWalletuint256 burnFeeRate
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
withdraw(
Events
BuyerBurnRateChanged(uint256 oldRateuint256 newRate
ItemBought(bytes32 listingIdaddress indexed buyeruint256 priceaddress indexed payToken
ItemCanceled(bytes32 listingIdaddress indexed sellerbool priceReturned
ItemListed(bytes32 listingIdaddress indexed collectionAddressaddress tokenAddressuint256 tokenIdaddress indexed sellerstring sellerAuthTokenuint256 priceaddress indexed payTokenuint256 payTokenPricestring pricingSource
ItemReleased(bytes32 listingIdaddress indexed selleruint256 priceaddress payToken
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SellerBurnRateChanged(uint256 oldRateuint256 newRate
burnFeePaid(bytes32 listingIdaddress walletuint256 feeaddress payToken
feePaid(bytes32 listingIdaddress walletuint256 feeaddress payToken
royaltyFeePaid(bytes32 listingIdaddress walletuint256 feeaddress payToken
Constructor
constructor(address _feeWalletaddress _burnWalletuint256 _sellerBurnFeeRateuint256 _buyerBurnFeeRate
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
CallerNotAdmin(address caller
CallerNotOperator(address caller
InvalidAddress(address _address
NotListed(address collectionAddressaddress tokenAddressuint256 tokenId
PriceMustBeAboveZero(