This contract is being backfilled. You may encounter incomplete storage history.

Onchain Autumn

Verified contract

Active on Base with 2,108 txns
Deployed by via 0x6b3b113f at 3494887
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
--
0x064e813f83618a7d760cbec0cad01de0c00d8aab83488e6dfc1b734b64933ac0
0x76219e5ccca8ac4668ac27a3206c2ea261c03a5391cac427c4e26bdfdc583c8d
0x41863c7b172f49a9a2da8fa7a4f4304309c79c294ce5e032a3de2d8882e835a7
0xa1d19205cd09e3cef321696f490f84b03506f5ae76112790a58962ea3e5074e7
0x50409ca7a969ecb5b45f886f82f3adade0ad6124fc3c60ba48de7afb10b5e760
0x9e75ea3bcefaf984c9f5f21c46c89a57cb7aa1ff587a15ecf2020381fd242e9f
0xe7a3c283ca0666b1e7dffcb94e9388c2063af16e00f178f279575488e99a627c
0xa47e67ef2b757d70592490c1d760116e657a5260d768ec883098ecaf5644d3f5
0x2fbf8b9b82134ff59f1126577d4db61403c87e94300af03a760f2174f2a3fd3c
0x1a7d67dc9abdf97968ade3a98aa460f86cf6e625e55a5011b97e5f04d56e3d87

Functions
Getter at block 22014036
MAX_FREE_PER_WALLET(view returns (uint256)
0
MAX_MINTS_PER_TX(view returns (uint256)
500
NUM_FREE_MINTS(view returns (uint256)
0
PUBLIC_SALE_PRICE(view returns (uint256)
6660000000000000
baseTokenURI(view returns (string)
ipfs://bafybeibfkwxy3h5li4inl7vez62wknkmmvfrhbuftfxssfrn6ykrlusa6m/
freeNFTAlreadyMinted(view returns (uint256)
0
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
84530
name(view returns (string)
Onchain Autumn
owner(view returns (address)
0x57c5e201e2a8d3ee549972669c0dd3147c901092
symbol(view returns (string)
OCA
totalSupply(view returns (uint256)
19733
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(