ValhallaDNA
Verified contract
Active on
Ethereum with 19,845 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 "ValhallaDNA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16285521 | 2 years ago | | | 0 | 0.00070233285 | |
| 16285507 | 2 years ago | | | 0 | 0.0027379140 | |
| 16285507 | 2 years ago | | | 0 | 0.0013629705 | |
| 16285504 | 2 years ago | | | 0 | 0.0011831726 | |
| 16285502 | 2 years ago | | | 0 | 0.0032017161 | |
| 16285501 | 2 years ago | | | 0 | 0.0011911974 | |
| 16285500 | 2 years ago | | | 0 | 0.0027203188 | |
| 16285500 | 2 years ago | | | 0 | 0.0012922403 | |
| 16285498 | 2 years ago | | | 0 | 0.0019436782 | |
| 16285496 | 2 years ago | | | 0 | 0.0023604593 |
ABI
ABI objects
Getter at block 21213922
AUCTION_PROVENANCE_HASH() view returns (string)
eb8c88969a4b776d757de962a194f5b4ffaaadb991ecfbb24d806c7bc6397d30
DNA_TRANSLATOR_CODE_HASH() view returns (string)
QmbFBwrDdSSd7VxsSGxhyPAASMuJJBqY5n8RY6LkUg1smx
MINT_PROVENANCE_HASH() view returns (string)
037226b21636376001dbfd22f52d1dd72845efa9613baf51a6a011ac731b2327
NUM_BOOSTS() view returns (uint256)
3
TOKEN_CONTRACT() view returns (address)
0x231d3559aa848bf10366fb9868590f01d34bf240
boostingActive() view returns (bool)
false
dnaInjectionLocked() view returns (bool)
false
dnaInjectorAddress() view returns (address)
0x0b2d677687c9d9f44e5bfe232bdf3ecb515df8ca
owner() view returns (address)
0xff59b4b3d52728f78020414c720164a17c08f499
rerollActive() view returns (bool)
false
utilityAddress() view returns (address)
0xd1b68763c7170b963ac6ca6b1c2ea25796a18a17
utilityTokenId() view returns (uint256)
1
Read-only
activeBooster(uint256) view returns (uint256)
getTokenDna(uint256 tokenId) view returns (uint256)
State-modifying
Events boost(uint256 tokenId, uint256 boosterIdx)
injectDna(uint256[] dna, uint256[] tokenIds)
lockDnaInjection()
renounceOwnership()
reroll(uint256 tokenId, uint256 rerollTraitId)
setBoostingActive(bool active)
setDnaInjector(address dnaInjector)
setRerollActive(bool active)
setRerollToken(address token, uint256 tokenId)
transferOwnership(address newOwner)
Boost(uint256 indexed tokenId, uint256 boosterId, uint256 tokenDna)
Bought(uint256 indexed tokenId, uint256 indexed traitId, uint256 tokenDna, uint256 boosterVal)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address tokenAddress)
This contract contains no fallback and receive objects.
BoostingInactive()
CallerNotOwner()
DnaLocked()
InvalidBoostIdx()
NoBoosterAtIdx()
NotDnaInjector()
NotEOA()
NotTokenOwner()
OwnerNotZero()
RerollInactive()
TraitNotOnToken()
TraitNotRerollable()