Pumpkinheads
Verified contract
Active on
Ethereum with 5,132 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 "Pumpkinheads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146840 | 16 days ago | | | 0 | 0.00046133272 | |
| 21018130 | a month ago | | | 0 | 0.00054194384 | |
| 19939520 | 6 months ago | | | 0 | 0.00017713660 | |
| 19939516 | 6 months ago | | | 0 | 0.00024865850 | |
| 19744504 | 7 months ago | | | 0 | 0.00025095639 | |
| 19735273 | 7 months ago | | | 0 | 0.00029570230 | |
| 19614372 | 8 months ago | | | 0 | 0.0015872996 | |
| 19614371 | 8 months ago | | | 0 | 0.0013447713 | |
| 19614364 | 8 months ago | | | 0 | 0.0014716431 | |
| 19593869 | 8 months ago | | | 0 | 0.0010626762 |
ABI
ABI objects
Getter at block 21263238
PUMPKIN_PROVENANCE() view returns (string)
903943d916f82783e4d544b54487a79ae59d33177eadf43f1c01721b0d1a8fa7
REVEAL_TIMESTAMP() view returns (uint256)
1635184800
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmcTrMfocMJjYzP3pAQETzT9LhpqEYSfMvYwB9ZKCL9g58/
givenAwayPumpkins() view returns (uint256)
115
isMintActive() view returns (bool)
false
mintPrice() view returns (uint256)
35000000000000000
mintedPumpkins() view returns (uint256)
5385
name() view returns (string)
Pumpkinheads
owner() view returns (address)
0x46eae61cd25081e2b8aa8202831d1216e9ef4e15
presaleStartAt() view returns (uint256)
1634997600
startingIndex() view returns (uint256)
4891
startingIndexBlock() view returns (uint256)
13481946
symbol() view returns (string)
PH
totalSupply() view returns (uint256)
5500
Read-only
_usedCoupons(string) view returns (bool)
balanceOf(address owner) view returns (uint256)
exists(uint256 id) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMessageHash(string _code, string _method) pure returns (bytes32)
getMessageHashWithAddress(string _code, string _method, address user) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidFreeMintSignature(string _couponCode, address _user, bytes _signature) view returns (bool)
isValidSignature(string _couponCode, string _method, bytes _signature) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownsAllTokens(address _owner, uint256[] _tokenIds) view returns (bool)
pumpkinsOfOwner(address owner) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
verifySignature(bytes32 _message, bytes _signature, address _signer) pure returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(string _couponCode, bytes _signature)
giveaway(address _receiver, uint256 _numTokens)
mint(uint256 _numTokens) payable
presaleMint(string _presalePass, bytes _signature) 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 _newURI)
setIsMintActive(bool _isMintActive)
setMintPrice(uint256 _mintPrice)
setProvenanceHash(string _provenance)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(bool _isMintActive, string _newURI, uint256 _presaleStartAt, uint256 _revealTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.