Just a Bored Profile Picture
Verified contract
Active on
Ethereum with 1,079 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 "Just a Bored Profile Picture"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17161929 | 2 years ago | | | 0 | 0.0016492773 | |
| 17142658 | 2 years ago | | | 0 | 0.00087485317 | |
| 17109034 | 2 years ago | | | 0 | 0.0024781922 | |
| 17042055 | 2 years ago | | | 0 | 0.0013074879 | |
| 17041866 | 2 years ago | | | 0 | 0.0013471829 | |
| 17041822 | 2 years ago | | | 0 | 0.00065485223 | |
| 17032828 | 2 years ago | | | 0 | 0.0014706300 | |
| 17032776 | 2 years ago | | | 0 | 0.0017145533 | |
| 17032693 | 2 years ago | | | 0 | 0.0016218153 | |
| 17030304 | 2 years ago | | | 0 | 0.00093226000 |
ABI
ABI objects
Getter at block 21328831
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 owner) view returns (uint256)
checkCost(uint256 _mintAmount) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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 airdrop(address[] accounts, uint256 amount)
approve(address to, uint256 tokenId) payable
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setCostPrice(uint256 _cost)
setExtensionURL(string uri)
setMaxMintAmountPerTx(uint256 perTx)
setMaxMintAmountPerWallet(uint256 perWallet)
setbaseURL(string uri)
setnumberOfFreeNFTs(uint256 perWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ContractPaused()
InsufficientFund()
InvalidMintAmount()
MaxMintWalletExceeded()
MaxSupply()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSmartContract()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenNotExisting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()