Valhalla
Verified contract
Active on
Ethereum with 32,962 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Valhalla"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208991 | 2 hours ago | | | 0 | 0.00084062189 | |
| 21205702 | 13 hours ago | | | 0 | 0.00059074933 | |
| 21197993 | 2 days ago | | | 0 | 0.0012949448 | |
| 21184929 | 3 days ago | | | 0 | 0.0018541189 | |
| 21182985 | 4 days ago | | | 0 | 0.0025654081 | |
| 21181266 | 4 days ago | | | 0 | 0.0043623587 | |
| 21174750 | 5 days ago | | | 0 | 0.0017082985 | |
| 21174747 | 5 days ago | | | 0 | 0.0017057201 | |
| 21169358 | 6 days ago | | | 0 | 0.0013745025 | |
| 21162436 | 7 days ago | | | 0 | 0.0012359532 |
ABI
ABI objects
Getter at block 21209700
AUCTION_PRICE_MULTIPLIER() view returns (uint256)
1000000000
AUCTION_PROVENANCE_HASH() view returns (string)
eb8c88969a4b776d757de962a194f5b4ffaaadb991ecfbb24d806c7bc6397d30
AUCTION_SUPPLY() view returns (uint256)
1000
MAX_NUM_BIDS() view returns (uint256)
5
MAX_PUBLIC_MINT_TXN_SIZE() view returns (uint256)
5
MINT_CAP() view returns (uint256)
9000
MINT_PROVENANCE_HASH() view returns (string)
037226b21636376001dbfd22f52d1dd72845efa9613baf51a6a011ac731b2327
PRESALE_ADDRESS() view returns (address)
0x1da191b3172acc8b8c27554cf973b6168afcc5ff
TOTAL_SUPPLY() view returns (uint256)
10000
TREASURY_SUPPLY() view returns (uint256)
300
auctionParams() view returns (uint16 index, uint56 startPrice, uint56 minStackedBidIncrement, uint8 minBidIncrementPercentage, uint16 timeBuffer, uint48 startTimestamp, uint48 endTimestamp, uint8 numTokens)
(index=0, startPrice=0, minStackedBidIncrement=0, minBidIncrementPercentage=0, timeBuffer=0, startTimestamp=0, endTimestamp=0, numTokens=0)
auctioneer() view returns (address)
0x0000000000000000000000000000000000000000
dnaContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
filterRegistrant() view returns (address)
0x231d3559aa848bf10366fb9868590f01d34bf240
firstUnlockTime() view returns (uint24)
464372
getBidIndexToUpdate() view returns (uint8)
0
name() view returns (string)
Valhalla
operatorFilterRegistryAddress() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner() view returns (address)
0xff59b4b3d52728f78020414c720164a17c08f499
publicMintPrice() view returns (uint256)
0
reserveAuctionETH() view returns (uint256)
0
secondUnlockTime() view returns (uint24)
465116
signatureVersion() view returns (uint256)
0
signer() view returns (address)
0x71ee48276f83ef70e4413ccc4538b2981130efd4
symbol() view returns (string)
VAL
thirdUnlockTime() view returns (uint24)
465860
tokenUriBase() view returns (string)
https://api.joinvalhalla.com/valhalla/
totalSupply() view returns (uint256)
9000
Read-only
activeBids(uint256) view returns (address bidder, uint192 amount, uint64 bidTime)
balanceOf(address owner) view returns (uint256)
bidIndexes(uint256, address) view returns (uint8 index, bool isSet)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTierActive(string) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleDelegation(address) view returns (address)
presaleMinted(address) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
signatureUsed(bytes32) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
bid() payable
emitTokensUnlocked(uint256[] tokens)
endAuction()
mintDev(address[] mintAddresses, uint256[] mintQuantities)
mintPresale(address[] presaleUsers)
mintPublic(uint256 amount) payable
mintTier(string tier, uint256 price, uint256 version, uint256 allowedAmount, uint256 buyAmount, bytes sig) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setAuctioneer(address auctioneer_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setDnaContract(address dnaAddress)
setFilterRegistrant(address newRegistrant)
setIsTierActive(string tier, bool active)
setOperatorFilterRegistryAddress(address registryAddress)
setOverallAuctionParams(uint40 startPrice_, uint40 minStackedBidIncrement_, uint8 minBidIncrementPercentage_, uint16 timeBuffer_)
setPresaleMintAddress(address addr)
setPublicMintPrice(uint256 price)
setSignatureVersion(uint256 version)
setSigner(address signer_)
setTokenURI(string newUriBase)
setUnlockTimes(uint24 first, uint24 second, uint24 third)
startAuction(uint8 numTokens, uint48 startTime, uint48 endTime)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(address withdrawAddress, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuctionExtended(uint256 indexed index)
AuctionStarted(uint256 indexed index)
BidIncreased(uint256 indexed auctionIndex, address indexed bidder, uint256 oldValue, uint256 increment)
NewBid(uint256 indexed auctionIndex, address indexed bidder, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenLocked(uint256 indexed tokenId, uint256 unlockTimeHr)
TokenUnlocked(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address initialPresale)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
AuctionNotInitialized()
AuctionNotLive()
AuctionParamsNotInitialized()
AuctionStillLive()
BalanceQueryForZeroAddress()
BidIncrementTooLow()
CallerNotAuctioneer()
CallerNotOwner()
IncorrectMsgValue()
IncrementalPriceNotMet()
InvalidSignature()
InvalidSignatureBuyAmount()
InvalidSignatureVersion()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingNotFinished()
NotEOA()
OperatorNotAllowed()
OverDevSupplyLimit()
OverMaxBids()
OverMintLimit()
OverTokenLimit()
OwnerNotZero()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PresaleAddressAlreadyMinted()
PublicMintNotLive()
ReservePriceNotMet()
SignatureAlreadyUsed()
TierNotActive()
TokenTransferLocked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()