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 "BIJYO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18178155 | a year ago | | | 0 | 0.00044525763 | |
| 18135707 | a year ago | | | 0 | 0.0024561087 | |
| 18111222 | a year ago | | | 0 | 0.00034053661 | |
| 18005873 | a year ago | | | 0 | 0.00065782045 | |
| 18003532 | a year ago | | | 0 | 0.00026854843 | |
| 18003477 | a year ago | | | 0 | 0.00040114807 | |
| 17920804 | a year ago | | | 0 | 0.00085329977 | |
| 17862246 | a year ago | | | 0 | 0.00062722772 | |
| 17862198 | a year ago | | | 0 | 0.0015231321 | |
| 17579106 | a year ago | | | 0 | 0.00051670526 |
ABI
ABI objects
Getter at block 21282955
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
hiddenURI() view returns (string)
maxSupply() view returns (uint256)
5000
mintActive() view returns (bool)
true
mintLimit() view returns (uint256)
5000
name() view returns (string)
BIJYO
owner() view returns (address)
0xb27af6efd59742740b5bca3f467cd531d0c0f791
revealLive() view returns (bool)
true
symbol() view returns (string)
BJO
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 _count) payable
mintFree(uint256 _count)
releaseReserve()
renounceOwnership()
reserveTokens(address owner, uint256 _count)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCost(uint256 _cost)
setHiddenURI(string _hiddenURI)
setMintActive(bool _mintActive)
setMintLimit(uint256 _mintLimit)
setReveal()
setRoyalties(uint256 _tokenId, address _royaltiesReceipientAddress, uint96 _percentageBasisPoints)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()