Meat Bun art

Unverified contract

Proxy

Active on Base with 727 txns
Deployed by via 0x506ed997 at 22270010
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 "Meat Bun art"

0xd82b1acb3031c920c88a0243597c1fb8f40c1a0c52fef9375b787a5460e7c9c7
0x79ba51d958368354fd2bd04ee0dfde9ad1e126d96ca52d26cd04f1ac00c5c496
0xbb2019e2b856d0e926c11a9c4eb790576138b32482b71c63e5e1c393e156b065
0x6ca2080fd339ac5c1cd96514fa8ccc88d89f8ad85d5b1a5d1fff3cecf002793c
0xa0142d8a777dcd4c4203e567659caa5073f40908c221c795e368d74c39849e1c
0xdd3d1e362100144dea61344d4267d1f6f6ca52d16e6e982692595ffd1948b71d
0x7d49606cd34bf8c8f27a0fd7f01210adbfdc24d500ad50000830cca6e6ab2a06
0x166eef414b63719c5fcc992df20ddc83f2caedc26bb036426f40e193357509b2
0x46326ffa8a5c071fdc232f6c51aee19e543d9f17598b01cf3e5daa5d90acea8f
0x915110733014e6ba6788200964e49b8390f8a7055c9976b547563a81088cbe29

Functions
Getter at block 23760790
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
713
 
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)
Meat Bun art
owner(view returns (address)
0x21a3a8b36f3cf53f13a020420d8114490b2ab851
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MBA
totalSupply(view returns (uint256)
712
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