DigiDragonzVX
Verified contract
Active on
Ethereum with 2,131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($932.99)
Native
Value
$932.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.28 | $3,332.11 |
$932.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21210163 | 5 days ago | | | 0 | 0.00024154660 | |
| 21210121 | 5 days ago | | | 0 | 0.00046800941 | |
| 21210117 | 5 days ago | | | 0 | 0.00070847069 | |
| 21209932 | 5 days ago | | | 0 | 0.00049094641 | |
| 21180923 | 9 days ago | | | 0 | 0.0036993071 | |
| 20854169 | 2 months ago | | | 0 | 0.00026278862 | |
| 20854159 | 2 months ago | | | 0 | 0.00027245232 | |
| 20137659 | 5 months ago | | | 0 | 0.00014621345 | |
| 20137411 | 5 months ago | | | 0 | 0.00015108140 | |
| 20128720 | 5 months ago | | | 0 | 0.00050445628 |
ABI
ABI objects
Getter at block 21246824
GENESIS_ONE_COUNT() view returns (uint256)
1500
PUBLIC_PRICE() view returns (uint256)
70000000000000000
PUBLIC_TOKENS_MAX() view returns (uint256)
5
SALE_COUNT() view returns (uint256)
3500
WHITELIST_PRICE() view returns (uint256)
30000000000000000
WHITELIST_TOKENS_MAX() view returns (uint256)
2
canReveal() view returns (bool)
true
name() view returns (string)
DigiDragonzVX
owner() view returns (address)
0x1f9754318066b27eacb747d5eb22777ca0ecc020
saleStatus() view returns (uint8)
0
symbol() view returns (string)
DDVX
totalSupply() view returns (uint256)
2631
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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
genesisOneRedeem(struct DigiDragonzVXNFTVoucher voucher, bytes signature)
redeem(struct DigiDragonzVXNFTVoucher voucher, bytes signature) payable
renounceOwnership()
reveal(string baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPlaceholderUri(string uri)
setSaleStatus(uint8 status)
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(string placeholderUri, address txSigner, address revenueRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.