MarketCollection
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
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 "MarketCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MarketCollection"
ABI
ABI objects
Getter at block 22922195
contractURI() view returns (string)
/8453/0x4946dc92f8c8463ab6e4e714742dd13f6e6d80a6
name() view returns (string)
owner() view returns (address result)
0x000000000000b03943bc5083d5516fea9f20fb71
Read-only
balanceOf(address owner, uint256 id) view returns (uint256 result)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address from, uint256 id, uint256 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(string name_, string contractBaseURI_)
mint(address to, uint256 id)
mintNewMedia(address creator, string tokenURI) returns (uint256 id)
renounceOwnership() payable
requestOwnershipHandover() payable
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 isApproved)
transferOwnership(address newOwner) payable
updateContractURI()
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
ContractBaseURI(string contractBaseURI)
ContractURIUpdated()
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
AlreadyInitialized()
ArrayLengthsMismatch()
InsufficientBalance()
InvalidCreator()
InvalidToken()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotOwnerNorApproved()
StringsInsufficientHexLength(uint256 value, uint256 length)
TransferToNonERC1155ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()
UpdateCalledTooSoon()