Beatles

Verified contract

Active on Ethereum with 720 txns
Deployed by via 0xf85d981f at 15636963
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Beatles"

0xc54e8d7ca219f274d65dcd174c3a11014bc653c4c828778bab51fed9db28042f
0x3af742f63d9ee011ec8f56f1b9171294cb9b7162d8dac921945ac56951503dad
0x85f98cbb00e8585117b582383790aec784d8c5b57823d11638dade475e5ff47d
0x18ff340597dc39f41dea5f20f4521c98f650b68fef52b5bc7d60b7b0b8e52a22
0x762d1e2e7a9100d0c2329c086f0caa2ad8573eb0d67d829bf83076c5365094a7
0x60a7dcee7ac284a7a49868a7b0d8798634a145304295e6e9aab3732b50b83119
0x7cec312fd9cb907b9594ad71abceb61d6e9d52b760d4743cb8c81f783a543bbd
0xce858202acb6e289d6db045630deeae17936a86515482cb047866d2ed4b7098a
0x847383ac4a99752b3aea38be600baa7373e8fed204f0ab3435b01de07f6d7c9e
0x6ae71cfa2a30f01f12073db94216bfe5992df1b6f0127fa2521c9cff7e2a5eae

Functions
Getter at block 20874904
baseTokenURI(view returns (string)
https://ipfs.io/ipfs/QmUggnr9HzvJ1VFBnAiaWH1YeKCwWRiEqgEMLmaDJGnCMM?filename=121.json
defaultTokenURI(view returns (string)
maxSupply(view returns (uint256)
9400
name(view returns (string)
Beatles
owner(view returns (address)
0x0dbac552f10d0a97305810419243df5fc0ec06de
publicMintStatus(view returns (uint8)
2
publicSalePrice(view returns (uint256)
0
symbol(view returns (string)
Beatles
totalSupply(view returns (uint256)
9400
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usermint(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
marketMint(address[] marketmintaddressuint256[] mintquantitypayable 
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setDefaultURI(string _defaultURI
setPublicMintStatus(uint256 status
setPublicPrice(uint256 mintprice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseTokenURIuint256 _maxSupplyuint256 _publicSalePrice
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(