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 "poobs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255966 | 5 days ago | | | 0 | 0.00033441789 | |
| 21243116 | 7 days ago | | | 0 | 0.00047180016 | |
| 21101939 | a month ago | | | 0 | 0.00014419317 | |
| 20770571 | 2 months ago | | | 0 | 0.00011316708 | |
| 20703028 | 3 months ago | | | 0 | 0.000062641758 | |
| 20586294 | 3 months ago | | | 0 | 0.000046234000 | |
| 20584050 | 3 months ago | | | 0 | 0.00010745299 | |
| 20579853 | 3 months ago | | | 0 | 0.000054294160 | |
| 20558457 | 3 months ago | | | 0 | 0.000046794529 | |
| 20525177 | 3 months ago | | | 0 | 0.000063274446 |
ABI
ABI objects
Getter at block 21290586
getBaseURI() view returns (string)
https://poobs.herodevelopment.com/poobs/metadata
isPublicSaleActive() view returns (bool)
true
mint_amount_for_public() view returns (uint256)
3
mint_amount_for_whitelist() view returns (uint256)
1
name() view returns (string)
poobs
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x43d780cf42f9995e6086a921c8d5a8a746838ecc
paused() view returns (bool)
false
price() view returns (uint256)
10000000000000000
reserved_amount_for_whitelist() view returns (uint256)
5555
symbol() view returns (string)
poobsnft
totalSupply() view returns (uint256)
5555
total_amount_of_poobs() view returns (uint256)
5555
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events IsPaused(bool _paused)
approve(address to, uint256 tokenId)
mintpoobs(uint256 _amount) payable
renounceOwnership()
reserved_for_whitelist(uint256 reserved)
reveal_all_poobs(string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawTokens(address token)
withdrawfunds()
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.
This contract contains no error objects.