Halloween Cyberpunk
Verified contract
Active on
Base with 545 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.21)
Native
Value
$0.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000056 | $3,690.20 |
$0.21 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16306287 | 5 months ago | | | 0 | 0.000000707258118288 | |
| 16146490 | 5 months ago | | | 0 | 1.4319300e-7 | |
| 16146402 | 5 months ago | | | 0 | 2.7247380e-7 | |
| 13723567 | 7 months ago | | | 0 | 0.0000011660228 | |
| 12199161 | 8 months ago | | | 0.000056 | 0.0000042235826 | |
| 12004299 | 8 months ago | | | 0 | 5.8280040e-7 | |
| 10862667 | 9 months ago | | | 0 | 0.000000000273043908 | |
| 9126416 | a year ago | | | 0.000056 | 0.000000000037000638 | |
| 9126416 | a year ago | | | 0.000056 | 0.000000006356268037 | |
| 8036736 | a year ago | | | 0 | 0.000000004332565926 |
ABI
ABI objects
Getter at block 23085888
contractURI() view returns (string)
data:application/json,{"name": "Halloween Cyberpunk", "image": "ipfs://bafybeibsau2mhn3xflfgm7laulyvlcsgxtylznuhw2tmgzuifsgikyrobi", "external_link": "https://linktr.ee/nftgate", "external_url": "https://linktr.ee/nftgate"}
maxSupply() view returns (uint256)
5000
name() view returns (string)
Halloween Cyberpunk
owner() view returns (address)
0xb10aa1be9e176910212ce84f93e066040d2b94ee
symbol() view returns (string)
HC
totalSupply() view returns (uint256)
3111
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()