Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "UNDRWRLD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18905336 | a year ago | | | 0 | 0.00058006161 | |
| 18083076 | a year ago | | | 0 | 0.00050547976 | |
| 17515930 | a year ago | | | 0 | 0.0012388985 | |
| 17515907 | a year ago | | | 0 | 0.0011385688 | |
| 17092036 | 2 years ago | | | 0 | 0.0012462146 | |
| 16857859 | 2 years ago | | | 0 | 0.00082834222 | |
| 16678638 | 2 years ago | | | 0 | 0.0016758694 | |
| 16665889 | 2 years ago | | | 0 | 0.00096027552 | |
| 16662782 | 2 years ago | | | 0 | 0.0011611856 | |
| 16662759 | 2 years ago | | | 0.025 | 0.0073001965 |
ABI
ABI objects
Getter at block 21392661
allowListCost() view returns (uint256)
1000000000000000
allowListMintOpen() view returns (bool)
false
allowListSupply() view returns (uint256)
0
cost() view returns (uint256)
2500000000000000
freeCost() view returns (uint256)
0
freeSupply() view returns (uint256)
500
hiddenMetadataUri() view returns (string)
ipfs://Qmf45CJRrViCCxEXkTnte1bR2zEGmVeqXZejTnm8JrA3U1/hidden.json
maxMintAmountPerTx() view returns (uint256)
10
maxPublicMintSupply() view returns (uint256)
4500
maxSupply() view returns (uint256)
5000
name() view returns (string)
UNDRWRLD
owner() view returns (address)
0x16d5ea90ac3a98522d19d5de63628f80b7daa0d2
paused() view returns (bool)
false
publicMintOpen() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
UDW
totalSupply() view returns (uint256)
1172
uriPrefix() view returns (string)
ipfs://QmckHTM5QmYocynuJdZHU123W6TYRhpZdPtU3HVSPuzJb6/
uriSuffix() view returns (string)
.json
Read-only
allowList(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events AllowListMint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
editMintWindow(bool _publicMintOpen, bool _allowlistMintOpen)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowList(address[] addresses)
setAllowListCost(uint256 _allowListCost)
setAllowListSupply(uint256 _allowListSupply)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeCost(uint256 _freeCost)
setFreeSupply(uint256 _freeSupply)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setPublicMaxSupply(uint256 _maxPublicMintSupply)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.