Cyberpunks1337
Verified contract
Active on
Ethereum with 170 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 "Cyberpunks1337"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16204065 | 2 years ago | | | 0 | 0.00065544797 | |
| 16157279 | 2 years ago | | | 0 | 0.00038342573 | |
| 16157279 | 2 years ago | | | 0 | 0.00043746354 | |
| 16157244 | 2 years ago | | | 0 | 0.00068656262 | |
| 16157219 | 2 years ago | | | 0 | 0.0015079314 | |
| 16157186 | 2 years ago | | | 0.005 | 0.0013807743 | |
| 16157186 | 2 years ago | | | 0.01 | 0.0015491467 | |
| 16157186 | 2 years ago | | | 0.02 | 0.0018858917 | |
| 16157166 | 2 years ago | | | 0.003 | 0.0014403544 | |
| 16157164 | 2 years ago | | | 0 | 0.00062728993 |
ABI
ABI objects
Getter at block 21224308
MAX_FREE_PER_WALLET() view returns (uint256)
1
cost() view returns (uint256)
1000000000000000
hiddenMetadataUri() view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
1337
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
1337 Cyberpunks
owner() view returns (address)
0xb47a307ff7575f50a85e57417918a743224466ea
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
1337PUNK
totalSupply() view returns (uint256)
837
uriPrefix() view returns (string)
ipfs://bafybeigkjhtbpzrxliwbhtbk7wdrwcwb6g5ge2qsb7sbqewqoy3tltag7m/
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
alreadyFreeMinted(address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxFreePerWallet(uint256 _MAX_FREE_PER_WALLET)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()