Peekaboos
Verified contract
Active on
Ethereum with 1,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Peekaboos"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302368 | 3 days ago | | | 0 | 0.00080719599 | |
| 21080952 | a month ago | | | 0 | 0.00058547558 | |
| 21008923 | a month ago | | | 0 | 0.00050721133 | |
| 20607037 | 3 months ago | | | 0 | 0.000046234000 | |
| 20188445 | 5 months ago | | | 0 | 0.00018389309 | |
| 20113466 | 6 months ago | | | 0 | 0.00057169292 | |
| 19843526 | 7 months ago | | | 0 | 0.00018814227 | |
| 19153317 | 10 months ago | | | 0 | 0.0010712890 | |
| 19067205 | 10 months ago | | | 0 | 0.00020680232 | |
| 19067202 | 10 months ago | | | 0 | 0.00019914183 |
ABI
ABI objects
Getter at block 21324939
baseApiURI() view returns (string)
https://ipfs.io/ipfs/QmbkhnkdiWHKT4c36myX7ZkDdWtDudDHLT6BCaYTKTe9EV/
cost() view returns (uint256)
80000000000000000
fanbooCost() view returns (uint256)
70000000000000000
maxMintAmountPerFanBoo() view returns (uint16)
4
maxMintAmountPerOgboo() view returns (uint16)
6
maxMintAmountPerTransaction() view returns (uint16)
10
maxMintAmountPerWallet() view returns (uint16)
100
maxMintAmountPerWhitelist() view returns (uint16)
2
maxSupply() view returns (uint256)
1500
name() view returns (string)
Peekaboos
ogbooCost() view returns (uint256)
60000000000000000
owner() view returns (address)
0x9de75019a941c4e1cbe66dae499dcaaae8b2ec4e
paused() view returns (bool)
false
symbol() view returns (string)
PKB
totalSupply() view returns (uint256)
1500
whiteListingSale() view returns (bool)
false
whitelistCost() view returns (uint256)
80000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address[] _airdropAddresses)
approve(address to, uint256 tokenId)
gift(address _to, uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintExternal(address _address, uint256 _mintAmount)
mintWhitelist(uint256 _verifyIndex, bytes32[] proof, uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllWlRoot(bytes32 _fanbooRoot, bytes32 _ogbooRoot, bytes32 _wlroot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBreedingContractAddress(address _bAddress)
setCost(uint256 _newCost)
setMaxMintAmountPerFanboo(uint16 _amount)
setMaxMintAmountPerOgboo(uint16 _amount)
setMaxMintAmountPerWallet(uint16 _amount)
setMaxMintAmountPerWhitelist(uint16 _amount)
setMaxSupply(uint256 _supply)
setPeekaboosWallet(address _pk)
setWhitelistingCost(uint256 _newCost)
setWhitelistingRoot(bytes32 _root)
setfanbooCost(uint256 _newCost)
setfanbooRoot(bytes32 _root)
setmaxMintAmountPerTransaction(uint16 _amount)
setogbooCost(uint256 _newCost)
setogbooRoot(bytes32 _root)
togglePause()
toggleWhiteSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _baseUrl)
This contract contains no fallback and receive objects.
This contract contains no error objects.