CryptoCyberPunkz
Verified contract
Active on
Ethereum with 284 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($185.12)
Native
Value
$185.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,702.44 |
$185.12 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20574352 | 3 months ago | | | 0 | 0.000026267746 | |
| 20279932 | 5 months ago | | | 0 | 0.000087684344 | |
| 18908872 | a year ago | | | 0 | 0.00029574330 | |
| 17464208 | a year ago | | | 0 | 0.0014648192 | |
| 16817634 | 2 years ago | | | 0 | 0.00084440266 | |
| 16748910 | 2 years ago | | | 0 | 0.0017571475 | |
| 16427219 | 2 years ago | | | 0 | 0.00068235932 | |
| 16293338 | 2 years ago | | | 0 | 0.00071979938 | |
| 16293336 | 2 years ago | | | 0 | 0.0011907196 | |
| 16293331 | 2 years ago | | | 0 | 0.00073390011 |
ABI
ABI objects
Getter at block 21305420
MAX_TOKENS() view returns (uint256)
11111
minting_allowed() view returns (bool)
true
name() view returns (string)
CryptoCyberPunkz
owner() view returns (address)
0x68fdfa3e64c65d70344b9d581bc29b35809d017c
symbol() view returns (string)
CYBERPUNKZ
totalSupply() view returns (uint256)
466
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimPresale(uint256 _num_to_mint)
mintToken(uint256 _num_to_mint) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
toggleMinting()
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.
This contract contains no error objects.