CyberPhunks
Verified contract
Active on
Ethereum with 3,528 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 "CyberPhunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254983 | 4 days ago | | | 0 | 0.00047647813 | |
| 21214297 | 9 days ago | | | 0 | 0.00033637121 | |
| 21211938 | 10 days ago | | | 0 | 0.00028914572 | |
| 21211936 | 10 days ago | | | 0 | 0.00050972718 | |
| 21105302 | 25 days ago | | | 0 | 0.00013997647 | |
| 21070158 | a month ago | | | 0 | 0.00038323983 | |
| 21070100 | a month ago | | | 0 | 0.00037756707 | |
| 21070073 | a month ago | | | 0 | 0.00051472420 | |
| 20948994 | 2 months ago | | | 0 | 0.00020933767 | |
| 20732445 | 3 months ago | | | 0 | 0.000076526324 |
ABI
ABI objects
Getter at block 21281232
contractSealed() view returns (bool)
true
costPerToken() view returns (uint256)
5000000000000000
creators() pure returns (address[2])
[0x5FD2E3ba05C862E62a34B9F63c45C0DF622Ac112, 0xC2172a6315c1D7f6855768F843c420EbB36eDa97]
extendedPunkDataContract() view returns (address)
0xf03e345bb89dc9cfaf8fda381a9e4417bfb46e7a
externalLink() view returns (bytes)
0x68747470733a2f2f63617073756c6532312e636f6d2f636f6c6c656374696f6e732f63796265727068756e6b73
isMintActive() view returns (bool)
true
maxSupply() view returns (uint256)
10000
mintBatchSize() view returns (uint256)
30
name() view returns (string)
CyberPhunks
owner() view returns (address)
0xc2172a6315c1d7f6855768f843c420ebb36eda97
phunkColorCounts() view returns (address)
0xe3a0a0c59282438c0de052ef4c589f163aee96bd
phunkRarityRanks() view returns (address)
0xff3334a2514d1bd79fa18ecd3e5e6031a7a6ca19
punkDataContract() view returns (address)
0x16f5a35647d6f03d5d3da7b35409d65ba03af3b2
symbol() view returns (string)
CYBERPHUNK
totalSupply() view returns (uint256)
10000
Read-only
attributeIsLit(uint8) view returns (bool)
balanceOf(address owner) view returns (uint256)
changeWhite(struct CyberPhunksCyberPhunk phunk) pure returns (bool)
colorMapping(string) view returns (string)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPhunkColorCount(uint16 punkId) view returns (uint8)
getPhunkRarityRank(uint16 punkId) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
punkAttributeCount(struct CyberPhunksCyberPhunk phunk) view returns (uint256 totalCount, uint256 litCount)
punkAttributesAsJSON(uint16 punkId) view returns (string json)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenImage(uint16 tokenId) view returns (string)
tokenURI(uint256 id) view returns (string)
totalMintCost(uint256 numTokens) pure returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address toAddress, uint256 numTokens) payable
approve(address to, uint256 tokenId)
flipMintState()
mint(uint256 numTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealContract()
setApprovalForAll(address operator, bool approved)
setColorIsLit(uint8[] litColors)
setColorMapping(string[][] _colorMapping)
setPhunkColorCounts(bytes counts)
setPhunkRarityRanks(bytes ranks)
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(address punkDataContractAddress, address extendedPunkDataContractAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WriteError()