think blue

Unverified contract

Proxy

Active on Base with 3,669 txns
Deployed by via 0x06d2b388 at 19815514
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
--
0x9dc629114ca57c9f20610c9ae643fd9bf3d96b5c3fb765ab0ad65669640b2ded
0x23752a26b5c443d8fed30adf47b0eed719a3842e3b5fee6c483885a1cda92888
0xcad45208bd9c9d1da81e965531d8270022383404b8fd48f619013ce0618dd34a
0xe14bb140f47cc0e3274f55e01b79e6a2bcde71ceb948a0045c708be5ed75668f
0x65fae894755fcaae80fa75114d769251fc08c0b2f3abb8bd3f0c68ed47dcb225
0x0f05e38a644b146f65bc64e8d0811eec8a1ce60d62984f8066faa0e86ffa50ff
0xfd60534db506309ba1e59b56da5e42b5a6cd7928d8871faca177dfcddfe72089
0x762a6142a21a9712c9ae1806b0102ebeebc517e04c22352e9788fe3980a6b0a1
0xc9e2a18c1c911aa2607900cfb51f76c3c468bba38b13b34a9ec06b828be80772
0xc57c7116b4909095431aa94aae369a49dc7d8d92516c2641d9cd546f2ac9c969

Functions
Getter at block 22920444
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3727
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
think blue
owner(view returns (address)
0x64f9ddc214147de2cfc8e705877fd860208becc4
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TB
totalSupply(view returns (uint256)
3726
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