THE BASED DEGEN by King Xerox

Unverified contract

Proxy

Active on Base with 7,086 txns
Deployed by via 0x218c980f at 21805573
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 "THE BASED DEGEN by King Xerox"

0x37145dc002644d3b0be7bcd87e3ee9a8363829964061437c188f68ca89882de2
0x865fcfc463a37dd2ca8d75211c33ce2d817f8e32e460fd789e701a5ef67e5753
0xa22cc538a083cfa43dbea878a756b31607c89344a7c9eb8ffedec9443c9bd22b
0xf250f02a8fde200219a7c7720825b4f13ee4dd7d7dadcf4d30c76d485bb78f3d
0x90f63387e7676aa0b6611841167dff1ea02575043a9f123049d79685cc7d0387
0xfec5ebd902fc9d704bc30a487fec4f6983326842819ff358a69534339fa4bb1e
0x98d466df93b8d3dc0dace792cc6ca3d390f33cf7f0fde52ee54b27da79d26137
0x6d3254dc797a82ab0e48521780c75c29be0d468da1358efd4eb43c2867962a3e
0x3f3aa2c81f71cb260b9338790383742e0ce7aeb765f38f4bc32459bc3cb72243
0x348a2bde9fb2e99e8c29fa08bcd9f72d003db5fc747e4d644cb07a8dc9e3ee6c

Functions
Getter at block 22751869
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
7088
 
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)
THE BASED DEGEN by King Xerox
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
TBD
totalSupply(view returns (uint256)
7087
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