Halloween Cyberpunk
Verified contract
Active on
Base with 1,336 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 "Halloween Cyberpunk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21419883 | a month ago | | | 0 | 1.8306303e-7 | |
| 17951408 | 4 months ago | | | 0 | 0.000000065628080335 | |
| 17471797 | 4 months ago | | | 0 | 5.6095513e-7 | |
| 16307009 | 5 months ago | | | 0 | 5.5429755e-7 | |
| 13319347 | 7 months ago | | | 0 | 0.0000013387027 | |
| 12758239 | 8 months ago | | | 0 | 1.3096620e-7 | |
| 11866049 | 8 months ago | | | 0 | 4.1483700e-7 | |
| 11808927 | 8 months ago | | | 0 | 2.7699000e-7 | |
| 11323648 | 9 months ago | | | 0 | 0.000000002226740689 | |
| 10862658 | 9 months ago | | | 0 | 0.000000000280835634 |
ABI
ABI objects
Getter at block 22752181
contractURI() view returns (string)
data:application/json,{"name": "Halloween Cyberpunk", "image": "ipfs://bafybeieagpkgrslh3rquv5cv7x6tmjryx4siw5xfw7jr7hwao4pjgbtl6u", "external_link": "https://linktr.ee/nftgate", "external_url": "https://linktr.ee/nftgate"}
name() view returns (string)
Halloween Cyberpunk
owner() view returns (address)
0xb10aa1be9e176910212ce84f93e066040d2b94ee
symbol() view returns (string)
HCP
totalSupply() view returns (uint256)
9722
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)
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)
toggleFMint()
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()
This contract contains no fallback and receive objects.
NotEnough()