Monkeez Bit

Verified contract

Active on Ethereum with 1,808 txns
Deployed by via 0x63a078e7 at 15223067
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Monkeez Bit"

0xabec2809f8b4e0ac2b044af044178069e2f7a68822f7d317b208c05b974c0b20
0xe9479acb006bfd55bca3454afe6669ae3d4f1ec2097c2b2127498ccaea79642a
0xc5137b675589e91cc271e9d97704319c0ce188dfdbbfd27de340b59bc8380525
0xb4563b061e254aa4e29f5a92e1ab5b6745a6f2ec6ac65b02ca4f919eaa23af00
From
0x9635c2fda2c24a9b62d1550c6b7e244607694850cf35c033b7f04e14431d6314
0x0e9900b42d7c39739e1c008cbd0669833584845180c542ae1002233cb98f5f8d
From
0xe0e8b474b29ac412cf3636d57199b02e64ea4634c3410d25d83d86e6e1d198ab
0xef766bc89783a2596ec78439e1b438ea12a2435f9c606567de630b3d3c3d0798
0x11b668bf40dc71bcb845994d69bf4723ee21197fe2526d5ac18adf5564ce20b8
0xecc9394fa98e807fb03f8ea4bbce40e4ef40f3d475eb621ec39057fdcdf1fbbe

Functions
Getter at block 20932192
MAX_PER_WALLET(view returns (uint256)
3
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
4500
name(view returns (string)
Monkeez Bit
owner(view returns (address)
0x5fe64d813727125426469fdf4ebaf2414e9c12bd
symbol(view returns (string)
MB
totalSupply(view returns (uint256)
4412
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
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
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(