Characters (for Cyberpunks)
Verified contract
Active on
Ethereum with 436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Characters (for Cyberpunks)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15730405 | 2 years ago | | | 0 | 0.00093615817 | |
| 15636532 | 2 years ago | | | 0 | 0.00045324159 | |
| 15636514 | 2 years ago | | | 0 | 0.00046428377 | |
| 15433553 | 2 years ago | | | 0 | 0.00081738642 | |
| 15175309 | 2 years ago | | | 0 | 0.00071933179 | |
| 14692533 | 3 years ago | | | 0 | 0.0012848450 | |
| 14692533 | 3 years ago | | | 0 | 0.0012842247 | |
| 14240921 | 3 years ago | | | 0 | 0.0024249156 | |
| 14240690 | 3 years ago | | | 0 | 0.0016056865 | |
| 14238413 | 3 years ago | | | 0 | 0.0034624993 |
ABI
ABI objects
Getter at block 21312788
PUBLIC_MINT_PRICE() view returns (uint256)
15000000000000000
TOTAL_MINTS() view returns (uint256)
10000
cyberpunkAddress() view returns (address)
0x13a48f723f4ad29b6da6e7215fe53172c027d98f
gearAddress() view returns (address)
0xff796cbbe32b2150a4585a3791cadb213d0f35a3
name() view returns (string)
Characters (for Cyberpunks)
owner() view returns (address)
0x8cee4c06e1224526bf179e281a2c0985b3d860b2
symbol() view returns (string)
CYBRCHR
totalSupply() view returns (uint256)
389
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCool(uint256 tokenId) view returns (string)
getInt(uint256 tokenId) view returns (string)
getLuck(uint256 tokenId) view returns (string)
getName(uint256 tokenId) view returns (string)
getOrigin(uint256 tokenId) view returns (string)
getReflexes(uint256 tokenId) view returns (string)
getTech(uint256 tokenId) view returns (string)
getType(uint256 tokenId) view returns (string)
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)
State-modifying
Events approve(address to, uint256 tokenId)
cyberpunkHolderClaim()
gearForPunksHolderClaim()
publicClaim() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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.