Invisibears

Verified contract

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

No balances found for "Invisibears"

0x2c7551125cd373dc0d1bef07780a3f9f65a23dfdd836dde6296b3afed337e727
0xf841dd6cc4aa2ef57660aa3e93f9d5da0f6ee6b77177c2bff67510246fd67639
0x8bd06329d0f0afb76a676ecc171bfaad1a55bdedbd75367266ea9382f3b3bc6d
0x8eac1aabc32bbd3fd0bb59c0437199bc40b6d4d0f0594956365aabce415ffa87
From
0x8191aac881286e974b06aa4ca11bc6be0a67fafa5ff4efd76ee9154f0ee02107
From
0x429cdec943d420db73aa4f44b6901097e643b8b822bbd511637c8e4986f22089
From
0xe109688868e76d37f4daeae6229358f52bd9b271cf6ba76f3847dcfdc20ea4f8
From
0xfb0784d74e32dc3197ebd9a3e363e173e77e8c66521d99b966e3dfe778161743
0xa79cbac64c6cffc2238a508c11db7a3d0b76ea1bdf6da989113b1eb3a7c84cf8
0x0df37a87fa7fc43edda6c8324c0d9c4bf7c00f8f17ddd1f47b3fb0ee3ba85596

Functions
Getter at block 20968628
FREE_MINT_SUPPLY(view returns (uint256)
5000
MAX_FREEMINT_PER_USER(view returns (uint256)
5
MAX_MINT_PER_TRANSACTION(view returns (uint256)
30
baseExtension(view returns (string)
.json
mintActive(view returns (bool)
true
mintPrice(view returns (uint256)
9000000000000000
name(view returns (string)
Invisibears
numberMinted(view returns (uint256)
0
owner(view returns (address)
0xa7d43070eb165713d961088c340a4c6f95f8195d
startTimestamp(view returns (uint64)
1653163248
symbol(view returns (string)
IBS
totalMaxSupply(view returns (uint256)
5000
totalSupply(view returns (uint256)
5000
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
devMint(address devAddressuint256 quantitypayable 
freeMint(uint256 quantitypayable 
mint(uint256 quantitypayable 
pauseMint(
renounceOwnership(
resumeMint(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxFreeSupply(uint256 _updateQty
setMaxSupply(uint256 _updatedQty
setPublicMintStartTime(uint32 _time
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(