The Underworld
Verified contract
Active on
Ethereum with 1,076 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Underworld "
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245087 | an hour ago | | | 0 | 0.00082131451 | |
| 21239812 | 19 hours ago | | | 0 | 0.00074405798 | |
| 21236759 | a day ago | | | 0 | 0.0016511028 | |
| 21233174 | 2 days ago | | | 0 | 0.00045850921 | |
| 21231633 | 2 days ago | | | 0 | 0.00068636269 | |
| 21231265 | 2 days ago | | | 0 | 0.00074622289 | |
| 21227544 | 3 days ago | | | 0 | 0.00033663053 | |
| 21225775 | 3 days ago | | | 0 | 0.00041674637 | |
| 21224780 | 3 days ago | | | 0 | 0.00086835600 | |
| 21224164 | 3 days ago | | | 0 | 0.00082462055 |
ABI
ABI objects
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 owner) view returns (uint256)
claimedTokens(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isOperatorAllowed(address _contract) view returns (bool)
numberMinted(address owner) view returns (uint256)
operatorBlocklist(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(address _to, uint256 quantity, uint256[] snappySquealTokenIds) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _newContractURI)
toggleMinting()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateMaxSupply(uint256 newMaxSupply)
updateOperatorBlocklist(address _contract, bool _blocked)
updatePrice(uint256 newPrice)
updateRoyaltiesPercentage(uint256 _royaltiesPercentage)
updateRoyaltiesRecipient(address _royaltiesRecipient)
updateSnappySquealContract(address _newSnappySquealContract)
updateTreasuryAddress(address _treasury)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _treasury, address _royaltiesRecipient, address _snappySquealContract)
This contract contains no fallback and receive objects.
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()