Mystery Boxed Companions

Verified contract

Active on Ethereum with 361 txns
Deployed by via 0x2583f1d7 at 15414097
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mystery Boxed Companions"

0x00a00e064d8108b879119a3bc4e9f3e05630d76e2101455e67784b64b435e868
0x151ae28b1959bc9abd09fbf97ca276817600f90c3648fa3fee9a17b6bee6d247
0xd42449a57c1a34733c1327e13d2595bc383d38c7347fe9df9c17af1884748dbd
0x7b5190fe6b1b798d5891118be9b2ae9d08c273f32825340874460dc6cf7f2226
0xe8dce69b315bbd69ed60405f1c7d06a3432ac0f128402c2e1548ffd48a98e0b8
From
0x9fad8508448df7d2a3b624057f933df3b43d751cf7edc8e542904d11726bdba0
0x82cf05191d5e519ca9736dfc3f97e3c6b5c81fb641790d9585a63d32a967d679
0x7106fa85bcab3439aed32d1b5732dc26c715deaacf0c88f40fbd3374649902d4
0x678c86aad03011a3ec71fb9801b2d9c133fe6f31b21d9873e283e79cf3a80f86
0x813a3d84f7cc36dfff42e82504fa2cf64576f6ae40505ebcb45bf3eebe0c1d75

Functions
Getter at block 21289277
maxFreePerWallet(view returns (uint256)
4
maxPerTx(view returns (uint256)
20
maxSupply(view returns (uint256)
1000
mintEnabled(view returns (bool)
true
name(view returns (string)
Mystery Boxed Companions
owner(view returns (address)
0xb6be0dde632e1e702f076a044bdc9c64e843b5c1
price(view returns (uint256)
1000000000000000
symbol(view returns (string)
MBC
totalFree(view returns (uint256)
900
totalSupply(view returns (uint256)
991
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSale(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(