ERC1155Upgradable

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x4f6517cc at 17770691
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
11 additional variables

No balances found for "ERC1155Upgradable"

No transactions found for "ERC1155Upgradable"


Functions
Getter at block 20896309
isClaimable(view returns (bool)
false
isOverloadSerial(view returns (bool)
false
isSerialized(view returns (bool)
false
isUpgrade(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
streamAddress(view returns (address)
0x0000000000000000000000000000000000000000
upgradedFrom(view returns (address)
0x0000000000000000000000000000000000000000
version(pure returns (uint256)
10
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getAllRegisteredContractsOfType(uint256 _typeview returns (address[])
getFirstSerialByOwner(address _owneruint256 tokenIdview returns (uint256)
getOwnerOfSerial(uint256 serialNumberview returns (address)
getSerial(uint256 tokenIduint256 indexview returns (uint256)
getSerialByOwnerAtIndex(address _owneruint256 tokenIduint256 indexview returns (uint256)
getTokenIdForSerialNumber(uint256 serialNumberview returns (uint256)
isApprovedForAll(address accountaddress operatorview returns (bool)
isRegistered(address _contractuint256 _typeview returns (bool)
registeredContracts(addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 valueview returns (address receiveruint256 royaltyAmount)
seen(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256 _tokenIdview returns (string)
State-modifying
addBypassRule(address whobytes4 functionSiguint256 id
burn(address _fromuint256 _tokenIduint256 _amount
changeName(string _namestring _symbol
initialize(
mint(address _touint256 _tokenIduint256 _amount
mintBatch(address touint256[] idsuint256[] amountsbytes[] serialNumbers
mintWithSerial(address _touint256 _tokenIduint256 _amountbytes serialNumber
registerContract(address _contractuint256 _type
removeBypassRule(address whobytes4 functionSiguint256 id
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeBatchTransferIdFrom(address fromaddress[] tosuint256 iduint256 amountbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes
setApprovalForAll(address operatorbool approved
setTokenRoyalty(uint256 tokenIdaddress recipientuint256 value
setURI(string newuri
toggleBypassability(
toggleClaimable(
toggleOverloadSerial(
toggleSerialization(
transferOwnership(address newOwner
unregisterContract(address _contractuint256 index
upgradeFrom(address oldContract
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSerial(address indexed fromaddress indexed touint256 serial
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator