MarketplaceChosta
Verified contract
Active on
Base with 22 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 "MarketplaceChosta"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8097207 | a year ago | | | 0 | 0.000000000177288324 | |
| 8096875 | a year ago | | | 0 | 0.000000000191823478 | |
| 8096678 | a year ago | | | 0 | 0.000093578630 | |
| 7443944 | a year ago | | | 0 | 0.000000001228142900 | |
| 7443929 | a year ago | | | 0 | 0.000000001325896910 | |
| 7336148 | a year ago | | | 0 | 0.000000008859229560 | |
| 7325817 | a year ago | | | 0 | 0.000000000410114810 | |
| 7319351 | a year ago | | | 0 | 0.000000000319026890 | |
| 7252381 | a year ago | | | 0 | 0.000000001164084070 | |
| 7248875 | a year ago | | | 0 | 0.000000000071847400 |
ABI
ABI objects
Getter at block 23690296 getChostaItemsAll() view returns (struct MarketplaceChostaChostaItem[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MARKETPLACE_ADMIN() view returns (bytes32)
0x327ba3f171911ab8c29a8ecfd67f0f318ea5db161d38bb45109f98ef01af7bf2
chostaSharesAddress() view returns (address)
0xa6f26bf4f147be1c8c97000371606a4146ef1a58
friendTech() view returns (address)
0xcf205808ed36593aa40a44f10c7f7c2f67d4a4d4
getChostaItemsLength() view returns (uint256)
9
paused() view returns (bool)
false
token() view returns (address)
0xdb38936a1378574a9d441965290687a6223aaa7c
Read-only
getChostaItem(uint256 index_) view returns (struct MarketplaceChostaChostaItem)
getChostaItemsPaginated(uint256 start_, uint256 end_) view returns (struct MarketplaceChostaChostaItem[])
getFixedPriceOfItem(uint256 index_) view returns (uint256)
getPurchasersOf(uint256 index_) view returns (address[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
toChostaItems(uint256) view returns (uint8 itemType, bool active, uint256 nrSharesRequired, string title, string imageUri, string description, uint32 amountAvailable, uint32 amountPurchased, uint256 startTime, uint256 endTime, uint256 price, string discord, string twitter)
toItemPurchased(uint256, address) view returns (bool)
toItemPurchasers(uint256, uint256) view returns (address)
State-modifying
Events addChostaItem(struct MarketplaceChostaChostaItem ChostaItem_)
deleteMostRecentChostaItem()
giftChostaItem(uint256 index_, address giftedAddress_)
grantRole(bytes32 role, address account)
pause()
purchaseChostaItem(uint256 index_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setChostaSharesAddress(address _newChostaSharesAddress)
unpause()
ChostaItemPurchased(address indexed purchaser_, uint256 index_, struct MarketplaceChostaChostaItem item_)
Paused(address account)
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)
Unpaused(address account)
constructor(address _token, address _friendTech, address _chostaSharesAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.