0x5968389690d806ee882abec1f1e498b87565d177

Unverified contract

Proxy

Active on Base with 1,199 txns
Deployed by via 0xbaaf364e at 22068968
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 "0x5968389690d806ee882abec1f1e498b87565d177"

0x21501e173ce94057fe53db17a33e8aa8a69e10031b180e588545b0d312347132
0x15dbf511e204a8764ac08247c2815d56421172f3cbfa53e1ff1a1b15fb664e79
0xedc67f7520f10b5c7fe107c34f5ee30efa79a685d705fd52ed2187030b3c15c2
0x58211d43ff478d678639af72575309f57dfba2ea9203865173e9be77b3ad448e
0x419b3bb76a870d8df748195f50abc0d328a14e59e20d13b755bf2b4f9e72ccf6
0xce80c0a9a066ac71d389b1fb7ea18c8f9c2f113ac5521dd3c0d86e58d96fb28a
0x5034f1efabd897470efd6c242f3ce9f16bec8fac1e51dea7098bf5a6cb9cb22b
0x1f555e599f2d72c43f6efe24b0395c9f68dd861ffeafad758eb575771b9de01d
0xd4f472fe192a638d2ada9a298890002653e995cb8ad3fc6c984594938b0d3c7e
0x532fc0e8ef889457283a12d34e672bcca433f9df4e1990f08cc5c9b55efd9311

Functions
Getter at block 22909250
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
1210
 
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)
Groupies by Jerry-Lee Bosmans
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
GBJ
totalSupply(view returns (uint256)
1209
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