Nuts & Bolts by Studio Gummi

Unverified contract

Proxy

Active on Base with 10,579 txns
Deployed by via 0xf51fee4f at 18947072
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 "Nuts & Bolts by Studio Gummi"

0x675728c34f7100d72648851fec3b5c3e5f7e1ce53487df2d58fb57bbae295a80
0x92ddb5b0a80b37eeb7b515b577c725beb86e1db2602147d5551fcf5f1c0fc177
0xeafe1eb3a44f67e61926ae9499250e2e19f3c6998f09e47a4f4a1495b1310b14
0xe19d09aade2889cd482d9a76a6a5faff7713b1dcbc9a91056b13462773f02c3c
0x2e6427f04e051561feee12ab1eb5c5fdcde5ca64670e060c3ee554110410888e
0xb8baa619cd590c201c9bc63908afd546ec783c339dcbd6bee97289af12ccd0c4
0x3180c4b99711b16dcca52ec3fc45410d3ba5c613ca132ff542b2e223319816d4
0xe59e5a06c7bc71b876e60dbb02ad776c46d3cd9da06b3b90e67039634f3205a0
0x3ca1d60118f7507caf07abbc4e7228da4121df4b7def82ae7e81a9654328138c
0x7fe276ad1e2322c74efab6fcb6f7bff7b35ab9929317ed488921e231ae278c47

Functions
Getter at block 22134811
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
10754
 
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)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Nuts & Bolts by Studio Gummi
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NBB
totalSupply(view returns (uint256)
10753
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