Base Turns One

Unverified contract

Proxy

Active on Base with 11,169 txns
Deployed by via 0xbfd94b8c at 18217896
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 "Base Turns One "

0x0f81daf6a5a06a1b37333cabc0f0cd3d3ec9538374ab820e09746c7188258e94
0xdde924a387e3c01dd42305449a7c344b1af3653f649af1715dc67a60e30dbe21
0x0eaa45cd967508c45fafb553556b326196c62611838bbb541a69f6d53845cc00
0xce0ff8a053444e3d426e3c7d967b9913dac17bd815acaa302df3dee317098284
0xea740bca4698ba835b3b1734bc9506383949281278db37eabe6056342d9c7603
0x3f9483a0330994b1c797f36298305d8e48f7f5137349a4262d7a985ecce667ce
0xf1f4854be2f98f9de92d9a5038545943bd6820dcc98e95f472853e73a7c52eaf
0x3f8dd93cd6d9a64e338b46ed20903c5e6ea605441b46d37049a114d69f9c0c24
0x66e882c6772deb39cbe43754093ad30f53c7c90009f054e74d376f791d70c3f9
0xad01bee6cc76ad9ef49a483ba4b06a310980787a861eda85f042cc6688cf8a5a

Functions
Getter at block 22051529
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
11245
 
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)
Base Turns One
owner(view returns (address)
0x29930111ff12d3c75b5be8889568c5ad6a9d6cb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BTO
totalSupply(view returns (uint256)
11244
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