GenTickets
Verified contract
Active on
Ethereum with 234 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 |
---|---|---|---|---|---|
MOMAT | ERC-20 | 52.988K | -- | -- | |
0xece0…ec65 | ERC-1555 | 106 | -- | -- | |
0xece0…ec65 | ERC-1555 | 49 | -- | -- | |
0xece0…ec65 | ERC-1555 | 33 | -- | -- | |
0xece0…ec65 | ERC-1555 | 29 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20160994 | 5 months ago | | | 0 | 0.00012498750 | |
| 18476143 | a year ago | | | 0 | 0.00061683918 | |
| 17010560 | 2 years ago | | | 0 | 0.00050133243 | |
| 15395451 | 2 years ago | | | 0 | 0.0023113627 | |
| 15153484 | 2 years ago | | | 0 | 0.00087862318 | |
| 14918806 | 2 years ago | | | 0 | 0.0043635378 | |
| 14239847 | 3 years ago | | | 0 | 0.0022909071 | |
| 13694355 | 3 years ago | | | 0 | 0.016538535 | |
| 13570758 | 3 years ago | | | 0 | 0.012086850 | |
| 13479364 | 3 years ago | | | 0 | 0.0057124423 |
ABI
ABI objects
Getter at block 21179300
TGE() view returns (uint256)
1625576400
active() view returns (bool)
true
balanceNeeded() view returns (uint256)
208140000000000000000000
factory() view returns (address)
0xb108c27139ca10462f6f802ee14e3e0cda4ab9f1
issuer() view returns (address)
0x673f231ebc3153df4e8222cfc56dc6f33d236e77
numTicketTypes() view returns (uint8)
4
underlyingToken() view returns (address)
0x865bb9a28041259b4badafd37799a288aabbfc8c
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.