BASED Onchan Autumn Stopmotion

Unverified contract

Proxy

Active on Base with 7,171 txns
Deployed by via 0xa8a34251 at 20464952
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 "BASED Onchan Autumn Stopmotion"

0x94a22b0ab8c6e24a70532d03f87638f949326009396ae22b78c894e3b461bfbd
0xbe6d726fc2146b97cf4d4a727bd4682e4840f35c51995338eff703657fba769f
0xbf35fb9e620b0bfee74cca796b5f8975e5f05d2a78e19b9034c4e3d9a276f87c
0xeda1477054ba7ea743c079ff6e96de2db36c10c0a9fc38948337de2c00d37c60
0x695e3a292ce4e8ba19a14672ae2ad234c3017ec744d9ebf19ecb15c6a63ea265
0x2a73b47ec954fec2ad10087efe3d22d11367dc0ff89af1e33a1989638897cbe4
0xe34a0fc78cec7a457b77950e85a86bedc53c08d1ddce8dc0de2b450ea4b0a5fc
0xfbb1ff3405196ccf5a50b241fa7d0c58cfa03bdc550ed522ee838e81a87dc92a
0xb9b612205f8d13a2abdde423d36bb7538a70b7ce54944466afbcded6236a4cce
0xe332505c0e19c91404d1433f26f8c812400726ad8551ecdc29e89d7ae84e2a70

Functions
Getter at block 21808456
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
7329
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
BASED Onchan Autumn Stopmotion
owner(view returns (address)
0xb2952bf3d5d271fda4dec6766990ead17ab9401f
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BOA
totalSupply(view returns (uint256)
7328
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