Baby Doodle Punks
Verified contract
Active on
Ethereum with 1,605 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 "Baby Doodle Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20156193 | 5 months ago | | | 0 | 0.00014073319 | |
| 20148573 | 5 months ago | | | 0 | 0.00015622631 | |
| 20148572 | 5 months ago | | | 0 | 0.00024097706 | |
| 19680027 | 8 months ago | | | 0 | 0.00036893513 | |
| 19619783 | 8 months ago | | | 0 | 0.0013696202 | |
| 18528167 | a year ago | | | 0 | 0.0025937727 | |
| 18220346 | a year ago | | | 0 | 0.00045455250 | |
| 18159212 | a year ago | | | 0 | 0.00039619119 | |
| 17977839 | a year ago | | | 0 | 0.0010146382 | |
| 17705271 | a year ago | | | 0 | 0.00086188397 |
ABI
ABI objects
Getter at block 21327770
MAX_SUPPLY() view returns (uint256)
5555
contractURI() view returns (string)
ipfs://QmQQjzTujPNAD4a5UBtd9xk5vgYQE7iEQvuZmpPmr7DMu6
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
555
maxFreeMintPerWallet() view returns (uint256)
25
name() view returns (string)
Baby Doodle Punks
owner() view returns (address)
0xc7bb3a56c1ff0c79696c82aa6aeee827eae4bebe
price() view returns (uint256)
0
symbol() view returns (string)
BDP
totalSupply() view returns (uint256)
2983
Read-only
addressToFreeMinted(address) view returns (uint256)
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)
freeMint()
mint(uint256 quantity) 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 newBaseURI)
setContractURI(string newContractURI)
setPrice(uint256 newPrice)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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.