The Underworld

Verified contract

Active on Ethereum with 523 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
Native
Value $7,296.88
0x8ac0d62a29544df0caea9c27ec9ec1cf75f2243473fcae8ce3c2098a6a9aa5ce
0x63652dadaab699da5b8b17abcc2a23cccd53488e9067ff15b491330f3ab17d90
0x30e994ca828be74764ffcd74a9b9ada6e914d0c5718da0195977d82a26d0f4f0
0xb85806fbad02912f16584f0b49d7e726472a15ce66141bb47c7a56344651b68e
0xf887a7befcdf66da5da880468fc592e6401db7c41b9d9b00554c72ccdbea058d
0x0a3ca0cff5c311b9c9a2fe1b255d745d8b7ada5b7ff37add6a2f170ca554b487
0xf808b187246ae9ad68098647102ce5ed0839270aaae4f32ce29f5ce2e494361e
0x49204d638dcf6b669e15c2d1beb6af2fbec1742b6f7d430f93011d7ae6302769
0xfc3100bfd0e8b38b6680b43c39ab607dfcbf7882de2d507e487c4c3e7076ed4c
0x5d616a2d945c4ba54c04ca229c85b508d8f70259b8e89dedacd82ef7a7b8f64e

Functions
Getter at block 21062341
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)
1248
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(