Jack-o'-Based

Unverified contract

Proxy

Active on Base with 3,555 txns
Deployed by via 0x18c1dfb5 at 21482363
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-o'-Based"

0x90f071d76527d921a2dc199d7bfa7e350a897d9e68d3f1afb4e8958dffb2b6d0
0x433fd49d1044b4abb112e601004e43c82c334355399186dc253722e533535552
0x771c21b2a81f322fadb346d47eb74ae74b949ec991021f5d0a907c760ccb2a65
0xb615148f87bf49cb002d821ab7b9a686099b0843e766cc368f19d547ef8e7eaa
0x9d40dc065127f8e745a0a8f7ec33a81f103cecc97c72ff37fbff5961faa5a9c5
0x2b92de1b5aa9385dc8c5ef1bbb3f06b858c4629b3b0b646ca6b33d38a4b40280
0x39ec505d5d4a614c4d0cfa8cd735a0f083e66bd92a1bb810934ddce4cfcb7e1e
0x008a6dc32e5aceab6285eb58a00dfdd5e6f4f803a2005936f798029012bbc661
0x48d3a4b4d2a12d9b670aeba927a5f6f26e89364010c1cba797af90acb46656ad
0xc25423c492047200db545471869ffe9113dc3dc4768de4de73eb7e485530c059

Functions
Getter at block 22149731
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
3658
 
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-o'-Based
owner(view returns (address)
0x6d1b0721a5564e0e6984aa74165979771ed00521
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
J
totalSupply(view returns (uint256)
3657
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