Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($238.57)
Native
Value
$238.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.06535 | $3,650.61 |
$238.57 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6523673 | a year ago | | | 0.0001 | 0.000000000879573540 | |
| 5321137 | a year ago | | | 0 | 0.000000061739951065 | |
| 5321067 | a year ago | | | 0 | 0.000000067817262981 | |
| 5306882 | a year ago | | | 0 | 0.000000096539002183 | |
| 5259664 | a year ago | | | 0.00001 | 2.2246770e-7 | |
| 5253244 | a year ago | | | 0 | 3.3602954e-7 | |
| 5253206 | a year ago | | | 0.00001 | 1.9091642e-7 | |
| 5250252 | a year ago | | | 0 | 0.000021438521 | |
| 5247902 | a year ago | | | 0 | 3.6523686e-7 | |
| 5247885 | a year ago | | | 0 | 1.5179898e-7 |
ABI
ABI objects
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(uint256) view returns (uint256 entryPrice, uint256 ticketsSupply, uint256 royaltyPercentage, uint256 lastBuyTransaction, uint256 totalTicketsCount, uint256 maxTicketsCountPerMember, string name, address creator, bool isRefunded)
chatsByCreator(address, uint256) view returns (uint256)
getChatIdsByCreatorAddress(address _address) view returns (uint256[])
getChatIdsForMember(address _memberAddress) view returns (uint256[])
getFeeValue(uint256 _price, uint256 _percentage) pure returns (uint256 royaltyAmount)
getMemberTicketsCount(uint256 _chatId, address _memberAddress) view returns (uint256)
getOfferIdsByChatIndex(uint256 _chatIndex) view returns (uint256[])
getOfferIdsByCreatorAddress(address _address) view returns (uint256[])
getTotalTicketsCountForMemberInSellOffers(address _member, uint256 _chatIndex) view returns (uint256)
hasAccessToChat(uint256 _chatIndex, address _member) view returns (bool)
offers(uint256) view returns (uint8 offerType, uint256 chatIndex, uint256 ticketsCount, uint256 price, address creator, bool isActive)
offersByChatIndex(uint256, uint256) view returns (uint256)
offersByUser(address, uint256) view returns (uint256)
State-modifying
Events acceptOffer(uint256 _offerId, uint256 _ticketsCount) payable
buyTickets(uint256 _chatIndex, uint256 _ticketsCount) payable
cancelOffer(uint256 _offerId)
createChat(string _name, uint256 _entryPrice, uint256 _maxTicketsCountPerMember, uint256 _ticketSupply, uint256 _royaltyPercentage)
createOffer(uint256 _chatIndex, uint8 _offerType, uint256 _ticketsCount, uint256 _price) payable
returnPoolFunds(uint256 _chatIndex)
returnTickets(uint256 _chatIndex, uint256 _ticketsCount)
setChatRoyalty(uint256 _chatIndex, uint256 _percentage)
setRoyaltyAddresses(address _royaltyAddress1, address _royaltyAddress2)
setServiceFee(uint256 _percentage)
transferTickets(uint256 _chatIndex, address _to, uint256 _ticketCount)
ChatCreated(uint256 indexed chatIndex, address indexed creator, string name)
ChatRoyaltyChanged(uint256 indexed chatIndex, uint256 newPercentage)
OfferAccepted(uint256 indexed chatIndex, uint256 indexed offerIndex, address indexed sender, address creator, uint8 offerType, uint256 ticketsCount, uint256 price)
OfferCancelled(uint256 indexed chatIndex, uint256 indexed offerIndex, address indexed creator)
OfferCreated(uint256 indexed chatIndex, uint256 indexed offerIndex, address indexed creator, uint8 offerType, uint256 ticketsCount, uint256 price)
PoolFundsReturned(uint256 indexed chatIndex, address indexed chatCreator, uint256 refundAmount)
ServiceFeeChanged(uint256 newPercentage)
TicketsBought(uint256 indexed chatIndex, address indexed buyer, uint256 ticketsCount, uint256 price)
TicketsReturned(uint256 indexed chatIndex, address indexed member, uint256 ticketsCount, uint256 refundAmount)
TicketsTransferred(uint256 indexed chatIndex, address indexed from, address indexed to, uint256 ticketCount)
constructor()
receive()
This contract contains no error objects.