PrideBots

Verified contract

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

No balances found for "PrideBots"

0xc8a33667451ad71bd2dc150deedbc00ff092a757d311dd64eaabf5253e7c78d9
0x02920763c33946f949a99b414058ec88a538ad8e5d52e56e5c0072690e6c5175
0x21e9c7864e6f1bbc74e63cbd8f4938ea9372736f92fa3951d4205f51f063bf1a
0x7e407b0c6cb6d1169c67bad3b246b58dfb667819c5b929455cbf2879d4603864
0x810ce7cb7db552eb13883a1c9c2ad50fc8fd6f24a882f94045761d39ae7b069e
0xbba96d6ce2870e810fde425deb364f2c3e60215a214f3f973da0bacb06afdc19
0x5bced3634d7890eafc51493881ddfbac5d33036f09801c7c170931d3452c6f30
0x08c3d87547409f9edef3f4f8b7e274a18796e7cefd4cdf599739a232efdc44bd
0x1932108202e0d6e2fb8141c50e8dcfa00dcff466728dd947f372013f1c9c88f1
0x678d7d8f1a1d7937c01f56cee19374c21b2756307fbeef96bce4487f8b2d4295

Functions
Getter at block 20872107
MAX_FREE_PER_WALLET(view returns (uint256)
10
MAX_MINTS_PER_TX(view returns (uint256)
5
NUM_FREE_MINTS(view returns (uint256)
1000
PUBLIC_SALE_PRICE(view returns (uint256)
0
baseTokenURI(view returns (string)
ipfs://QmYBj8QiiX24PpDKbku28jbzM3MRNwpJrTdYebBHPJoRu2/
freeNFTAlreadyMinted(view returns (uint256)
1000
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
3333
name(view returns (string)
PrideBots
owner(view returns (address)
0x6b5756c2dec221147f81527bb9e9263b04a6fa62
symbol(view returns (string)
PB
totalSupply(view returns (uint256)
1061
Read-only
balanceOf(address ownerview 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
approve(address touint256 tokenId
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 quantity
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(