The Doggos Artdrops
Verified contract
Active on
Ethereum with 62 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 22223 additional slots
-
variable spans 99 additional slots
Balances ($0.00)
No balances found for "The Doggos Artdrops"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14124013 | 3 years ago | | | 0 | 0.0058736129 | |
| 13980785 | 3 years ago | | | 0 | 0.013510881 | |
| 13634409 | 3 years ago | | | 0 | 0.024287216 | |
| 13614339 | 3 years ago | | | 0 | 0.022454299 | |
| 13611795 | 3 years ago | | | 0 | 0.0051094606 | |
| 13611795 | 3 years ago | | | 0 | 0.0051094606 | |
| 13611792 | 3 years ago | | | 0 | 0.0091942810 | |
| 13611236 | 3 years ago | | | 0 | 0.0093406412 | |
| 13610288 | 3 years ago | | | 0 | 0.013406697 | |
| 13562152 | 3 years ago | | | 0 | 0.0094988132 |
ABI
ABI objects
Getter at block 21230246
MINT_PRICE() view returns (uint256)
700000000000000000
checkClaimableQty() view returns (uint256)
0
dropSeries() view returns (uint256)
2
getPrice() view returns (uint256)
700000000000000000
hasClaimStarted() view returns (bool)
true
hasSaleStarted() view returns (bool)
false
name() view returns (string)
The Doggos Artdrops
owner() view returns (address)
0xc2102c19d9da24b43cce881439a444bc55ce84ba
symbol() view returns (string)
TDA
totalSupply() view returns (uint256)
122
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
doggoTokenStatus(uint256 tokenId) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
seriesSupply(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events claimDrop(uint256 numofDoggos)
flipClaim()
flipSale()
giveaways(address to, uint256 numofDoggos)
giveawaysToMany(address[] recipients)
mintDrops(uint256 numofDoggos) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setDropSeries(uint256 id)
setPrice(uint256 newPrice)
setURI(string newURI)
transferOwnership(address newOwner)
withdrawAll() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.