BITCOIN ON BASE

Unverified contract

Proxy

Active on Base with 2,821 txns
Deployed by via 0x28c7e172 at 19713574
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots
ERC-20
--
0x80eab56f16a557d9342438abf79ca0c797278a4a402ff2eaf592df777de75b85
0x6e6db09c0b08bb83cec92881fbc2a98a6faee0b683879ec73811dbbce02b680e
0x5af11fb8ad828120ca9bf58f0a4a4c82f398e6a22a04752104a1373f237e379b
0xf7c1314ce6e63d03241323ca0f31c4fda370ec1b162910134962c474ae4af40b
0x5e9d0ade407e1be8800ced425a25ec71b24060a216a10a67ad3d964633768542
0x34cbb7a75178b71dbfebead373da4baae5d586cb0f2c94f5c0810977170c8948
0x4e99e1cce15c38cf7f2b47689b1c075ec1c13b285a4ac23f6573fff9ec8f7792
0x03ed7eb42cb4fb3ced078be65c6712a83dd3a091c1cabd500ec822cd3746d591
0xfcaa7cc4c17270978edd6df24f1204df942ff363d400ce7f0fce807bab2a70be
0xc897c1fba2816ad72249c59dac65b69e642504b4bdb275b365c3401d9623cf35

Functions
Getter at block 22138322
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3062
 
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)
0x52d443855e4d15dc47d323fa94e7d92342d3eb57
name(view returns (string)
BITCOIN ON BASE
owner(view returns (address)
0x56f1f5c3dc7dcb9389759007b6ef9512144c461f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BOB
totalSupply(view returns (uint256)
3061
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