Doodle Phunks
Verified contract
Active on
Ethereum with 526 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 Phunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14657947 | 3 years ago | | | 0 | 0.0010302538 | |
| 14484906 | 3 years ago | | | 0 | 0.0020393963 | |
| 14469577 | 3 years ago | | | 0 | 0.0024110341 | |
| 14396473 | 3 years ago | | | 0 | 0.0011986115 | |
| 14375120 | 3 years ago | | | 0 | 0.00097838010 | |
| 14286147 | 3 years ago | | | 0 | 0.0021130453 | |
| 14261452 | 3 years ago | | | 0 | 0.0018544872 | |
| 14238409 | 3 years ago | | | 0 | 0.0028157946 | |
| 14214103 | 3 years ago | | | 0 | 0.0056339531 | |
| 14214093 | 3 years ago | | | 0 | 0.0096930930 |
ABI
ABI objects
Getter at block 21311779
MAX_SUPPLY() view returns (uint256)
2500
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
500
maxFreeMintPerWallet() view returns (uint256)
10
name() view returns (string)
Doodle Phunks
owner() view returns (address)
0x7554172d1de87417dead6ff30e91dd4b8cfb6260
price() view returns (uint256)
26900000000000000
symbol() view returns (string)
DPHUNKS
totalSupply() view returns (uint256)
513
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)
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.