cbBTC | Song A Day #5734

Unverified contract

Proxy

Active on Base with 4,222 txns
Deployed by via 0xe58abfaf at 19681185
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 | Song A Day #5734"

0xbbed4b72b8ec9414a7579e1aeb52f16e873abd92874529f7fd6d8a87a881a48d
0xbae2425a585d690e5f6865076875afbedef0f4c58904f128a75f489512365a0e
0xd8b8d1d853886c9c4025a25f06e6d5f66f4aa9c2dc73e005e2b95000852adb5f
0xd6ea1e9eea6e15c5483b8ccdb3783843e456aa5a5b75a17ce38cb8a594080889
0x1e36895b6b84e22d4842d4376f4af271add801003f39abae196c1358459aee47
0x373c4bb10b13d03c793d45b115ee863fbf4b246e8cc100cddbdf7a66ec43044a
0x0d65baacad1c41d640f305f1127f99f421a507018014eb3cc78cdcb83ccbc8e6
0xc5039c408b191aec7261a906d83a67b98af9904bc4f609dec3753ecf310c5a8d
0x1f7171908634c14a2dbe64fe4e43ec811466ac454689ccdcae8b6b60e9f2c6d6
0x840ccff33d101431aee8731dbd1d2d8125411bb22d0df7cc565cfa16694c4eb7

Functions
Getter at block 22155131
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
4606
 
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 | Song A Day #5734
owner(view returns (address)
0x3d9456ad6463a77bd77123cb4836e463030bfab4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
CSA
totalSupply(view returns (uint256)
4605
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