Im doing my based

Unverified contract

Proxy

Active on Base with 3 txns
Deployed by via 0x8e9592ed at 11495449
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "Im doing my based"

0x8164ba5fb08029da14b7546b99801aab37bd9a3bfc3a77124ece4166339dab57
0x59764e97eb2bc272d4bc7c75877f03582c060b8281a8134b94eb2371985353ca
0xdfd8d44457e8f6797713c255c3d5864b71edfc328d45796146c67f0ecb590214

Functions
Getter at block 22770269
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmS6LbAMqDUd2VfpBoyKCGnZF8B4ukCQxpd3GWtj9Z92Sb
creatorProceedRecipient(view returns (address)
0x2eb2cc48ea1c9d472ad3f99f657d61da14d52e60
derivativeFeeRecipient(view returns (address)
0x8238675df6148410a75bf95b654dd6f41bec9ddd
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
Im doing my based
owner(view returns (address)
0x0501f97dd89a7eec0f8646e39a0b9d0bd608cf31
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
1712372238
symbol(view returns (string)
TITLES
totalSupply(view returns (uint256)
3
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
initialize(address _creatorstring _namestring _symbolstring _uriaddress _creatorProceedRecipientaddress _derivativeFeeRecipientuint256 _priceuint256 _maxSupplyuint256 _mintLimitPerWalletuint256 _saleEndTimeuint96 _secondaryRoyaltyBps
purchase(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawETH(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DerivativeFeePayout(uint256 valueaddress recipient
FundsWithdrawal(address indexed withdrawnByuint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProceedsPayout(uint256 valueaddress recipient
Sale(address touint256 quantityuint256 pricePerTokenuint256 firstTokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(