Doodle Dogs
Verified contract
Active on
Ethereum with 7,258 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 "Doodle Dogs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238073 | 7 days ago | | | 0 | 0.00085568724 | |
| 21208052 | 11 days ago | | | 0 | 0.00052201865 | |
| 21061537 | a month ago | | | 0 | 0.00035331981 | |
| 21033582 | a month ago | | | 0 | 0.00040652163 | |
| 20994659 | a month ago | | | 0 | 0.00062228872 | |
| 20987531 | a month ago | | | 0 | 0.00076254692 | |
| 20661623 | 3 months ago | | | 0 | 0.00014607364 | |
| 20545220 | 3 months ago | | | 0 | 0.000036646556 | |
| 20544357 | 3 months ago | | | 0 | 0.000047482166 | |
| 20453658 | 4 months ago | | | 0 | 0.000025293614 |
ABI
ABI objects
Getter at block 21288789
doodleDogsMinted() view returns (uint256)
10000
mintEnabled() view returns (bool)
true
name() view returns (string)
Doodle Dogs
owner() view returns (address)
0xfa87967109087c68f37837f2d22c3b551716e833
symbol() view returns (string)
DOODLEDOGS
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 approve(address to, uint256 tokenId)
devMint(uint256 _amount, address _who)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintEnabled(bool _val)
setPrice(uint256 _newPrice)
setWithdrawAddress(address _address)
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)
FundsWithdrawn(uint256 indexed _amount)
Minted(address indexed _who, uint256 indexed _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _withdrawAddress, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.