MittariaWtg

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb2cd0049 at 18988898
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
13 additional variables

No balances found for "MittariaWtg"

No transactions found for "MittariaWtg"


Functions
Getter at block 20854172
MAX_SUPPLY(view returns (uint256)
0
backupURI(view returns (string)
baseURI(view returns (string)
enableBackupURI(view returns (bool)
false
enableHtmlURI(view returns (bool)
false
enableTokenURI(view returns (bool)
false
htmlURI(view returns (string)
isCompoundable(pure returns (bool)
true
isOperatorFilterRegistryRevoked(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
preRevealedURI(view returns (string)
revealed(view returns (bool)
false
symbol(view returns (string)
tokenInited(view returns (bool)
false
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
verifier(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
executors(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getHeadOf(address tailAddressuint256 tailIdview returns (uint256)
getPhaseInfo(uint256 _phaseIdview returns (struct MittariaWtgConfigs configsuint16 versionuint256 totalMinted)
getTailAddressByIndex(uint256 headIduint256 indexview returns (address)
getTailPerAddressByIndex(uint256 headIdaddress tailAddressuint256 indexview returns (uint256)
getTailsAddresses(uint256 headIdview returns (address[])
getTailsPerAddressOf(uint256 headIdaddress tailAddressview returns (uint256[])
getTokenMintedByAccount(uint256 _phaseIdaddress _accountview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isContract(address addrview returns (bool)
isController(addressview returns (bool)
onERC721Received(addressaddressuint256bytespure returns (bytes4)
ownerOf(uint256 tokenIdview returns (address)
phases(uint256view returns (struct MittariaWtgConfigs configsuint16 versionuint256 totalMinted)
supportsInterface(bytes4 interfaceIdview returns (bool)
token2URI(uint256view returns (string)
tokenURI(uint256 _tokenIdview returns (string)
topOwnerOf(uint256 tokenIdview returns (address topOwner)
totalTailAddressesOf(uint256 headIdview returns (uint256)
totalTailsPerAddressOf(uint256 headIdaddress tailAddressview returns (uint256)
State-modifying
adminMintTo(address _touint256 _amount
approve(address operatoruint256 tokenId
burnToken(uint256 tokenId
createMintingPhase(struct MittariaWtgConfigs _configs
initTokens(
initialize(
mint(uint256 _phaseIduint16 _amountuint256 _maxAmountbytes _signaturepayable 
mintTo(address _touint256 _amountpayable 
renounceOwnership(
revokeOperatorFilterRegistry(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBackupURI(string _uri
setBaseURI(string _uri
setExecutor(address[] _executorsbool _status
setHtmlURI(string _uri
setName(string _name
setPreRevealedURI(string _uri
setSymbol(string _symbol
setTokensURI(uint16[] _tokenIdsstring[] _uris
setTotalSupply(uint256 _maxSupply
setVerifier(address _verifier
toggleBackupURI(bool _status
toggleHtmlURI(bool _status
toggleReveal(bool _status
toggleTokenURI(bool _status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMintingPhase(uint256 _phaseIdstruct MittariaWtgConfigs _configs
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Attach(address[] indexed tailAddressesuint256[] indexed tailIdsuint256[] indexed headIdsaddress tokenOwner
Detach(address[] indexed tailAddressesuint256[] indexed tailIdsuint256[] indexed headIdsaddress tokenOwner
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PhaseModified(uint256 indexed phaseIdstruct MittariaWtgConfigs configs
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyRevoked(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(