jack

Unverified contract

Proxy

Active on Base with 2,476 txns
Deployed by via 0x4ffeec7e at 22019173
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 "jack"

0x5e845ebee2300f77e7da204c77398391022eecfa779126a501316a0e4777789a
0x7526e16414e466ad2a62dbd555140088e2821ffdb3ddaee4d4a009d0df588d55
0x35bd02e4ecd99ff654fd153f4c8d2432a43f77562fd6fc6da70f78830f9d9aa0
0xb463d6624afb700b16f8a635fd19f549bbaa571271a7d7741ea48db7d9214bf8
0xe47ccfb9dfd3dd8a12c924dfda101fac69a007315e353eb0240ec8c86e8628b4
0x19e929742397f2175b59b611fab65eb8e371c30d46ea80771d0e54d6873b6538
0xdb3848fdb9e2502a80c8a93b78f322a6b1be2c233512306aba2236111b44d7df
0x83864fc811eab1c1eb5d810e17ae2f60c9697330f65ee895253e440fcc9ae172
0x9936b9c81d2537b4f231d4fe1937f1e85223f9370ab3f57682179c4b35b8906d
0x3373cbea217750887b7b8ab58a95db38e5ec1aedb44e023e1e5d02d6bde901cb

Functions
Getter at block 22719873
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
2561
 
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)
0x20e26ed291b85a44a6eb9b0d336512b53fd93092
name(view returns (string)
jack
owner(view returns (address)
0xc5f6c6088095c750e695b641b084db9084afab3c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
J
totalSupply(view returns (uint256)
2560
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 quantityaddress referrerpayable 
mintToSender(uint256 quantitystring commentaddress referrerpayable 
mintWithComment(address touint256 quantitystring commentaddress referrerpayable 
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
TokenForgeFee(uint256 creatorFeeaddress platformuint256 platformFeeaddress referreruint256 referralFee
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