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 "PE-AI-PE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19792317 | 6 months ago | | | 0 | 0.00031335931 | |
| 18825235 | a year ago | | | 0 | 0.0016864598 | |
| 17752880 | a year ago | | | 0 | 0.00099320866 | |
| 16910084 | 2 years ago | | | 0 | 0.00060771330 | |
| 16903003 | 2 years ago | | | 0 | 0.00060947840 | |
| 16893452 | 2 years ago | | | 0 | 0.0010020044 | |
| 16893448 | 2 years ago | | | 0 | 0.00091744687 | |
| 16893447 | 2 years ago | | | 0 | 0.00099212504 | |
| 16893435 | 2 years ago | | | 0 | 0.0010245757 | |
| 16893424 | 2 years ago | | | 0 | 0.00094622446 |
ABI
ABI objects
Getter at block 21120248
NUM_FREE_MINTS() view returns (uint256)
500
cost() view returns (uint256)
3000000000000000
freeNFTAlreadyMinted() view returns (uint256)
264
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
5
maxMintAmountPerWallet() view returns (uint8)
5
maxSupply() view returns (uint16)
550
name() view returns (string)
PE-AI-PE
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xbfd3646c448cac8a570e4542cde8e04fead6d844
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
PEAIPE
totalSupply() view returns (uint256)
550
Read-only
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)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Mint(uint256 _mintAmount) payable
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
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)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setNumFreeMints(uint256 _numfreemints)
setOperatorFilteringEnabled(bool value)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
seturiSuffix(string _uriSuffix)
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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()