The Underworld

Verified contract

Active on Ethereum with 1,076 txns
Deployed by via 0xc2a5794c at 20932907
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Underworld "

0xf6284b5761e991e0934134556b08af454a28db8bccbe1b102ed4a042e314362e
0xae321a66410f09ee6d95119fc90ea2947a1edcf884f0c4022954db76bcaf7266
0x1e3c50216bda41b2436314cce5453d97645e93f8578b864b2c72f5e9aa77db90
0xf624db633c613a3ffa4b32b6a3ae2e80a4e3905b472ee9316051302cc9258f4c
0xa592cfdf57af4f0aded1f60aac09045b9646a1722844e29bdc37c89a3e2bac15
0x4983d6a3e7c9918be364cffad1b69bf6b6a6eafb7ecde0ca0b917c22c255cf14
0x824b0bef1d0e8bcc76a8e8668bed5ab3175d8671d898eb7237952a302d1b3067
0x2029ed592465d50ec73b4d5cf0bc34e865ae5c94446cdc636a350fa73d6aa2da
0x84a17d66523e143596f01a5efc1721f0dde1f85b93b965169198956091b45ba9
0x0c54a216815ae359bffd14616bb4fb3d5c27a72493db5dfc42e17a95d2003341

Functions
Getter at block 21245512
baseURI(view returns (string)
https://bafybeie3ghe7dz4ssmkvl6g2fla4fwheperhnqimdn2zbktivxceedqrim.ipfs.w3s.link/
contractURI(view returns (string)
maxSupply(view returns (uint256)
2222
mintingEnabled(view returns (bool)
true
name(view returns (string)
The Underworld
owner(view returns (address)
0xafb5cc55c672c123d5803a2352382d33aca65b95
price(view returns (uint256)
6900000000000000
royaltiesPercentage(view returns (uint256)
10
royaltiesRecipient(view returns (address)
0xafb5cc55c672c123d5803a2352382d33aca65b95
snappySquealContract(view returns (address)
0x918ec957bc671da714ac80cf92c8ddefac9f5225
symbol(view returns (string)
UNDERWORLD
totalSupply(view returns (uint256 result)
2222
treasury(view returns (address)
0xafb5cc55c672c123d5803a2352382d33aca65b95
Read-only
balanceOf(address ownerview returns (uint256)
claimedTokens(uint256view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isOperatorAllowed(address _contractview returns (bool)
numberMinted(address ownerview returns (uint256)
operatorBlocklist(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(address _touint256 quantityuint256[] snappySquealTokenIdspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setContractURI(string _newContractURI
toggleMinting(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateMaxSupply(uint256 newMaxSupply
updateOperatorBlocklist(address _contractbool _blocked
updatePrice(uint256 newPrice
updateRoyaltiesPercentage(uint256 _royaltiesPercentage
updateRoyaltiesRecipient(address _royaltiesRecipient
updateSnappySquealContract(address _newSnappySquealContract
updateTreasuryAddress(address _treasury
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _treasuryaddress _royaltiesRecipientaddress _snappySquealContract
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TokenIdsNotStrictlyAscending(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(