pooly - pfers
Verified contract
Active on
Ethereum with 4,135 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25.96)
Native
Value
$25.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0084 | $3,090.92 |
$25.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199079 | a day ago | | | 0 | 0.00031527600 | |
| 21194491 | 2 days ago | | | 0 | 0.00081154280 | |
| 21194243 | 2 days ago | | | 0 | 0.0012211629 | |
| 21105115 | 14 days ago | | | 0 | 0.000088469113 | |
| 21104735 | 15 days ago | | | 0 | 0.000094291200 | |
| 21104731 | 15 days ago | | | 0 | 0.000091672000 | |
| 21104722 | 15 days ago | | | 0 | 0.000079833600 | |
| 21026402 | 25 days ago | | | 0 | 0.00012784618 | |
| 21017393 | a month ago | | | 0 | 0.00025468001 | |
| 20877638 | 2 months ago | | | 0 | 0.00029241540 |
ABI
ABI objects
Getter at block 21208898
_baseTokenURI() view returns (string)
ipfs://bafybeib6ifayzztkcjiiex2uwnngokamxhd5ib6kp457xw6x3mutdfsoam/
merkleRoot() view returns (bytes32)
0x33fcafcb9efca05b0104df9e6558a9ef4adc59ed1c442f5ab34c863652428692
name() view returns (string)
pooly - pfers
owner() view returns (address)
0x995d4816d5007b8ed0b7d93ce3c18aaade42e382
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
6481
price() view returns (uint256)
0
saleState() view returns (uint8)
0
supply() view returns (uint256)
10000
symbol() view returns (string)
pfers
totalSupply() view returns (uint256)
6485
Read-only
addressMintBalance(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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
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)
setMerkleRoot(bytes32 _merkleRoot)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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 _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()