ERC1155NonTransferable
Verified contract
Active on
Ethereum with 1,816 txns
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 "ERC1155NonTransferable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21058123 | a month ago | | | 0 | 0.00037070728 | |
| 18923570 | a year ago | | | 0 | 0.00043629488 | |
| 18626418 | a year ago | | | 0 | 0.00062310517 | |
| 18595645 | a year ago | | | 0 | 0.0023166556 | |
| 18574284 | a year ago | | | 0 | 0.00068722727 | |
| 18153146 | a year ago | | | 0 | 0.00038892271 | |
| 18003942 | a year ago | | | 0 | 0.00053059652 | |
| 17759713 | a year ago | | | 0 | 0.00076669086 | |
| 16862322 | 2 years ago | | | 0 | 0.00071940365 | |
| 16846119 | 2 years ago | | | 0 | 0.00069960130 |
ABI
ABI objects
Getter at block 21322207
owner() view returns (address)
0x382c3b0d2a7ec72057cbb4ac6fb754780fe6cbc6
paused() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isUsedNonce(uint256 _nonce) view returns (bool)
isValidOwnerSignature(bytes32 _hashedData, bytes _signature) view
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events burn(address _account, uint256 _tokenId, uint256 _value)
burnBatch(address _account, uint256[] _tokenIds, uint256[] _values)
executeMetaTransaction(uint256 _nonce, bytes _data, bytes _signature)
mint(address _to, uint256 _tokenId, uint256 _value, bytes _data)
mintBatch(address _to, uint256[] _tokenIds, uint256[] _values, bytes _data)
pause()
renounceOwnership()
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)
setUri(string _newUri)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ExecutedMetaTransaction(bytes _data, bytes _returnData)
LogUriSet(string _newUri, address _triggeredBy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
UsedNonce(uint256 _nonce)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.