CBWCWatch

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x0d0c89ea at 15181103
Slot
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

No balances found for "CBWCWatch"

No transactions found for "CBWCWatch"


Functions
Getter at block 21090445
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)
 
totalMinted(view returns (uint256)
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address _ownerview returns (uint256)
getApproved(uint256 _tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 _tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
unsafeOwnerOf(uint256 _tokenIdview returns (address)
State-modifying
approve(address _approveduint256 _tokenId
forge(uint256[] cbwcPiecesTokenIds_string nonce_uint256 deadline_bytes signature_
grantRole(bytes32 roleaddress account
initialize(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address _fromaddress _touint256 _tokenId
safeTransferFrom(address _fromaddress _touint256 _tokenIdbytes data
setApprovalForAll(address _operatorbool _approved
setBaseURI(string baseURI_
setCBWC(address cbwc_
setCBWCPieces(address cbwcPieces_
setContractURI(string newContractURI_
setDefaultRoyalties(address receiver_uint96 feeNumerator_
transferFrom(address _fromaddress _touint256 _tokenId
transferOwnership(address newOwner_
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed _owneraddress indexed _approveduint256 indexed _tokenId
ApprovalForAll(address indexed _owneraddress indexed _operatorbool _approved
BeaconUpgraded(address indexed beacon
CBWCPiecesChanged(address indexed senderaddress previousCBWCPiecesaddress cbwcPieces
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed _fromaddress indexed _touint256 indexed _tokenId
Upgraded(address indexed implementation
WatchForged(address indexed senderuint256 indexed tokenIduint256[] cbwcPiecesTokenIds
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovedOfZeroAddress(
CallerNotOwnerOrApprovedOperator(
InvalidApprovalZeroAddress(
InvalidTransferToZeroAddress(
MintZeroTokenId(
QueryBalanceOfZeroAddress(
QueryBurnedToken(
QueryNonExistentToken(
TokenNotOwnedByFromAddress(
TransferToNonERC721ReceiverImplementer(