StackrListings
Verified contract
Active on
Base with 460 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 "StackrListings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17570848 | 3 months ago | | | 0 | 0.0000013245890 | |
| 17570751 | 3 months ago | | | 0 | 0.0000013487369 | |
| 17570734 | 3 months ago | | | 0 | 2.1778576e-7 | |
| 17570236 | 3 months ago | | | 0 | 0.0000093820268 | |
| 17567692 | 3 months ago | | | 0 | 0.0000013564136 | |
| 17567676 | 3 months ago | | | 0 | 0.000010996347 | |
| 17559748 | 3 months ago | | | 0 | 0.0000010562096 | |
| 17559684 | 3 months ago | | | 0 | 0.0000069718101 | |
| 17559450 | 3 months ago | | | 0 | 9.8989264e-7 | |
| 17558236 | 3 months ago | | | 0 | 0.0000010155799 |
ABI
ABI objects
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 _listingId) view returns (bytes32 listingId, address collectionAddress, address tokenAddress, uint256 tokenId, address seller, string sellerAuthToken, uint256 price, address payToken, uint256 payTokenPrice, string pricingSource, address buyer, uint8 state)
current_listings(address collectionAddress, address tokenAddress, uint256 tokenId) view returns (bytes32 _listingId)
getListingByAddress(address collectionAddress, address tokenAddress, uint256 tokenId) view returns (struct StackrListingsListing)
getListingById(bytes32 _listingId) view returns (struct StackrListingsListing)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyItem(bytes32 _listingId) payable
cancelListing(bytes32 _listingId)
changeBurnWallet(address _burnWallet)
changeBuyerBurnFee(uint256 _buyerBurnFeeRate)
changeFeeWallet(address _feeWallet)
changeSellerBurnFee(uint256 _sellerBurnFeeRate)
grantRole(bytes32 role, address account)
listItem(bytes32 listingId, address collectionAddress, address tokenAddress, uint256 tokenId, address seller, string sellerAuthToken, uint256 price, address payToken, uint256 payTokenPrice, string pricingSource)
releaseProceeds(bytes32 _listingId, uint256 feeRate, uint256 royaltyFeeRate, address royaltyWallet)
releaseProceeds(bytes32 _listingId, uint256 feeRate, uint256 royaltyFeeRate, address royaltyWallet, uint256 burnFeeRate)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
withdraw()
BuyerBurnRateChanged(uint256 oldRate, uint256 newRate)
ItemBought(bytes32 listingId, address indexed buyer, uint256 price, address indexed payToken)
ItemCanceled(bytes32 listingId, address indexed seller, bool priceReturned)
ItemListed(bytes32 listingId, address indexed collectionAddress, address tokenAddress, uint256 tokenId, address indexed seller, string sellerAuthToken, uint256 price, address indexed payToken, uint256 payTokenPrice, string pricingSource)
ItemReleased(bytes32 listingId, address indexed seller, uint256 price, address payToken)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SellerBurnRateChanged(uint256 oldRate, uint256 newRate)
burnFeePaid(bytes32 listingId, address wallet, uint256 fee, address payToken)
feePaid(bytes32 listingId, address wallet, uint256 fee, address payToken)
royaltyFeePaid(bytes32 listingId, address wallet, uint256 fee, address payToken)
constructor(address _feeWallet, address _burnWallet, uint256 _sellerBurnFeeRate, uint256 _buyerBurnFeeRate)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
CallerNotAdmin(address caller)
CallerNotOperator(address caller)
InvalidAddress(address _address)
NotListed(address collectionAddress, address tokenAddress, uint256 tokenId)
PriceMustBeAboveZero()