GenTickets
Verified contract
Active on
Ethereum with 687 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOZ | ERC-20 | 2.4075M | -- | -- | |
0xffb4…9c2a | ERC-1555 | 202 | -- | -- | |
0xffb4…9c2a | ERC-1555 | 101 | -- | -- | |
0xffb4…9c2a | ERC-1555 | 72 | -- | -- | |
0xffb4…9c2a | ERC-1555 | 67 | -- | -- | |
0xffb4…9c2a | ERC-1555 | 43 | -- | -- | |
0xffb4…9c2a | ERC-1555 | 40 | -- | -- | |
0xffb4…9c2a | ERC-1555 | 39 | -- | -- | |
0xffb4…9c2a | ERC-1555 | 27 | -- | -- | |
0xffb4…9c2a | ERC-1555 | 25 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982676 | a month ago | | | 0 | 0.00023088908 | |
| 20982556 | a month ago | | | 0 | 0.00021895687 | |
| 20906087 | a month ago | | | 0 | 0.00088130466 | |
| 20906079 | a month ago | | | 0 | 0.00082598908 | |
| 20906074 | a month ago | | | 0 | 0.00065645696 | |
| 19780448 | 6 months ago | | | 0 | 0.00011635726 | |
| 19566870 | 7 months ago | | | 0 | 0.0018372813 | |
| 19430586 | 8 months ago | | | 0 | 0.0052382870 | |
| 18982567 | 10 months ago | | | 0 | 0.00052957894 | |
| 18866699 | a year ago | | | 0 | 0.00053511294 |
ABI
ABI objects
Getter at block 21177216
TGE() view returns (uint256)
1623075300
active() view returns (bool)
true
balanceNeeded() view returns (uint256)
4990000000000000000000000
factory() view returns (address)
0xb108c27139ca10462f6f802ee14e3e0cda4ab9f1
issuer() view returns (address)
0xa65759c858e8c780b14975c3e07d4afc64c39b74
numTicketTypes() view returns (uint8)
4
underlyingToken() view returns (address)
0x7bd82b320ebc28d8eb3c4f5fa2af7b14da5b90c3
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
genTickets(uint256) view returns (uint256 numTickets, uint256 ticketSize, uint256 totalTranches, uint256 cliffTranches, uint256 trancheLength)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events issue(address _to)
onERC1155BatchReceived(address _operator, address _from, uint256[] _ids, uint256[] _values, bytes _data) returns (bytes4)
onERC1155Received(address _operator, address _from, uint256 _id, uint256 _value, bytes _data) returns (bytes4)
redeemTicket(address _to, uint256 _id, uint256 _amount)
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)
updateTGE(uint256 timestamp)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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(address _underlyingToken, uint256[] _numTickets, uint256[] _ticketSizes, uint256[] _totalTranches, uint256[] _cliffTranches, uint256[] _trancheLength, string _uri, address _factory, address _issuer)
This contract contains no fallback and receive objects.
This contract contains no error objects.