Alpha Punkz NFT
Verified contract
Active on
Ethereum with 325 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 "Alpha Punkz NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14915275 | 2 years ago | | | 0 | 0.0011619341 | |
| 14853439 | 2 years ago | | | 0 | 0.00057944700 | |
| 14851852 | 2 years ago | | | 0 | 0.0024984837 | |
| 14851797 | 2 years ago | | | 0 | 0.0029067036 | |
| 14850951 | 2 years ago | | | 0 | 0.0014798808 | |
| 14850880 | 2 years ago | | | 0.003 | 0.0028618737 | |
| 14850863 | 2 years ago | | | 0.001 | 0.0015500164 | |
| 14850837 | 2 years ago | | | 0.008 | 0.0032148972 | |
| 14850800 | 2 years ago | | | 0 | 0.0016036104 | |
| 14850788 | 2 years ago | | | 0.01 | 0.0031279850 |
ABI
ABI objects
Getter at block 21198418
_baseTokenURI() view returns (string)
ipfs://QmRRFgJb2Fv65E4uVM78E1fkMyg4AR9q7gkUvzJRfXbCeG/
cost() view returns (uint256)
1000000000000000
freeMaxMintPerWallet() view returns (uint256)
5
freeMintMax() view returns (uint256)
1400
isFreeMint() view returns (bool)
false
maxMintAmountPerTx() view returns (uint256)
25
maxSupply() view returns (uint256)
4444
name() view returns (string)
Alpha Punkz NFT
owner() view returns (address)
0x44be5d88064b47f5d6d8d946bb8a395ae6452f51
revealed() view returns (bool)
true
saleActive() view returns (bool)
true
symbol() view returns (string)
AlphaPunkzNFT
totalSupply() view returns (uint256)
1449
Read-only
balanceOf(address owner) view returns (uint256)
freeWallets(address) 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)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _mintAmount)
mint(uint256 _mintAmount) 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)
setBaseURI(string baseURI)
setCost(uint256 _cost)
setMaxFreeMint(uint256 _max)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setRevealed(bool state)
toggleSaleState()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractMint()
ExceedsMaxSupply()
ExceedsWalletLimit()
FreeMintOver()
InsufficientValue()
InvalidAmount()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
TokenNotFound()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()