VariousBooks
Verified contract
Active on
Ethereum with 3,541 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 "VariousBooks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20848515 | 2 months ago | | | 0 | 0.00031098326 | |
| 20753379 | 3 months ago | | | 0 | 0.000053934750 | |
| 20202723 | 5 months ago | | | 0 | 0.00011040794 | |
| 19746529 | 7 months ago | | | 0 | 0.00027673164 | |
| 19746512 | 7 months ago | | | 0 | 0.00027949145 | |
| 19746505 | 7 months ago | | | 0 | 0.00026173313 | |
| 19737335 | 7 months ago | | | 0 | 0.00025654090 | |
| 19591734 | 8 months ago | | | 0 | 0.00097286795 | |
| 19343576 | 9 months ago | | | 0 | 0.0018397536 | |
| 19343511 | 9 months ago | | | 0 | 0.0019022742 |
ABI
ABI objects
Getter at block 21302947
mintPrice() view returns (uint256)
25000000000000000
name() view returns (string)
VariousBooks
owner() view returns (address)
0xacb8cd1052e06b5955b5fcc8abd2d844b64be66e
saleIsActive() view returns (bool)
true
symbol() view returns (string)
VAB
totalSupply() view returns (uint256)
2814
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCondition(uint256 tokenId) view returns (string)
getCoverColor(uint256 tokenId) view returns (string)
getFormat(uint256 tokenId) view returns (string)
getPages(uint256 tokenId) pure returns (uint256)
getPublisher(uint256 tokenId) pure returns (uint256)
getSpineColor(uint256 tokenId) view returns (string)
getTitle(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
claim() payable
flipSaleState()
ownerClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to, uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.