The Watchmaker Collection
Verified contract
Active on
Ethereum with 4,470 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "The Watchmaker Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101834 | 16 days ago | | | 0 | 0.00023525410 | |
| 20790441 | 2 months ago | | | 0 | 0.00079649317 | |
| 20583291 | 3 months ago | | | 0 | 0.000052591900 | |
| 20396794 | 4 months ago | | | 0 | 0.000070411492 | |
| 19743407 | 7 months ago | | | 0 | 0.00030280031 | |
| 19022714 | 10 months ago | | | 0 | 0.00078962044 | |
| 19022714 | 10 months ago | | | 0 | 0.00078883906 | |
| 18969076 | 10 months ago | | | 0 | 0.0010953585 | |
| 18944938 | 10 months ago | | | 0 | 0.00048665292 | |
| 18906295 | a year ago | | | 0 | 0.00078667277 |
ABI
ABI objects
Getter at block 21217852
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
3
maxSupply() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0x0b04ec71681f75d572fd62399d4e80c0ca109ec6663dcbbdf8deabf169afc080
name() view returns (string)
The Watchmaker Collection
notRevealedUri() view returns (string)
https://bafybeic6dfvh6jg2wa2qwcegpjv6sklbmpqrmuu52j5u6iabgnfye6zehu.ipfs.nftstorage.link/hidden.json
owner() view returns (address)
0x30275477de736fcc5b09b1c5461ab59e21e43865
paused() view returns (bool)
false
revealed() view returns (bool)
true
rexRoyAddr() view returns (address)
0x64f1489229061f3b515fae43c6f91a49fdce5424
rexRoyFee() view returns (uint96)
1000
symbol() view returns (string)
TWM
totalSupply() view returns (uint256)
5555
twmVaultAddr() view returns (address)
0xcdc74a1942fe68c1ca64fa394132d7c11dc615cb
Read-only
balanceOf(address owner) view returns (uint256)
counterOfOwner(address _owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
invAddresses(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaim(address) view returns (bool)
State-modifying
Events _setAdminRoy(address rexAddr, uint96 rexFee)
approve(address to, uint256 tokenId)
flipPaused()
flipReveal()
mint(uint256 _mintAmount) payable
mintToInv(address invAddr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newmaxMintAmount)
setMerkleRoot(bytes32 _merkle)
setNotRevealedURI(string _notRevealedURI)
setTwmVaultAddrs(address _twm)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
wListCheck(bytes32[] merkleProof) returns (bool)
wListMint(uint256 _mintAmount, bytes32[] merkleProof) payable
withdrawTo() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.