BaseApepes

Verified contract

Active on Base with 774 txns
Deployed by via 0xaf4c3284 at 3945898
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BaseApepes"

0x5384bb7977fc55f7de183e0f21291780a7d8f09118ad2b24b646c8397e61b8b2
0x93c95ad84dc9743d4ec19c4744bc01241e1fdc53177b62e16954ac9013d8dc59
0x245777d9d5927e000e244663f4f88273145529e0f014d2ee5ac0eb26ab90d3a0
0xf4a76a8d3d1cb41fd4b96e6dcda40b700710bc50e2af5f9bde37d037703e320e
0x6ebb85eab57d705fa39094f23ae594c418e2369b0cfb2791d3eee78b5f9b060d
0xc345e279947ec8b7f49df0639aad119f21d61160a0af23eb82d97ee33b7b2fa4
0x6325477f4d961d9d1fdc6c4bcfa99d1c75817114dae4e3449d323e4aa5d8b32a
0x1ec7f9b3b3f36ce71ffab9be3addbba17a98cf33720d35cdac7093812f788e80
0x2fe8d6135fa1a9b17caf25723f941de42920eaa97850667e005e41c16506ca19
0xf501614422885862f336253ba713668b1d8ee6ec166696289b6c871ad13b7f95

Functions
Getter at block 23086226
ServiceFee(view returns (uint256)
0
_maxSupply(view returns (uint256)
2000
costOfNFT(view returns (uint256)
400000000000000
maxMintAmountPerTx(view returns (uint256)
100
maxMintAmountPerWallet(view returns (uint256)
100
name(view returns (string)
BaseApepes
numberOfFreeNFTs(view returns (uint256)
4
owner(view returns (address)
0xc5caeecd3170b1d4eb9efe5791ee3d26d4b996b7
paused(view returns (bool)
false
revealed(view returns (bool)
false
symbol(view returns (string)
BaseApepes
totalSupply(view returns (uint256)
2000
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 tokenIdpayable 
mint(uint256 _mintAmountpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCostPrice(uint256 _cost
setExtensionURL(string uri
setMaxMintAmountPerTx(uint256 perTx
setMaxMintAmountPerWallet(uint256 perWallet
setMaxSupply(uint256 supply
setbaseURL(string uri
setnumberOfFreeNFTs(uint256 perWallet
transferFrom(address fromaddress touint256 tokenIdpayable 
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(
BalanceQueryForZeroAddress(
ContractPaused(
InsufficientFund(
InvalidMintAmount(
MaxMintWalletExceeded(
MaxSupply(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoSmartContract(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenNotExisting(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(