DOGE DASH
Verified contract
Active on
Ethereum with 4,136 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOGEDASH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21370053 | a day ago | | | 0 | 0.0011231811 | |
| 21292033 | 12 days ago | | | 0 | 0.00057714717 | |
| 21250537 | 18 days ago | | | 0 | 0.00071054644 | |
| 21224825 | 21 days ago | | | 0 | 0.00080137086 | |
| 21196844 | 25 days ago | | | 0 | 0.00072772941 | |
| 20963063 | 2 months ago | | | 0 | 0.0012479091 | |
| 20940733 | 2 months ago | | | 0 | 0.0010694150 | |
| 20904984 | 2 months ago | | | 0 | 0.00020336451 | |
| 20904977 | 2 months ago | | | 0 | 0.00053256562 | |
| 20874255 | 2 months ago | | | 0 | 0.00059809943 |
ABI
ABI objects
Getter at block 21377923
collectionSupply() view returns (uint256)
10000
giftedSupply() view returns (uint256)
100
locked() view returns (bool)
false
maxMint() view returns (uint256)
20
name() view returns (string)
DOGE DASH
owner() view returns (address)
0xd9afb0070471433919f08050a8212b710281d5cb
preSaleMaxMint() view returns (uint256)
3
preSaleSupply() view returns (uint256)
1000
presaleLive() view returns (bool)
false
price() view returns (uint256)
70000000000000000
privateAmountMinted() view returns (uint256)
1000
publicAmountMinted() view returns (uint256)
3120
publicSupply() view returns (uint256)
8900
saleLive() view returns (bool)
false
symbol() view returns (string)
DOGEDASH
totalSupply() view returns (uint256)
4120
wallet1() view returns (address)
0x7ea92fca35ac6dae33a693726779fedaa85ba96a
wallet2() view returns (address)
0xfe5d07eccb883532206224c72d36a9b9bfc8c89c
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaler(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchasedCount(address addr) view returns (uint256)
presalerList(address) view returns (bool)
presalerListPurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToPresaleList(address[] entries)
approve(address to, uint256 tokenId)
buy(uint256 tokenQuantity) payable
gift()
presaleBuy(uint256 tokenQuantity) payable
removeFromPresaleList(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
togglePresaleStatus()
toggleSaleStatus()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.