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 "ReceiptERC1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22711488 | a day ago | | | 0 | 0.0000061113138 | |
| 22711458 | a day ago | | | 0 | 0.0000057265770 | |
| 22711454 | a day ago | | | 0 | 0.000010648663 | |
| 22711418 | a day ago | | | 0 | 0.0000057265770 | |
| 22711413 | a day ago | | | 0 | 0.000059218841 | |
| 22710726 | a day ago | | | 0 | 0.0000061113138 | |
| 22710688 | a day ago | | | 0 | 0.0000057265770 | |
| 22710652 | a day ago | | | 0 | 0.000061737252 |
ABI
ABI objects
Getter at block 22760265
contractURI() view returns (string)
{"name":"Ump DEGEN Wassie Stickers","description":"Own a future piece of cryptocurrency history by being one of the first people to make a purchase using UMP.","image":"ipfs://bafkreiba6dj2x5pkmuimcivbyymlbyc422iylip2bymxphtpgtfo4huin4","external_link":"x.com/ump_eth"}
owner() view returns (address)
0x9b7a78f673678b247a3808496786dd16c61cdb32
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getTokenMetadata(uint256 tokenId) view returns (struct ReceiptERC1155TokenMetadata)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events changeOwnership(address newOwner)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceOwnership()
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)
setContractURI(string newURI)
setTokenMetadata(uint256 tokenId, string name, string description, string image, string termsOfService, string[] supplementalImages)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ContractURIUpdated(string newURI)
OwnershipChanged(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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(string contractURI_)
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)