Evilbook
Verified contract
Active on
Ethereum with 1,029 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 "Evilbook"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20254100 | 5 months ago | | | 0 | 0.000076072089 | |
| 16301073 | 2 years ago | | | 0 | 0.00088845083 | |
| 15215962 | 2 years ago | | | 0 | 0.00064297140 | |
| 15206157 | 2 years ago | | | 0 | 0.00047937451 | |
| 15175305 | 2 years ago | | | 0 | 0.0010649772 | |
| 15165638 | 2 years ago | | | 0 | 0.0011097364 | |
| 15158219 | 2 years ago | | | 0 | 0.00045682668 | |
| 15157775 | 2 years ago | | | 0 | 0.00072571819 | |
| 15151943 | 2 years ago | | | 0 | 0.00080334339 | |
| 15151401 | 2 years ago | | | 0 | 0.00066006237 |
ABI
ABI objects
Getter at block 21275630
getNextId() view returns (uint256)
999
hiddenMetadataUri() view returns (string)
ipfs://QmW5f1V7Mo57GgE7oYBevQoUMVVwtzyYAVTRmkmMSBziXQ//
maxFreePerWallet() view returns (uint256)
1
maxPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
999
mintEnabled() view returns (bool)
true
name() view returns (string)
Evilbook
nextId() view returns (uint256)
999
owner() view returns (address)
0xfbb396ad7275db9b3aa96c25f783b8ff4abbe206
price() view returns (uint256)
3000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
EB
totalFree() view returns (uint256)
650
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) 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 WhitelistMint(address to, uint256 quantity)
approve(address to, uint256 tokenId)
flipSale()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPrice(uint256 _newPrice)
setRevealed()
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()