Just a Bored Profile Picture

Verified contract

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

No balances found for "Just a Bored Profile Picture"

0xe638af0009934b34a5a89ac10ea873fd7f4c20719b743dd92ed79bbfdde4b933
0x72daf127f36606154b336445badee9e830ec42bd577519e65461d3784cd7c207
0x3cfd390542ec5612b0ebc715a7ff0238d7e36c3144eb279fe84c780c71470278
0x13301d0f90e9d7c37b47c29030e362a25db388da8f30eb6c956cb9aeee37f3b0
0x7e2cee657563f4193f04f17ef423beee9fbe4240931cc5a24612bab4bef4abe7
0x884aecb6498e2effae24ab2883c72bf3097493c7460f63afb4ce662a9700d37e
0xd36238caec5927900c4bbf921b322c755c3e70f2e8def988d7c4f1c74ef8cfb0
0x541b900e8ddd14564bf7a3b4c91f4cc63daaadbaf48dbc7cd0a2e4545ca84940
0x6098b66dadd3e5bae000324dbe5172e5b3a61a3aa4ee94a2fdeaa889756a773c
0xd1481b597d7ada150fd09639d104b43e88f8e69ae03b1215682f425a8b8dff91

Functions
Getter at block 20981107
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxSupply(view returns (uint256)
999
costOfNFT(view returns (uint256)
3000000000000000
maxMintAmountPerTx(view returns (uint256)
3
maxMintAmountPerWallet(view returns (uint256)
3
name(view returns (string)
Just a Bored Profile Picture
numberOfFreeNFTs(view returns (uint256)
1
owner(view returns (address)
0x92d4864f614b135359e340ebec732adc4a9fa4ed
symbol(view returns (string)
BORED
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
checkCost(uint256 _mintAmountview 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
airdrop(address[] accountsuint256 amount
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
transferFrom(address fromaddress touint256 tokenIdpayable 
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(string _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(