cbBTC is onchain

Unverified contract

Proxy

Active on Base with 122,417 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"

0xd205a2fc36b7bb65f728552ab5076745809403272d365d5a37718f057616bfb1
0xc94aba3a8ea8ef3eb80717543e89e250c64e24f7f971721fdc551ab430069e67
0x52b148ff9a599635a705163d890cde91e91e9e5be7aa78de6e0dbd213b61e2af
0x43d53db9b316cb8f2e6fb70b37806bb4fe1a554252e0f5ea1557ca7b7178e002
0x941900e6f170646ddf2dbcc2bcb30463cc8a49b833c48fa4dc31bca3ea167945
0xcea9849545da2f456b334aa756ceb01d6c910844c41d7decedbbaff98416063d
0x9fd8e543f35a3e3dcd4d750255018b4ea2f824140d73644b968edb6cbcbb5aee
0x70f7f6a82b67df8d35b7e7156c23d2c70e32b98bb8259174978b233deb580a73
0x789b81bf6be50f22df717c6d643fe49945f5907eb6905b8685fe1b77e972c3ac
0x4b4901da0e09af58146c8f2271de3804fbe34a4594ece05ba0282d82099a097e

Functions
Getter at block 22900652
 
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