IwNFTFactory
Interface for wrapper contracts creation
SupportedERC
set721Beacon
Set new beacon for ERC-721 contract
Parameters
beacon
address
New beacon address
set1155Beacon
Set new beacon for ERC-1155 contract
Parameters
beacon
address
New beacon address
create721WContract
Creates a new ERC-721 wrapper contract
Parameters
oContract
address
Original contract address
Return Values
[0]
address
Created contract address
create1155WContract
Creates a new ERC-1155 wrapper contract
Parameters
oContract
address
Original contract address
Return Values
[0]
address
Created contract address
SenderNotOperator
Triggered when transaction sender is not operator
wNFTBeaconChanged
Emitted when wrapper contract beacon changed
Parameters
newBeacon
address
New beacon address
ercType
enum IwNFTFactory.SupportedERC
ERC standard associated to beacon
wNFTCreated
Emmited when wrapper contract is created
Parameters
wContract
address
Wrapper contract address
oContract
address
Original contract address
ercType
enum IwNFTFactory.SupportedERC
ERC associated to beacon
Last updated