CBWCWatch
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
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
9 additional
variables
Balances ($0.00)
No balances found for "CBWCWatch"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CBWCWatch"
ABI
ABI objects
Getter at block 21090445 totalMinted() view returns (uint256)
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)
cbwcPieces() view returns (address)
0x0000000000000000000000000000000000000000
contractURI() view returns (string)
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovedOfZeroAddress()
CallerNotOwnerOrApprovedOperator()
InvalidApprovalZeroAddress()
InvalidTransferToZeroAddress()
MintZeroTokenId()
QueryBalanceOfZeroAddress()
QueryBurnedToken()
QueryNonExistentToken()
TokenNotOwnedByFromAddress()
TransferToNonERC721ReceiverImplementer()