CBWCWatch
Verified contract
Proxy
Active on
Ethereum with 110 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
13 additional
variables
Balances ($0.00)
No balances found for "CBWCWatch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19551884 | 7 months ago | | | 0 | 0.0048544266 | |
| 17573830 | a year ago | | | 0 | 0.0040398865 | |
| 17573822 | a year ago | | | 0 | 0.0049600718 | |
| 17049707 | 2 years ago | | | 0 | 0.0064638506 | |
| 17031199 | 2 years ago | | | 0 | 0.0066252947 | |
| 16843294 | 2 years ago | | | 0 | 0.0012442700 | |
| 16711939 | 2 years ago | | | 0 | 0.00099327729 | |
| 16587579 | 2 years ago | | | 0 | 0.0013751328 | |
| 16587555 | 2 years ago | | | 0 | 0.0076153711 | |
| 16575207 | 2 years ago | | | 0 | 0.0022772112 |
ABI
ABI objects
Getter at block 21090445 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
baseURI() view returns (string)
https://api.cbwc.io/watches/metadata/
cbwcPieces() view returns (address)
0x8f3b4fc0c552131e4af4f729712df516c46d0dfa
contractURI() view returns (string)
https://cryptobearwatchclub.mypinata.cloud/ipfs/QmRBA1ikWecB6CeKLT6HDybxTVk9XkwhbS6g2Sew5BLBoG
name() view returns (string)
CBWCWatch
owner() view returns (address)
0x99946d4eb4b05165be06cae6a7f7a81095affd9d
symbol() view returns (string)
CBWCW
totalMinted() view returns (uint256)
91
totalSupply() view returns (uint256)
91
Read-only
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) 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)
tokenURI(uint256 _tokenId) view returns (string)
unsafeOwnerOf(uint256 _tokenId) view returns (address)
State-modifying
Events approve(address _approved, uint256 _tokenId)
forge(uint256[] cbwcPiecesTokenIds_, string nonce_, uint256 deadline_, bytes signature_)
grantRole(bytes32 role, address account)
initialize()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data)
setApprovalForAll(address _operator, bool _approved)
setBaseURI(string baseURI_)
setCBWC(address cbwc_)
setCBWCPieces(address cbwcPieces_)
setContractURI(string newContractURI_)
setDefaultRoyalties(address receiver_, uint96 feeNumerator_)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
BeaconUpgraded(address indexed beacon)
CBWCPiecesChanged(address indexed sender, address previousCBWCPieces, address cbwcPieces)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Upgraded(address indexed implementation)
WatchForged(address indexed sender, uint256 indexed tokenId, uint256[] cbwcPiecesTokenIds)
constructor(address _logic, bytes _data)
fallback()
receive()
ApprovedOfZeroAddress()
CallerNotOwnerOrApprovedOperator()
InvalidApprovalZeroAddress()
InvalidTransferToZeroAddress()
MintZeroTokenId()
QueryBalanceOfZeroAddress()
QueryBurnedToken()
QueryNonExistentToken()
TokenNotOwnedByFromAddress()
TransferToNonERC721ReceiverImplementer()