TicketsFacet
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "TicketsFacet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TicketsFacet"
ABI
ABI objects
Getter at block 21271756
totalSupplies() view returns (uint256[] totalSupplies_)
[0, 0, 0, 0, 0, 0]
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256 balance_)
balanceOfAll(address _owner) view returns (uint256[] balances_)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[] balances_)
isApprovedForAll(address _owner, address _operator) view returns (bool)
totalSupply(uint256 _id) view returns (uint256 totalSupply_)
uri(uint256 _id) view returns (string)
State-modifying
Events safeBatchTransferFrom(address _from, address _to, uint256[] _ids, uint256[] _values, bytes _data)
safeTransferFrom(address _from, address _to, uint256 _id, uint256 _value, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string _value)
ApprovalForAll(address indexed _owner, 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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.