Mutant Not Okay Bears
Verified contract
Active on
Ethereum with 344 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Mutant Not Okay Bears"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15467965 | 2 years ago | | | 0 | 0.00027287445 | |
| 15331942 | 2 years ago | | | 0 | 0.00044466186 | |
| 15331904 | 2 years ago | | | 0 | 0.00050258616 | |
| 15235713 | 2 years ago | | | 0 | 0.00052760758 | |
| 15235646 | 2 years ago | | | 0 | 0.00055939814 | |
| 15203636 | 2 years ago | | | 0 | 0.00018649309 | |
| 14982532 | 2 years ago | | | 0 | 0.0013979491 | |
| 14875858 | 3 years ago | | | 0 | 0.00048628800 | |
| 14867543 | 3 years ago | | | 0 | 0.0018315748 | |
| 14838819 | 3 years ago | | | 0 | 0.0015718871 |
ABI
ABI objects
Getter at block 21328537
contractURI() view returns (string)
freeMintEnabled() view returns (bool)
false
getMaxTokens() view returns (uint256)
1234
name() view returns (string)
Mutant Not Okay Bears
owner() view returns (address)
0x9fba7b73e9ea42d3d0eb2de9288552c4ccd821e4
saleEnabled() view returns (bool)
true
symbol() view returns (string)
Mutant Bear
tokensAvailable() view returns (uint256)
89
totalSupply() view returns (uint256)
1234
Read-only
URI(uint256 tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasFreeMint(address target) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freeMint(uint256 count)
freeMintOff()
freeMintOn()
mint(uint256 count) payable
mintAdmin(address _to, uint256 count)
mintServer(uint256 count, string salt, bytes signature) payable
mintServer(uint256 count, string uri, string salt, bytes signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleOff()
saleOn()
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setMaxFreeMints(uint256 maxFreeMints_)
setMaxMintForUser(uint256 maxMintForUser_)
setMaxTokens(uint256 _maxTokens)
setPrice(uint256 price_)
setServerAddress(address target)
setTokenURI(uint256 token, string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 maxTokens_, bool saleEnabled_, bool freeMintEnabled_, string baseURI_, uint256 maxMintForUser_, uint256 maxFreeMints_, uint256 price_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()