cbBTC is onchain

Unverified contract

Proxy

Active on Base with 122,283 txns
Deployed by via 0x5dc184c7 at 19675463
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "cbBTC is onchain"

0x5667d17e2f6b42a77b53f2845f5a6776ab9117f1984c0414325ed078b71f7f17
0xe1de9aa8c4c9ba8e564d16cea778fd8f6f59013a866c78630ebf668507315437
0xe571ed08112555070c035ff211bf3618ec62ed291e341949e69c768fcea99140
0x54d54e4a6451447aea6ba2e19f8ff7f5b866e33e65ddd327b5ffb5e3b1af662e
0x76893a4b0fba38dcf9175727a3230d9c3f45225478027b3ab56cb39c82df32aa
0x7b42b5499ecceb83f62ac91b24284473f594427736bb185b00bf4485df1d7bfc
0xc8c1e718ddaaac671c19cfb6c0db18cc6c0ef26a89709a6e2f9f9e2daaa0e2d8
0x160aad9306cd229e95fb925be1f6880d75e5bd6d821b8237c6b8fb76f551447e
0x0d147de4733a78880091f5b242c24141c6b1158eb058089c560c656109f704a0
0xb467fc748394c931bdbdf7b3825675fd43ee562732cc6c513f48f79a9217bf38

Functions
Getter at block 21754443
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
6780794
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
cbBTC is onchain
owner(view returns (address)
0x9652721d02b9db43f4311102820158abb4ecc95b
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CIO
totalSupply(view returns (uint256)
6780793
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId