A Pile Of Snow

Verified contract

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

No balances found for "A Pile Of Snow"

0x02c8f652d5a3e3a28638d8a894fa2ead1f92dfdae25e7b859d5aa6ab08f6e83a
0xc569ee5c45467e59138d0ff049c91bb2238fd822e7574146c4fafae15d500551
0xcd0465c02c51fa27ade7a445e199354c96458ff7f4cdc9b01d39ace153afd754
0x5a919efa4bb3ed7383b2a8d63ea80b3da42358f059470365372c3e8c27e8cc55
0x8de47f6d49a6dfebd44d56babc173951c08cedee51f772c0ea31b29fdc6b9c6c
0x1d0fafe19e6672dc71091aef07e6cc1a5c23f8bcb6b571358517e555df8a62a0
0xe074d6b119e54ac849c9da4da81053c7b954367c71261b56fee92096a7fc5018
0xc6a903aa30d6c229c8f7312a860fecb22eb53e1900ba76b523dcd75629989f6b
0x5dee95dcc47cb5e0a11605584a87e1206dc96b9fefbe2738fed202dfeb314a5e
0x615d24d4427edcf04e39f9cb6c034e40cd88f8161a886491dda9dc50592df6ee

Functions
Getter at block 21185838
maxPerWallet(view returns (uint256)
2
maxSupply(view returns (uint256)
3333
merkleRoot(view returns (bytes32)
0xd7977f8fddbfe9a3641074cb49faf3b2613a8931df3c67eeb43173254061f628
mintOpen(view returns (bool)
true
mintedBySender(view returns (uint256)
0
name(view returns (string)
A Pile Of Snow
owner(view returns (address)
0xec4290d7ebc99a3b5ce68f1beceeb69313a71c74
symbol(view returns (string)
APileOfSnow
totalBurned(view returns (uint256)
15
totalSupply(view returns (uint256)
3318
wlMintOpen(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
burnedByOwner(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
melt(uint256 tokenId
mint(uint256 qtypayable 
mintAdmin(address touint256 qty
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setMerkleRoot(bytes32 _root
toggleMint(
toggleWhitelistMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 qtybytes32[] proofpayable 
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(