ERC165
function
supportsInterface
view
Inputs
Parameter | Type | Description |
---|---|---|
interfaceId | bytes4 |
Outputs
Type | Description |
---|---|
bool |
constructor
ExtensionAsset
nonpayable
Inputs
(void)
Outputs
(void)
ERC721
function
safeTransferFrom
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
from | address | |
to | address | |
tokenId | uint256 | |
_data | bytes |
Outputs
(void)
function
safeTransferFrom
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
from | address | |
to | address | |
tokenId | uint256 |
Outputs
(void)
function
isApprovedForAll
view
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
operator | address |
Outputs
Type | Description |
---|---|
bool |
function
balanceOf
view
Inputs
Parameter | Type | Description |
---|---|---|
owner | address |
Outputs
Type | Description |
---|---|
uint256 |
function
ownerOf
view
Inputs
Parameter | Type | Description |
---|---|---|
tokenId | uint256 |
Outputs
Type | Description |
---|---|
address |
function
getApproved
view
Inputs
Parameter | Type | Description |
---|---|---|
tokenId | uint256 |
Outputs
Type | Description |
---|---|
address |
ERC721Enumerable
function
tokenByIndex
view
Inputs
Parameter | Type | Description |
---|---|---|
index | uint256 |
Outputs
Type | Description |
---|---|
uint256 |
function
tokenOfOwnerByIndex
view
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
index | uint256 |
Outputs
Type | Description |
---|---|
uint256 |
function
totalSupply
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint256 |
ERC721Metadata
function
symbol
view
Inputs
(void)
Outputs
Type | Description |
---|---|
string |
function
name
view
Inputs
(void)
Outputs
Type | Description |
---|---|
string |
ERC721Mintable
function
finishMinting
nonpayable
Restricted (onlyMinter, onlyBeforeMintingFinished)
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
function
mintWithTokenURI
nonpayable
Restricted (onlyMinter, onlyBeforeMintingFinished)
Inputs
Parameter | Type | Description |
---|---|---|
to | address | |
tokenId | uint256 | |
tokenURI | string |
Outputs
Type | Description |
---|---|
bool |
function
mint
nonpayable
Restricted (onlyMinter, onlyBeforeMintingFinished)
Inputs
Parameter | Type | Description |
---|---|---|
to | address | |
tokenId | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
mintingFinished
view
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
event
MintingFinished
Inputs
(void)
Outputs
(void)
ERC721Pausable
function
setApprovalForAll
nonpayable
Restricted (whenNotPaused)
Inputs
Parameter | Type | Description |
---|---|---|
to | address | |
approved | bool |
Outputs
(void)
function
transferFrom
nonpayable
Restricted (whenNotPaused)
Inputs
Parameter | Type | Description |
---|---|---|
from | address | |
to | address | |
tokenId | uint256 |
Outputs
(void)
function
approve
nonpayable
Restricted (whenNotPaused)
Inputs
Parameter | Type | Description |
---|---|---|
to | address | |
tokenId | uint256 |
Outputs
(void)
ExtensionAsset
function
mintExtensionAsset
nonpayable
Restricted (onlyMinter)
Inputs
Parameter | Type | Description |
---|---|---|
_owner | address | |
_tokenId | uint256 |
Outputs
(void)
function
setTokenURIPrefix
nonpayable
Restricted (onlyMinter)
Inputs
Parameter | Type | Description |
---|---|---|
_tokenURIPrefix | string |
Outputs
(void)
function
setSupplyLimit
nonpayable
Restricted (onlyMinter)
Inputs
Parameter | Type | Description |
---|---|---|
_extensionType | uint16 | |
_supplyLimit | uint16 |
Outputs
(void)
function
tokenURI
view
Inputs
Parameter | Type | Description |
---|---|---|
tokenId | uint256 |
Outputs
Type | Description |
---|---|
string |
function
isAlreadyMinted
view
Inputs
Parameter | Type | Description |
---|---|---|
_tokenId | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
getSupplyLimit
view
Inputs
Parameter | Type | Description |
---|---|---|
_extensionType | uint16 |
Outputs
Type | Description |
---|---|
uint16 |
IERC721
event
ApprovalForAll
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
operator | address | |
approved | bool |
Outputs
(void)
event
Approval
Inputs
Parameter | Type | Description |
---|---|---|
owner | address | |
approved | address | |
tokenId | uint256 |
Outputs
(void)
event
Transfer
Inputs
Parameter | Type | Description |
---|---|---|
from | address | |
to | address | |
tokenId | uint256 |
Outputs
(void)
MinterRole
function
addMinter
nonpayable
Restricted (onlyMinter)
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
(void)
function
renounceMinter
nonpayable
Inputs
(void)
Outputs
(void)
function
isMinter
view
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
Type | Description |
---|---|
bool |
event
MinterRemoved
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
(void)
event
MinterAdded
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
(void)
Pausable
function
pause
nonpayable
Restricted (onlyPauser, whenNotPaused)
Inputs
(void)
Outputs
(void)
function
unpause
nonpayable
Restricted (onlyPauser, whenPaused)
Inputs
(void)
Outputs
(void)
function
paused
view
Inputs
(void)
Outputs
Type | Description |
---|---|
bool |
event
Unpaused
Inputs
(void)
Outputs
(void)
event
Paused
Inputs
(void)
Outputs
(void)
PauserRole
function
addPauser
nonpayable
Restricted (onlyPauser)
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
(void)
function
renouncePauser
nonpayable
Inputs
(void)
Outputs
(void)
function
isPauser
view
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
Type | Description |
---|---|
bool |
event
PauserRemoved
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
(void)
event
PauserAdded
Inputs
Parameter | Type | Description |
---|---|---|
account | address |
Outputs
(void)
function
EXTENSION_TYPE_OFFSET
view
Inputs
(void)
Outputs
Type | Description |
---|---|
uint16 |
function
tokenURIPrefix
view
Inputs
(void)
Outputs
Type | Description |
---|---|
string |