Pixel Valhalla
Verified contract
Active on
Ethereum with 143 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 "Pixel Valhalla"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16035003 | 2 years ago | | | 0 | 0.00057828034 | |
| 16034999 | 2 years ago | | | 0.001 | 0.0010901005 | |
| 16034996 | 2 years ago | | | 0.006 | 0.0013392768 | |
| 16034996 | 2 years ago | | | 0.008 | 0.0014094130 | |
| 16034988 | 2 years ago | | | 0.008 | 0.0014309977 | |
| 16034987 | 2 years ago | | | 0.006 | 0.0013632992 | |
| 16034987 | 2 years ago | | | 0.008 | 0.0014346935 | |
| 16034987 | 2 years ago | | | 0.009 | 0.0014703906 | |
| 16034986 | 2 years ago | | | 0.007 | 0.0013933314 | |
| 16034982 | 2 years ago | | | 0.005 | 0.0013133957 |
ABI
ABI objects
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 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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string customBaseURI_)
setMaxMintPerTx(uint256 maxMintPerTx)
setPrice(uint256 customPrice)
setSaleActive(bool saleIsActive)
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(uint256 price, uint256 maxSupply, string baseUri, uint256 maxMintPerTx, bool isSaleActive)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()