DenDekaDen Spirit Key Avatars
Verified contract
Active on
Ethereum with 10,504 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "DenDekaDen Spirit Key Avatars"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21181842 | 4 days ago | | | 0 | 0.0019000028 | |
| 21169676 | 6 days ago | | | 0 | 0.0013411239 | |
| 21163226 | 7 days ago | | | 0 | 0.00074164311 | |
| 21161536 | 7 days ago | | | 0 | 0.00096143306 | |
| 21161332 | 7 days ago | | | 0 | 0.00090178462 | |
| 21150962 | 8 days ago | | | 0 | 0.00077683267 | |
| 21142004 | 9 days ago | | | 0 | 0.00067182403 | |
| 21142000 | 9 days ago | | | 0 | 0.00062590300 | |
| 21140473 | 10 days ago | | | 0 | 0.00063853570 | |
| 21137874 | 10 days ago | | | 0 | 0.0010366540 |
ABI
ABI objects
Getter at block 21210051
characterMintsRemaining() view returns (uint256[])
[0, 0, 0, 0, 0, 0, 0]
getNumAttributes() view returns (uint256)
9
name() view returns (string)
DenDekaDen Spirit Key Avatars
owner() view returns (address)
0x1bdf03744d3e5041f123524da4119e42a5f2763c
provinanceOffset() view returns (uint256)
6684
publicMintTime() view returns (uint256)
1680620399
symbol() view returns (string)
$KEY
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
generateWhitelistLeaf(address user, uint8 allowance, uint256 eligableTimestamp) pure returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
getAttributes(uint256 tokenId) view returns (uint8 characterId, uint256[] userDefinedAttributes, address[] relicAddresses, uint256[] relicTokenIds)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
getRelics(uint256 tokenId) view returns (address[], uint256[])
getUserAttribute(uint256 tokenId, uint256 attributeId) view returns (uint256)
getUserAttributes(uint256 tokenId) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownedTokensWithCharacterIds(address addr) view returns (uint256[], uint8[])
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
userMintsRemaining(address user, uint8 allowance, uint256 eligableTimestamp, bytes32[] proof) view returns (uint256 whitelistMints)
whitelistEligability(address user, uint256 quantity, uint8 allowance, uint256 eligableTimestamp, bytes32[] proof) view returns (bool, bytes32)
State-modifying
Events airdropFollowers(address[] to, uint8[] quantities, uint8[] characterIds)
approve(address operator, uint256 tokenId) payable
equipRelicsToAddress(address[] targetOwners, uint256[] tokenIds, address[] relicAddresses, uint256[] relicTokenId)
mintFollowerPublic(address to, uint8 quantity, uint8 characterId) payable
mintFollowerPublicBatch(address to, uint8[] quantities, uint8[] characterIds) payable
mintFollowerWhitelist(uint8 quantity, uint8 characterId, uint8 allowance, uint256 eligableTimestamp, bytes32[] proof, address to) payable
mintFollowerWhitelistBatch(uint8[] quantities, uint8[] characterIds, uint8 allowance, uint256 eligableTimestamp, bytes32[] proof, address to) payable
removeRelic(address relicAddress, uint256 relicTokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setAttributeChangePrice(uint256 _attributeChangePrice)
setAttributesAndRelics(uint256 tokenId, uint256[] attributeIds, uint256[] attributeValues, address[] relicAddresses, uint256[] relicTokenIds) payable
setBaseURI(string newURI)
setBeneficiary(address _beneficiary, uint96 feeNumerator)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setNumAttributes(uint256 numAttributes)
setOperatorFilteringEnabled(bool value)
setPrice(uint256 _whitelistMintPrice, uint256 _publicMintPrice)
setProvinanceOffset()
setPublicMintTime(uint256 _time)
setWhitelistRoot(bytes32 root)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
IneligableMint()
InsufficientPayment()
InvalidAttribute()
InvalidCharacter()
InvalidPermissions()
InvalidQueryRange()
MaxBatchExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEnoughSupply()
NotTokenOwner()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()