SHYLOCK
Verified contract
Active on
Ethereum with 5,072 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "SHYLOCK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294580 | 5 days ago | | | 0 | 0.0011733017 | |
| 20607968 | 3 months ago | | | 0 | 0.000063534549 | |
| 20607931 | 3 months ago | | | 0 | 0.000068198407 | |
| 20558524 | 4 months ago | | | 0 | 0.000037497251 | |
| 20441302 | 4 months ago | | | 0 | 0.00035691049 | |
| 20269345 | 5 months ago | | | 0 | 0.00031246633 | |
| 20251484 | 5 months ago | | | 0 | 0.00011839987 | |
| 20240270 | 5 months ago | | | 0 | 0.00038310446 | |
| 19624071 | 8 months ago | | | 0 | 0.00081423735 | |
| 18939016 | a year ago | | | 0 | 0.00089400610 |
ABI
ABI objects
Getter at block 21332522
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://bafybeiabmnipd4tpldkqckcfkjmldzeigt4u2ynvupuowbfmxuh527wpqu.ipfs.nftstorage.link/
filter() view returns (uint256)
1000
freeMax() view returns (uint256)
210
maxSupply() view returns (uint256)
6969
mintPrice() view returns (uint256)
0
name() view returns (string)
SHYLOCK
owner() view returns (address)
0x19f8663ffb234f4062fc7e3ef13b01b46d7e7b4b
paused() view returns (bool)
false
publicMaxMint() view returns (uint256)
3
publicMintEnabled() view returns (bool)
true
root() view returns (bytes32)
0xb9830e815430f31a08c0dd9fbe11ec6267e697e0de639064fa7401305dd49c2d
symbol() view returns (string)
SLK
totalSupply() view returns (uint256)
6969
w1() view returns (address)
0x19f8663ffb234f4062fc7e3ef13b01b46d7e7b4b
w2() view returns (address)
0xfee7fb9af402dccc3f4b3a07461b8dc08768c425
wlMaxMint() view returns (uint256)
3
wlMintEnabled() view returns (bool)
true
wlMintPrice() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalFreeMints(address) view returns (uint256)
totalWlMint(address) view returns (uint256)
State-modifying
Events airdrop(address[] _address, uint256 _amount)
approve(address operator, uint256 tokenId) payable
enableBothMints()
pause()
publicMint(uint256 _quantity) payable
renounceOwnership()
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 _newURI)
setFilter(uint256 _filter)
setMaxSupply(uint256 _maxSupply)
setPrice(uint256 _mintPrice)
setRoot(bytes32 _root)
setWlPrice(uint256 _wlMintPrice)
setmaxPublicMint(uint256 _publicMaxMint)
setmaxWMint(uint256 _wlMaxMint)
togglePublicMint()
toggleWlMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 _quantity, bytes32[] proof) payable
withdrawAll()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()