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 "Bobone"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20195704 | 4 months ago | | | 0 | 0.000062008272 | |
| 19736629 | 7 months ago | | | 0 | 0.00013127224 | |
| 18832611 | a year ago | | | 0 | 0.00092650090 | |
| 17955572 | a year ago | | | 0 | 0.00074225150 | |
| 17542255 | a year ago | | | 0 | 0.0013358568 | |
| 16910901 | 2 years ago | | | 0 | 0.00036817351 | |
| 16787588 | 2 years ago | | | 0 | 0.0019941714 | |
| 16719656 | 2 years ago | | | 0 | 0.00074906329 | |
| 16439960 | 2 years ago | | | 0 | 0.00042693823 | |
| 16439688 | 2 years ago | | | 0 | 0.00081865227 |
ABI
ABI objects
Getter at block 21161058
PRICE() view returns (uint256)
50000000000000000
ROYALTY_FEE_DENOMINATOR() view returns (uint256)
100000
baseURI() view returns (string)
https://ipfs.io/ipfs/QmWkwjbbBL9Szu9VqcDfDTQr8aaukSo8CFJEmYR1NfkRjk/
earlybirdTotal() view returns (uint256)
1000
maxEarlybirdMint() view returns (uint256)
1
maxPresaleMint() view returns (uint256)
3
maxPublicMint() view returns (uint256)
6666
maxSupply() view returns (uint256)
6666
name() view returns (string)
Bobone
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x536ea57144419f1a8c09c03148af3efa01727a5f
permitApprove() view returns (bool)
true
permitSetApprovalForAll() view returns (bool)
true
permitTransfers() view returns (bool)
true
reserveAmount() view returns (uint256)
200
root() view returns (bytes32)
0x3423f440cc43fbd61a288eee25f26801995a2d4f722b25ee0bcc0c66b9f33d20
royaltyNumerator() view returns (uint96)
2500
status() view returns (uint8)
4
symbol() view returns (string)
XMB
tokensReserved() view returns (uint256)
103
totalSupply() view returns (uint256)
2089
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
deleteDefaultRoyalty()
earlybirdMint(uint256 amount, bytes32[] proof) payable
mint(uint256 amount) payable
presaleMint(uint256 amount, bytes32[] proof) payable
renounceOwnership()
reserve(address recipient, uint256 amount)
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOwnersExplicit(uint256 quantity)
setPermitApprove(bool _permit)
setPermitSetApprovalForAll(bool _permit)
setPermitTransfers(bool _permit)
setRoot(bytes32 _root)
setStatus(uint8 _status)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
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)
BaseURIChanged(string newBaseURI)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 PRICE)
ReservedToken(address minter, address recipient, uint256 amount)
RootChanged(bytes32 root)
StatusChanged(uint8 status)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, uint256 _maxEarlybirdMint, uint256 _maxPresaleMint, uint256 _maxPublicMint, uint256 _maxSupply, uint256 _reserveAmount, uint256 _earlyBirdTotal)
This contract contains no fallback and receive objects.
This contract contains no error objects.