BoxcatPlanet
Verified contract
Active on
Ethereum with 4,965 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 5 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "BoxcatPlanet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20968434 | 2 months ago | | | 0 | 0.00031929861 | |
| 20666700 | 3 months ago | | | 0 | 0.000041463121 | |
| 20666401 | 3 months ago | | | 0 | 0.000037118082 | |
| 20591593 | 4 months ago | | | 0 | 0.000040743886 | |
| 20367016 | 5 months ago | | | 0 | 0.000089366082 | |
| 20345560 | 5 months ago | | | 0 | 0.000077689844 | |
| 19897074 | 7 months ago | | | 0 | 0.00014859841 | |
| 19866113 | 7 months ago | | | 0 | 0.00024179259 | |
| 19753053 | 8 months ago | | | 0 | 0.00017657793 | |
| 19729548 | 8 months ago | | | 0 | 0.00030390993 |
ABI
ABI objects
Getter at block 21394543
boxingOpen() view returns (bool)
false
collectionSize() view returns (uint256)
3000
config() view returns (uint32 allowlistMintStartTime, uint32 publicMintStartTime, uint256 publicPrice, uint256 publicMaxMint, string baseTokenURI)
(allowlistMintStartTime=1662642000, publicMintStartTime=0, publicPrice=50000000000000000, publicMaxMint=3, baseTokenURI=ipfs://QmS9Fw2KVPaU9HkU64A3i9kpkn9fusZ3wmnz2hFa86kBaN/)
currentRound() view returns (uint256)
1
isAllowlistMintOn() view returns (bool)
true
isPublicSaleOn() view returns (bool)
false
name() view returns (string)
BoxcatPlanet
owner() view returns (address)
0xcf6170576e1b6178f1de9eab0540034d832f196b
randomseedRequested() view returns (bool)
true
symbol() view returns (string)
BCP
totalSupply() view returns (uint256)
3000
Read-only
_numberMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
boxingPeriod(uint256 tokenId) view returns (bool boxing, uint256 current, uint256 total)
getApproved(uint256 tokenId) view returns (address)
getMetadata(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address minter) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
s_randomWords(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierConfigs(uint256) view returns (uint8 maxTotalMint, uint256 listPrice, address verificationAddr)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 quantity, bytes signature) payable
approve(address to, uint256 tokenId)
configAllowlist(address veriAddr, uint8 maxNum, uint256 price, uint256 idx)
devMint(uint256 quantity)
expelFromBox(uint256 tokenId)
publicMint(uint256 quantity) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomWords()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferWhileBoxing(address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBoxingStatus(bool status)
setConfig(uint32 allowlistMintStartTime, uint256 publicPriceWei, uint32 publicMintStartTime, string baseTokenURI, uint256 publicMaxMint)
setCurrentRound(uint256 _current)
setVRFConfig(uint64 subscriptionId, bytes32 keyHash_, uint32 callbackGasLimit_, uint16 requestConfirmations_)
toggleBoxing(uint256[] tokenIds)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 collectionSize_, address vrfCoordinator)
This contract contains no fallback and receive objects.
AddressNotAllowlistVerified()
AllowlistMintIsOff()
BoxingIsNotOpen()
CallerIsContract()
IsBoxing()
IsNotBoxing()
MintMoreThanAllowed()
MintlistNumberOff()
NeedSendMoreETH()
NotCurrentRound()
NotOwnerOrApproval()
OnlyCoordinatorCanFulfill(address have, address want)
OwnerOnlyTransfer()
PublicMintIsOff()
ReachMaxSupply()
TokenNotExistent()