BAPC 3d

Verified contract

Active on Ethereum with 2,275 txns
Deployed by via 0x50d06109 at 16260318
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BAPC 3d"

0xe6ff4217ac6aef61cb6c1738b3f03a8cd3003a81b094cad9781b03ee08a8d2f7
0xe61f3bb92ea855ab4bdc8dd3e015b060fa81596165f1d459dafafd03a55be3bf
0x862e8302a3233d8a96b210990373e975151a6fd0c3692ac2d631d8a668d77a46
0x9fe33b79b8dbecd252bfc656d34b044283a011c9ea0209ad23d8516d48f11420
0x9138b413d9fbcf00ffe592e17b7e8a3a4a324c0863b43068b32cb06f95f2f36e
0x9c2136553336e45ae2e46eeb9f1cab28c0cc39a35bd95069fb90d932843afeb2
0x14c65b9f388d1f51d7a76384c20b4be825cbd1db94ae8ab9c73a99fc314ce39e
0x6b7ad077b41623157d93760749b080c9fcb089825ecb1123da8c6a83dc452f94
0x77393123be30793451a578f0adfa25c7da88249130af2f0578c1739143d41cda
0x53080d9e21a2278c1fab3ab4448fdac26d42be77c40263e3726dfe73b76140e5

Functions
Getter at block 20993065
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_maxSupply(view returns (uint256)
2222
costOfNFT(view returns (uint256)
1000000000000000
maxMintAmountPerTx(view returns (uint256)
10
maxMintAmountPerWallet(view returns (uint256)
10
name(view returns (string)
BAPC 3d
numberOfFreeNFTs(view returns (uint256)
1
owner(view returns (address)
0x323c731289ef7e0f786d3f41442a08365c514b25
symbol(view returns (string)
BAPC3d
totalSupply(view returns (uint256)
2222
Read-only
balanceOf(address ownerview returns (uint256)
checkCost(uint256 _mintAmountview 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
airdrop(address[] accountsuint256 amount
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setSupply(uint256 supply
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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 _initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(