Ordinal Punkbits
Verified contract
Active on
Ethereum with 323 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 "Ordinal Punkbits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17299318 | 2 years ago | | | 0 | 0.00075801125 | |
| 16944008 | 2 years ago | | | 0 | 0.0011405570 | |
| 16665969 | 2 years ago | | | 0 | 0.00081550318 | |
| 16665964 | 2 years ago | | | 0 | 0.00091388474 | |
| 16665962 | 2 years ago | | | 0 | 0.00091308083 | |
| 16665347 | 2 years ago | | | 0 | 0.0022899635 | |
| 16665346 | 2 years ago | | | 0 | 0.0022447586 | |
| 16607682 | 2 years ago | | | 0 | 0.00075462136 | |
| 16604088 | 2 years ago | | | 0 | 0.00039334400 | |
| 16603484 | 2 years ago | | | 0 | 0.00076637085 |
ABI
ABI objects
Getter at block 21383320
MAX_FREE_PER_WALLET() view returns (uint256)
1
cost() view returns (uint256)
3000000000000000
hiddenMetadataUri() view returns (string)
ipfs://__CID__/hidden.json
maxMintAmountPerTx() view returns (uint256)
100
maxSupply() view returns (uint256)
888
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Ordinal Punkbits
owner() view returns (address)
0xfab10524a24e5d4f7094cf7bf11a792c03b693cc
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
PUNKBIT
totalSupply() view returns (uint256)
888
uriPrefix() view returns (string)
ipfs://bafybeibpfvx36cld5tpwevd5vsqraykbcxcepfrrnqu3tdr7wtqqeb7nka/
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()