HalloweenCreatures
Verified contract
Active on
Ethereum with 1,655 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 "HalloweenCreatures"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20067571 | 5 months ago | | | 0 | 0.00035299308 | |
| 20067539 | 5 months ago | | | 0 | 0.00034959302 | |
| 19020230 | 10 months ago | | | 0 | 0.0014593146 | |
| 18896017 | a year ago | | | 0 | 0.00059631345 | |
| 18747734 | a year ago | | | 0 | 0.0016246397 | |
| 18651096 | a year ago | | | 0 | 0.0011043845 | |
| 18316399 | a year ago | | | 0 | 0.00025346119 | |
| 17307804 | 2 years ago | | | 0 | 0.0018230129 | |
| 17307803 | 2 years ago | | | 0 | 0.0018818789 | |
| 17186692 | 2 years ago | | | 0 | 0.0014641011 |
ABI
ABI objects
Getter at block 21254967
MAX_PRESALE_SUPPLY() view returns (uint256)
3333
MAX_TEAM_SUPPLY() view returns (uint256)
516
TOTAL_SUPPLY() view returns (uint256)
9696
_maxBatch() view returns (uint256)
5
_maxMintsPerWallet() view returns (uint256)
100000000000000000000
_pricePerMint() view returns (uint256)
33300000000000000
_startFreeSale() view returns (bool)
false
_startPublic() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmabsANuU31pUosMyFRYsp4VUgzkTskveGDeCdCjYCfV1a/
currentSupply() view returns (uint256)
3865
name() view returns (string)
HalloweenCreatures
owner() view returns (address)
0xd0934736a6b53f8fe42ee3d28d79ae2b29396536
paused() view returns (bool)
false
symbol() view returns (string)
HCreatures
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)
mintFree(uint256 times)
mintPublic(uint256 times) payable
pause()
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)
setMaxBatch(uint256 maxBatch)
setMaxMintsPerWallet(uint256 maxMints)
setPrice(uint256 price)
setSales(bool freeSale, bool publicSale)
setTokenURI(uint256 _tokenId, string _tokenURI)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
AddToWhitelist(uint256 numberAdded)
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)
Paused(address account)
RemoveFromWhitelist(uint256 numberRemoved)
TeamMint(address ownerAddress, uint256 amountMinted)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.