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 "Registry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17514820 | a year ago | | | 0 | 0.00058642653 | |
| 17386917 | a year ago | | | 0 | 0.0022669283 | |
| 17386913 | a year ago | | | 0 | 0.0020442854 | |
| 17386910 | a year ago | | | 0 | 0.0020057250 | |
| 17386904 | a year ago | | | 0 | 0.0027618010 | |
| 17386903 | a year ago | | | 0 | 0.0027100421 | |
| 17386902 | a year ago | | | 0 | 0.0027298777 | |
| 17386901 | a year ago | | | 0 | 0.0026195812 | |
| 17385594 | a year ago | | | 0.09 | 0.0046663359 | |
| 17385259 | a year ago | | | 0.09 | 0.0031741174 |
ABI
ABI objects
Getter at block 21192742
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EVENT_CREATOR_ROLE() view returns (bytes32)
0x16e39bcfd7168cb870487b453080e9500bcbc59d2d5e2f22e941a49ba850f236
eventsLength() view returns (uint256)
21
factory() view returns (address)
0x93c9c8d78fb052ff2fec01fbbf0ad219d7dc43f7
marketplace() view returns (address)
0xab5ecfc553663c1068799e5b9f3dc2b4729f7215
Read-only
checkClaimEligibility(address recipient, address eventAddress, uint256[] ticketTypes) view returns (string)
getAmount(address eventAddress, uint256 ticketType) view returns (uint256)
getAmounts(address eventAddress, uint256[] ticketTypes) view returns (uint256[])
getEndTimestamp(address eventAddress) view returns (uint256)
getEventByIndex(uint256 index) view returns (address)
getPrice(address eventAddress, uint256 ticketType) view returns (uint256)
getPrices(address eventAddress, uint256[] ticketTypes) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
limits(address eventAddress) view returns (uint256)
purchases(address walletAddress, address eventAddress) view returns (uint256)
royaltyCollected(address eventAddress) view returns (uint256)
royaltyCollectedFor(address collector, address eventAddress) view returns (uint256)
royaltyCollectedForBatch(address collector, address[] eventAddresses) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyTickets(address eventAddress, uint256[] ticketTypes) payable
cancelOrder(struct OrderInterfaceOrder order, bytes signature)
createEvent(string name, string symbol, string uri, uint256[] amounts, uint256[] prices, uint256 endTimestamp, struct IRegistryRoyaltyCollector[] sellRoyaltyCollectors, struct IRegistryRoyaltyCollector[] resellRoyaltyCollectors, uint256 ticketsLimitPerWallet)
creatorGift(address recipient, address eventAddress, uint256[] ticketTypes)
fillOrder(struct OrderInterfaceOrder order, bytes signature) payable
giftTicket(address recipient, address eventAddress, uint256[] ticketTypes) payable
grantRole(bytes32 role, address account)
pauseEvent(address eventAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setEndTimestamp(address eventAddress, uint256 endTimestamp)
setEventLimitsInBulk(address[] eventAddresses, uint256[] limitsPassed)
setMarketplace(address _marketplace)
unpauseEvent(address eventAddress)
withdraw(uint256 amount)
withdrawRoyalty(address eventAddress, uint256 amount)
withdrawRoyaltyFor(address collector, address eventAddress, uint256 amount)
EventCreated(address eventAddress, string name, string uri, address creator, uint256 endTimestamp)
EventPaused(address eventAddress)
EventUnpaused(address eventAddress)
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)
RoyaltyWithdrew(address eventAddress, address to, uint256 amount)
TicketsSold(address eventAddress, address to, uint256[] ticketTypes, uint256 startId)
constructor(address _factory)
receive()
This contract contains no error objects.