0x2d2393c7b79136864fecf7678a87fb5d58a24d33

Unverified contract

Proxy

Active on Base with 10,698 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 "0x2d2393c7b79136864fecf7678a87fb5d58a24d33"

0x362941d74e7566b778903a882d11b8ffe71852141940afa5d98e86fca99bc857
0x49ba612a29f537ec3b59b9ee0249dabaae3778c2c2cf2214a21fea45eaf73a14
0x7c0dc1ab9cdd7436284d9c7025fc8a07178a36732617ff3aafbcf2ccf061ff56
0x9d0eb4199817873e6cfb2963929b77346ff952b9778e6c6b9b0dd73670896ba2
0xfe313f18560f7d77a99dbfb4b5bd3bbfb29c8ca5df19883a2e05e163e2c80c3c
0xae146794ed9eca80103d33d816d3e88a5da5ea6897b51740de4ac747c35af703
0x6edb323cb081b586d7f80251bb5ae41bd63d5c14fb7645b6b1d98a078fb95f09
0x6d2c8e5ad722300089e21602e0a0d1237d132f8d6c0ac820ce16b2616dad9170
0x146232d41da3045eaef568c0a4154db900effecd83d9c876bec25c51280810ee
0x064b24bf884d0a206b9e2e7dd846461446c43985b53f77df74e5212ef3afc260

Functions
Getter at block 22917073
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
10871
 
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)
10870
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