MutantOkayBearsNFT

Verified contract

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

No balances found for "MutantOkayBearsNFT"

0x522aaba84757b0f24c74e46dc1acf4d5189e628b44dc2c99898f22c7befc9bd5
0xa71c00762b712580c55e4900a3dbd629bd7c8af9c26313b2657b7c7fbb5742f8
From
0xfbb0fe0129b61dccf42ffce8c04e74150d4e07c6a80408448e5b9c6ac95d0f79
0xcf4816eeac79e9a46cde62094ccfcf990007b94a46e987556af0482b108f7d69
0xfb6ada9241b8365ff5435db80387e2b691b7b54731000a1dcc7a35401b970384
0xa9de227bd8a5f541ce0487e32a3478de084fee167e79710647bc0f2b7b24f513
0x42e634f848cb1ab5886aa2813366cebc433852000295238889bbbd7a40eabaa4
From
0xe241b77531e76df11046512f5319c7698a7d53ca8754e0155e62f1628d7531bc
From
0xd8ff07fb95b9a670d59329cc306cfdc618e03f6e7816f6706a898502f472de91
0xe9656cccd7466989f7fc9240f0699f3b1308f3128e9f33fe5a9fe43f96a8984c

Functions
Getter at block 20852976
allowedToContract(view returns (bool)
true
maxMintPerTx(view returns (uint256)
20
maxMintPerWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
9999
name(view returns (string)
MutantOkayBearsNFT
owner(view returns (address)
0xe58f39044a720c72b3ac40af021423f728516a3a
paused(view returns (bool)
false
price(view returns (uint256)
10000000000000000
revealed(view returns (bool)
true
symbol(view returns (string)
MOBNFT
totalSupply(view returns (uint256)
9434
uriSuffix(view returns (string)
.json
Read-only
_transferToContract(uint256view returns (bool)
addressMintedBalance(addressview returns (uint256)
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
mint(uint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintPerTx(uint256 _maxMintPerTx
setMaxMintPerWallet(uint256 _maxMintPerWallet
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
tokenURI(uint256 _tokenIdreturns (string)
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
Minted(uint256 totalMinted
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(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(