THINK BIG

Unverified contract

Proxy

Active on Base with 20,121 txns
Deployed by via 0x8e15da89 at 18515115
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 "THINK BIG"

0x8252631cd32677ee4f697bd11b0fe8e32fb9f41fe6b85036fa107c5d553e5092
0xd613264324d1d6aaefcf1c0563c2b668c2e9133cf6757daf8e06fc93ed3b9f22
0x4e785d54c2417b39e06252fd675b87551e2dbd553577784f0b58a0d54afeea7c
0x13783eb099251d21bba8c4e691695b9fad8d0226ad4453863b683bc50f759c57
0xb8fe05ac8849ee20b4e83eaaced6093217100c731151671f6acf942f8c1fee65
0xdec77aef26494fc89ba22020b8038a3f5c2f66addba93141ea586c84a9be7564
0xec0be2114cad4a4eff036e1d2b81eb29b16a915fb0333ed47011086f0365c52e
0x285a14971dfcaca087c8e62840a2bbeb6e6e63ed4d4d43bf048fc3ab4a784a39
0xb53bce050cd3c0c9790ede0a9b495c15a3061cd219634a2657a05131ee0c0acf
0xd66e3dcd96a1dfb6d0ff753e5ba7ca15a22fe773d3aea668504a8bddaef3eb9a

Functions
Getter at block 22920387
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
20197
 
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 BIG
owner(view returns (address)
0x8520d3fdafdfdb7a68f7a7110a0ecfb321e52b1a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TB
totalSupply(view returns (uint256)
20196
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