ERC1155Upgradable
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
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
13 additional
variables
Balances ($0.00)
No balances found for "ERC1155Upgradable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC1155Upgradable"
ABI
ABI objects
Getter at block 21204659
byPassable() view returns (bool)
false
isClaimable() view returns (bool)
false
isOverloadSerial() view returns (bool)
false
isSerialized() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
streamAddress() view returns (address)
0x0000000000000000000000000000000000000000
version() pure returns (uint256)
15
Read-only
balanceOf(address account, uint256 tokenId) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
byPassableFunction(address, bytes4) view returns (bool)
getAllRegisteredContractsOfType(uint256 _type) view returns (address[])
getFirstSerialByOwner(address _owner, uint256 tokenId) view returns (uint256)
getOwnerOfSerial(uint256 serialNumber) view returns (address)
getSerial(uint256 tokenId, uint256 index) view returns (uint256)
getSerialByOwnerAtIndex(address _owner, uint256 tokenId, uint256 index) view returns (uint256)
getTokenIdForSerialNumber(uint256 serialNumber) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isRegistered(address _contract, uint256 _type) view returns (bool)
registeredContracts(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events addBypassRule(address who, bytes4 functionSig, uint256 id)
burn(address _from, uint256 _tokenId, uint256 _amount)
changeName(string _name, string _symbol)
initialize()
migrationMint(uint256 serialNumber, address account, uint256 tokenId)
migrationMintMany(uint256[] serialNumber, address[] account, uint256[] tokenId)
mint(address _to, uint256 _tokenId, uint256 _amount)
mintBatch(address[] to, uint256[] ids, uint256[] amounts, bytes[] serialNumbers)
mintWithSerial(address _to, uint256 _tokenId, uint256 _amount, bytes serialNumber)
registerContract(address _contract, uint256 _type)
removeBypassRule(address who, bytes4 functionSig, uint256 id)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeBatchTransferIdFrom(address from, address[] tos, uint256 id, uint256 amount, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes)
setApprovalForAll(address operator, bool approved)
setTokenRoyalty(uint256 tokenId, address recipient, uint256 value)
setURI(string newuri)
toggleBypassability()
toggleClaimable()
toggleOverloadSerial()
toggleSerialization()
transferOwnership(address newOwner)
unregisterContract(address _contract, uint256 index)
upgradeFrom(address oldContract)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSerial(address indexed from, address indexed to, uint256 serial)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)