Network Information
Network: Sei Testnet (Atlantic)Chain ID:
1328Block Explorer: SeiTrace
Core Contracts
EventFactory (Registry & NFT Factory)
createEvent()- Create new event and mint NFTdeployCurationForEvent()- Deploy optional curation contractfinalizeAndTransfer()- Transfer NFT to highest tippergetEvent(uint256)- Query complete event data
EventManager (Permission Management)
createDelegationProxy()- Deploy event-specific delegationupdateMetadata()- Authorized metadata updatessetGlobalWhitelist()- Platform-wide permission managementfinalizeRTA()- Trigger event finalization
LiveTipping (Real-time Competition)
sendTip()- Submit tips with messagesgetTotalTips()- Query accumulated tips for eventgetHighestTipper()- Current leading tipper addressfinalizeEvent()- Complete tipping competition
Distributor (Revenue Sharing)
distributeTips()- Execute revenue sharingenableCuration()- Configure service provider feeswhitelistCurator()- Authorize curation agentsgetEventDistributionConfig()- Query revenue split configuration
Delegation (Master Implementation)
initialize()- Set proxy-specific delegation dataeventId()- Query associated event IDdelegatee()- Query authorized delegate address
CreationWrapper (Utility)
createEventAndDelegate()- Batch event creation and delegation