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 "VALHALLA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16633822 | 2 years ago | | | 0 | 0.0010933691 | |
| 16087166 | 2 years ago | | | 0 | 0.0011522024 | |
| 15787340 | 2 years ago | | | 0 | 0.00088202277 | |
| 15786887 | 2 years ago | | | 0 | 0.00090726675 | |
| 15657981 | 2 years ago | | | 0 | 0.00024876373 | |
| 15599806 | 2 years ago | | | 0 | 0.00029342591 | |
| 15599763 | 2 years ago | | | 0 | 0.00064930187 | |
| 15599746 | 2 years ago | | | 0 | 0.00046326800 | |
| 15599681 | 2 years ago | | | 0 | 0.00061648142 | |
| 15599122 | 2 years ago | | | 0 | 0.00043402254 |
ABI
ABI objects
Getter at block 21284112
_baseTokenEXT() view returns (string)
_baseTokenURI() view returns (string)
maxMint() view returns (uint256)
5
maxSupply() view returns (uint256)
2269
name() view returns (string)
VALHALLA
notRevealedUri() view returns (string)
ipfs://QmNwR3hk3rDeto9m8WRzcrde1HCGzWwDP9piCzzVuqNe3m/
owner() view returns (address)
0x731dd15d107445ed662d4ee2f367a6ae68bcbc81
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
VALHALLA
totalSupply() view returns (uint256)
1436
Read-only
_totalMinted(address) view returns (uint256)
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) payable
changeURLParams(string _nURL, string _nBaseExt)
mint(uint256 _mintAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setNotRevealedURI(string _notRevealedURI)
tooglePause()
toogleReveal()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawMoney()
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()