Warriors of the Hollow Frost

Verified contract

Active on Ethereum with 9,308 txns
Deployed by via 0xde2e7b1f at 15093301
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional variables
Native
Value $183.6
0x2377d48a0d87375d38d896b47cb8d55213f6e0a45e9a3b7086c471b9a780afe1
0xbe8318e8e8d5caf31fa64b6597ddfb211a8bb4858435f223a1e97837af8f03b1
0x668218595f8fbd254cdd30894293e95891a57f7aad2ec080116819fc85b14a4e
0xa5b03c7d0420df60d3cbb9d225059d5820e0b91c1b575d669ed56505a596c35f
0x506ee83f575977e8bd5af3603516622d932f04481a080a1eab52fd201308d8ac
0x15544be4be4284bbfe29602d09824aa6ff08b86fd46215a9cc3eafc8c4edf3a7
0xc50412b218f5d5ba2dd906ffdf0f86dfb39b1bcb0cc8750109543c682f777c19
0xf960b213485dcdc6a177cd8b7451186aebe391a7fee022c8c67c9fddb10621aa
0xdd93e0234406a801f9d7fb80ea1b034c6e203d1228c9f45e056dfc4de5919cb9
0xebcf05c83dd56e8f77f3480af3d5572d79baae957b8f9a22114ad7a56150a798

Functions
Getter at block 20928861
PAID_MINT_IS_ACTIVE(view returns (bool)
true
PAID_MINT_PRICE(view returns (uint256)
6000000000000000
PAID_MINT_TX_LIMIT(view returns (uint16)
10
baseURI(view returns (string)
https://wothf-nft.s3.us-west-1.amazonaws.com/metadata/
burnContractAddress(view returns (address)
0x0000000000000000000000000000000000000000
freeMintAllocation(view returns (uint16)
5214
freeMintIsActive(view returns (bool)
true
freeMintWalletLimit(view returns (uint16)
1
maxSupply(view returns (uint16)
8888
name(view returns (string)
Warriors of the Hollow Frost
owner(view returns (address)
0x3a7c5da808096a79bb0b33c0655c32c02ed3dee0
paidMintIsActive(view returns (bool)
true
paidMintPrice(view returns (uint256)
6000000000000000
paidMintTxLimit(view returns (uint16)
10
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed(view returns (bool)
true
symbol(view returns (string)
WOTHF
tokensRemaining(view returns (uint256)
0
totalReleased(view returns (uint256)
31696000000000000008
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
8888
unrevealedURI(view returns (string)
https://wothf-nft.s3.us-west-1.amazonaws.com/unrevealed.json
Read-only
balanceOf(address ownerview returns (uint256)
freeMintCount(addressview returns (uint16)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airDrop(address _touint16 _quantity
approve(address touint256 tokenId
freeMint(uint16 _quantitypayable 
paidMint(uint16 _quantitypayable 
reduceMaxSupply(uint16 _maxSupply
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setFreeMintAllocation(uint16 _freeMintAllocation
setFreeMintIsActive(bool _freeMintIsActive
setFreeMintWalletLimit(uint16 _freeMintWalletLimit
setPaidMintIsActive(bool _paidMintIsActive
setPaidMintPrice(uint256 _paidMintPrice
setPaidMintTxLimit(uint16 _paidMintTxLimit
setProxyRegistryAddress(address _proxyRegistryAddress
setRevealed(bool _revealed
setUnrevealedURI(string __unrevealedURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseURIstring _unrevealedURIaddress _proxyRegistryAddress
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(