A Pile Of Snow
Verified contract
Active on
Ethereum with 2,040 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 "A Pile Of Snow"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15809567 | 2 years ago | | | 0 | 0.00054731007 | |
| 15791547 | 2 years ago | | | 0 | 0.0016527308 | |
| 15783671 | 2 years ago | | | 0 | 0.0023402703 | |
| 15741759 | 2 years ago | | | 0 | 0.00061313276 | |
| 15606865 | 2 years ago | | | 0 | 0.00012872355 | |
| 15483720 | 2 years ago | | | 0 | 0.00040612984 | |
| 15479909 | 2 years ago | | | 0 | 0.00080165877 | |
| 15473909 | 2 years ago | | | 0 | 0.00020572059 | |
| 15473903 | 2 years ago | | | 0 | 0.00021362656 | |
| 15473903 | 2 years ago | | | 0 | 0.00019737872 |
ABI
ABI objects
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 owner) view returns (uint256)
burnedByOwner(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
melt(uint256 tokenId)
mint(uint256 qty) payable
mintAdmin(address to, uint256 qty)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setMerkleRoot(bytes32 _root)
toggleMint()
toggleWhitelistMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 qty, bytes32[] proof) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()