This contract is being backfilled. You may encounter incomplete storage history.

Pixel Valhalla

Verified contract

Active on Ethereum with 143 txns
Deployed by via 0xd9214f5d at 16028103
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pixel Valhalla"

0xd2742484c064e3bbd7faff29f10dcdcfb4b7d4ad826d3d81673070db9afb599b
0xfcd68ffa372750d3e3998b0d58b4c56303ae6a619d88fb40272051bc118e9268
0x24763eb98eb1a46abcf831cdba7bebbe6324e15bd7acaf31da2a51f298887025
0x5601362413da5f718adfa40fa6040a7069a1dbdc0ed32414c46ecdfab8ec1d13
0x9879da6eee68a07accb67b2ae56a4359507275a7d74e65942c0b29955fb874d3
0xc8b93321ac1514ccb8efc8f639d29a7bcdaa1e9fd800d4c5d1f919279b15f558
0x932d8ddfa243898e11f4148a7f5fc30af56e2cef7f287c10fad27ecd4cdbaeb3
0x91fc7b10cce5ed46c0997dbdda6923378d6162439ca9ad485b171f500f018804
0x573578ea922f903f250f484d228d15b2d9017c278638e677139df32907a13a7f
0xdebe51d2a6d7f6edd805a350b40865fea9ed11de83cfedecc315c098e46aec23

Functions
Getter at block 21081125
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
25
MAX_SUPPLY(view returns (uint256)
5000
PRICE(view returns (uint256)
1000000000000000
name(view returns (string)
Pixel Valhalla
owner(view returns (address)
0x7ab2f70a0590b0872db9e0ec689a4d8f310b0116
symbol(view returns (string)
PVAL
totalSupply(view returns (uint256)
662
Read-only
balanceOf(address ownerview returns (uint256)
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)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 maxMintPerTxbool isSaleActive
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(