UnitLondon1155V2

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x56b79ca6 at 17323500
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "UnitLondon1155V2"

No transactions found for "UnitLondon1155V2"


Functions
Getter at block 21273791
admin(view returns (address)
0x0000000000000000000000000000000000000000
 
contractURI(view returns (string)
initialized(view returns (bool)
false
marketplace(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
Read-only
_uri(uint256view returns (string)
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
isApprovedForAll(addressaddressview returns (bool)
royaltyInfo(uint256 tokenIduint256 valueview returns (addressuint256)
supportsInterface(bytes4pure returns (bool supported)
totalSupply(uint256view returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
initialize(string _namestring _symbol
mint(uint256 tokenIduint256 amountaddress user
royaltiesReceived(address _recipientaddress _buyeruint256 amount
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 tokenIduint256 amountbytes data
setApprovalForAll(address operatorbool approved
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltiesReceivedEvent(address arg0address arg1uint256 arg2
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator