Talks

Verified contract

Active on Base with 613 txns
Deployed by via 0xe218d94f at 5000175
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $238.57
0x6cc31e0cb7c268c9465b316b2cd3a8c8144825844441311154f117ed6e77746d
0x0e69b7d82b59c86c1ac2e2b8c4b5cf91ae42aad3fa1a8db4899974545f6b5426
0x4be4c9c14072c37f685207ecb5b6b1d44c5f37f70569ea54a2f9ae259f9ac0f6
0x5d035ef2705b806d9543992d486f24ea2dd57f6bfed80c367228dac3ac239a57
0xc3cb91d36e62d25f7cb3b474c62d9562747246f9012a14d296ee408dc65f06e9
0xfd62e04e2a823984838d7ea7eedd7610b4ed4459c18aff0ba260f0e82bee18ea
0xd551d7377dd17496a6c03454ce4ab4db3c73cc40cdcdb4ce3137fc59aecfcf12
0x77e3ac5da1f9b39ece70858461b949ba23da5b6f4498846f541f4a4f7764b58f
0xf0ee627a2f7b7061b71f26e0abd515f2f0b2f62232f32287a1e7b5f6a38a8763
0xa345b7b3968e54bd965d4dec8c3bc408d9565731b259a4c34922eebf5e058b41

Functions
Getter at block 23077475
chatsCount(view returns (uint256)
258
offersCount(view returns (uint256)
36
owner(view returns (address)
0xba46823462d1bbc9859ed24e14c83c2a6e418f69
royaltyAddress1(view returns (address)
0x63fd7586726e2745a145448b762ff6b47d439206
royaltyAddress2(view returns (address)
0x7867f48478bc535adb9b7955872ad147ca9540eb
serviceFeePercentage(view returns (uint256)
500
Read-only
chats(uint256view returns (uint256 entryPriceuint256 ticketsSupplyuint256 royaltyPercentageuint256 lastBuyTransactionuint256 totalTicketsCountuint256 maxTicketsCountPerMemberstring nameaddress creatorbool isRefunded)
chatsByCreator(addressuint256view returns (uint256)
getChatIdsByCreatorAddress(address _addressview returns (uint256[])
getChatIdsForMember(address _memberAddressview returns (uint256[])
getFeeValue(uint256 _priceuint256 _percentagepure returns (uint256 royaltyAmount)
getMemberTicketsCount(uint256 _chatIdaddress _memberAddressview returns (uint256)
getOfferIdsByChatIndex(uint256 _chatIndexview returns (uint256[])
getOfferIdsByCreatorAddress(address _addressview returns (uint256[])
getTotalTicketsCountForMemberInSellOffers(address _memberuint256 _chatIndexview returns (uint256)
hasAccessToChat(uint256 _chatIndexaddress _memberview returns (bool)
offers(uint256view returns (uint8 offerTypeuint256 chatIndexuint256 ticketsCountuint256 priceaddress creatorbool isActive)
offersByChatIndex(uint256uint256view returns (uint256)
offersByUser(addressuint256view returns (uint256)
State-modifying
acceptOffer(uint256 _offerIduint256 _ticketsCountpayable 
buyTickets(uint256 _chatIndexuint256 _ticketsCountpayable 
cancelOffer(uint256 _offerId
createChat(string _nameuint256 _entryPriceuint256 _maxTicketsCountPerMemberuint256 _ticketSupplyuint256 _royaltyPercentage
createOffer(uint256 _chatIndexuint8 _offerTypeuint256 _ticketsCountuint256 _pricepayable 
returnPoolFunds(uint256 _chatIndex
returnTickets(uint256 _chatIndexuint256 _ticketsCount
setChatRoyalty(uint256 _chatIndexuint256 _percentage
setRoyaltyAddresses(address _royaltyAddress1address _royaltyAddress2
setServiceFee(uint256 _percentage
transferTickets(uint256 _chatIndexaddress _touint256 _ticketCount
Events
ChatCreated(uint256 indexed chatIndexaddress indexed creatorstring name
ChatRoyaltyChanged(uint256 indexed chatIndexuint256 newPercentage
OfferAccepted(uint256 indexed chatIndexuint256 indexed offerIndexaddress indexed senderaddress creatoruint8 offerTypeuint256 ticketsCountuint256 price
OfferCancelled(uint256 indexed chatIndexuint256 indexed offerIndexaddress indexed creator
OfferCreated(uint256 indexed chatIndexuint256 indexed offerIndexaddress indexed creatoruint8 offerTypeuint256 ticketsCountuint256 price
PoolFundsReturned(uint256 indexed chatIndexaddress indexed chatCreatoruint256 refundAmount
ServiceFeeChanged(uint256 newPercentage
TicketsBought(uint256 indexed chatIndexaddress indexed buyeruint256 ticketsCountuint256 price
TicketsReturned(uint256 indexed chatIndexaddress indexed memberuint256 ticketsCountuint256 refundAmount
TicketsTransferred(uint256 indexed chatIndexaddress indexed fromaddress indexed touint256 ticketCount
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.