THINK BIG

Unverified contract

Proxy

Active on Base with 20,113 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"

0xb53bce050cd3c0c9790ede0a9b495c15a3061cd219634a2657a05131ee0c0acf
0xd66e3dcd96a1dfb6d0ff753e5ba7ca15a22fe773d3aea668504a8bddaef3eb9a
0x7aaf16c652a93f227006b424fbae49caa64a9ff37c9a4300306ebd2b46b65112
0x5bfd35c81058a43072811c8b2df7581e760cb844bfca9929624df91f924fd6f4
0x53f84f0e7a20ebdec597e057df03c5604327bd02cba6f29c15d61023717d8401
0x686be2cb3452ae23601f66803c983825a90587fc63af7599fb23677e329ae20c
0xaa0a6517a661f9a9077c5c7b3b6f004c28134da6cfa09a5a54ad02edf4a04e35
0xe60de60f476c9f78a2d50e9fb9709bd9e4ffadf5fb3d8e835d35d30e26b826ab
0xe03d9110f148fc794c2aa55a4f401c0cca77e169e37c3595315bb7f9301de777
0xd534ee394cb72a63d76b4eb09f4278b587c62448e2824530543b46fd25bb38cf

Functions
Getter at block 21757704
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
20195
 
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)
20194
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