Based Array

Unverified contract

Proxy

Active on Base with 381 txns
Deployed by via 0xa82bc8c4 at 5810448
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 "Based Array"

0x81bdd7e7244e01f52d0301545d8b581678a8091945a33c9446f110210a795ada
0x9bf8678365e5e231a773a5263a421e888c71c5e0da08da5bb795813b2a5474da
0x38ea5c2fb5337c93f880393c5e9a6c128a1e1174da9d02113b2aa4324d9f5de0
0x5cafb8922205cdc3fe6b49db8f49d9aca468e6e3bb914787603580ad9197f45c
0x981398c6e5fd51a92f8bec7ccf5720187d67034df43a4f87fa2f9cebebb30607
0x1fb0784405d5d5e8356a156df1219a86e14b697fa1a1c7d5ff0f781dd5a30227
0x6f1b5cf9571da356489852971f53154952e5713a52b2ca0af181059a9da1f925
0x5543fdcf8774da836224b625f60562ef94f94656b52d780c4b1e2ea477fd3259
0x033d4fe245575e906609f461a5b41874d60ca87e425ef87e64e213447925ea30
0x0fe7e8494658ad25ef50e64bf466c49abcc435640c94e9a1aafd22fd093da32b

Functions
Getter at block 22114217
DERIVATIVE_FEE(view returns (uint256)
999000000000000
contractURI(view returns (string)
ipfs://QmYK4Dudf5E1gLDwfRZwACkGWnaGD1oVEmiN29tq1HBMpR
creatorProceedRecipient(view returns (address)
0x21a56e43e70b903170e0fa8a47361bd74968c4fb
derivativeFeeRecipient(view returns (address)
0x18fa65406b095f1b1d0dfa5fbf8780b79c9a42cc
maxSupply(view returns (uint256)
0
mintLimitPerWallet(view returns (uint256)
0
name(view returns (string)
Based Array
owner(view returns (address)
0xa33ba7bf6f2343169de5a0496cd76da8839ea3e6
price(view returns (uint256)
0
saleEndTime(view returns (uint256)
0
symbol(view returns (string)
ARRAY
totalSupply(view returns (uint256)
489
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(