PhantaDoodles
Verified contract
Active on
Ethereum with 2,524 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 "PhantaDoodles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21208185 | 10 days ago | | | 0 | 0.00055735867 | |
| 21051415 | a month ago | | | 0 | 0.00028706473 | |
| 20555831 | 3 months ago | | | 0 | 0.000042609170 | |
| 20226618 | 5 months ago | | | 0 | 0.00067871865 | |
| 20209432 | 5 months ago | | | 0 | 0.00011730644 | |
| 19813828 | 7 months ago | | | 0 | 0.00020251500 | |
| 19632492 | 8 months ago | | | 0 | 0.0013397951 | |
| 19349508 | 9 months ago | | | 0 | 0.0012379863 | |
| 19349506 | 9 months ago | | | 0 | 0.0023884414 | |
| 19337237 | 9 months ago | | | 0 | 0.0010084197 |
ABI
ABI objects
Getter at block 21276601
baseURI() view returns (string)
ipfs://QmYp1Ppugq3hkU5XBweKk4VYc4RCkeEBte4k84ubWJTs5E/
freeMintCount() view returns (uint256)
3560
maxPerTransaction() view returns (uint256)
20
maxPerWallet() view returns (uint256)
100
maxTotalSupply() view returns (uint256)
5000
name() view returns (string)
PhantaDoodles
owner() view returns (address)
0xaba3a2e027a8969e257bf796d3c2079ba5e48b62
price() view returns (uint256)
25000000000000000
saleAllowed() view returns (bool)
true
symbol() view returns (string)
PHD
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintsPerWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(uint256 _amount)
mint(uint256 _amount) payable
privateMint(uint256 _amount, address _receiver)
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)
setFreeMintCount(uint256 _count)
setMaxPerTransaction(uint256 _maxValue)
setMaxPerWallet(uint256 _maxValue)
setMaxTotalSupply(uint256 _maxValue)
setPrice(uint256 _price)
setSaleAllowed(bool _allowed)
setWithdrawAddress(address _newWithdrawAddress)
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(string name, string symbol, address _withdrawAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.