Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9e5b…a7cd
Balances ($0.00)
No balances found for "Ticket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222870 | 9 days ago | | | 0 | 0.00057712358 | |
| 20965281 | a month ago | | | 0 | 0.0014390357 | |
| 20899562 | 2 months ago | | | 0 | 0.00017838634 | |
| 20432333 | 4 months ago | | | 0 | 0.00021046267 | |
| 20430673 | 4 months ago | | | 0 | 0.00042947549 | |
| 20401080 | 4 months ago | | | 0 | 0.00040097269 | |
| 20295536 | 4 months ago | | | 0 | 0.000060445857 | |
| 20272965 | 5 months ago | | | 0 | 0.00020880797 | |
| 20225657 | 5 months ago | | | 0 | 0.00036637878 | |
| 20154111 | 5 months ago | | | 0 | 0.00010677488 |
ABI
ABI objects
Getter at block 21283883
BaseURI() view returns (string)
ipfs://
CurrentNFTContract() view returns (address)
0x9e5bf3026a4f77971057cad44c0b6e02efa9a7cd
FractionsContract() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x112e62d5906f9239d9fabab7d0237a328f128e22
totalSupply() view returns (uint256)
67441
Read-only
AlternateRedeemAllowed(uint256) view returns (bool)
ERC721RedeemAllowed(uint256) view returns (bool)
FractionRedeemAllowed(uint256) view returns (bool)
FractionsPerTicket(uint256) view returns (uint256)
TicketsPerAlternate(uint256) view returns (uint256)
TicketsPerERC721(uint256) view returns (uint256)
TotalRedeemed(uint256) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events addNewTicket(string hash)
burnTokenForAlternate(uint256 numberOfTickets, uint256 tokenId)
burnTokenForCompanion(uint256 numberOfTickets, uint256 tokenId)
burnTokenForFractions(uint256 numberOfTickets, uint256 tokenId)
editTokenRedemption(uint256 tokenId, bool isFractionAllowed, bool isAlternateAllowed, bool isNFTAllowed, uint256 numberOfFractionsPerTicket, uint256 numberofTicketsPerAlternate, uint256 numberOfTicketsPerNFT)
mintbulk(uint256 tokenId, address[] addresses, uint256[] quantities)
recallTokens(uint256 tokenId, address[] addresses)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setFractionsContract(address fractions)
setNFTContract(address nftAddress)
setTokenHash(uint256 tokenId, string hash)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedeemFractions(address indexed _address, uint256 indexed _id, uint256 _tickets)
RedeemNFT(address indexed _address, uint256 indexed _id, uint256 _tickets)
RedeemPhysical(address indexed _address, uint256 indexed _id, uint256 _tickets)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.