PREMINT BOT

Verified contract

Active on Ethereum with 460 txns
Deployed by via 0xe52569ad at 15313961
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $434.54
0x0eaf750c5d34dfb2cc18dc253bdc16939ac86cc36a910de58b243550148d9d3d
0xd01def0a2650c4954df56dd0edcc911873d087b01e52d0cf5cba0ddedfeb92e6
0xeb0ecb48f65d7316bb3eef9322f43cd9cea237762c996adeb74f3eca9a194e51
0x72262238a0f0d32ca922ffb815fe4b397a734d40b038f90f3890a4bd0ea71532
0x97a5cb3e8d1f180c05dab79e529bbe4835448d61a1a6a382644e1c6ed66aa946
0xd5c2869795725da85b44be958e3629a3e9ba9ddd9f6d29e966e033531458239e
0xebeae8500bd32b000eb8d0ac14e4aba1b67e09f6cd30eded617577eb99eb52d7
0xe92f665da3fceb7776fd05d6ca19614cf23c1e8ac737f49edc916909a7ba4a45
0xf5859bab148cdce2806c0b0b56c4a12d316bc88616b26dbe8e9003f49fbba377
0x93d8670b4d7acf14668e3443f16c9928c5d1dea18cd1452a80d66e54a1813855
From

Functions
Getter at block 21225410
INTERNAL_SUPPLY(view returns (uint256)
88
baseURI(view returns (string)
maxSupply(view returns (uint256)
888
merkleRoot(view returns (bytes32)
0x9595aef423d643af94f895dc5cc1ab8de5d6add201f4985272fdfe7e6a63fdbe
mintPrice(view returns (uint256)
20000000000000000
name(view returns (string)
PREMINT BOT
notRevealedURI(view returns (string)
https://ipfs.io/ipfs/QmWfymtRJBrVrUzW6CUYef3ny8giAEJsKbJujEgBr4zcN4?filename=permintbot.json
owner(view returns (address)
0x5970ffc7992c013f1f255d673fc233e00eb8e404
saleStatus(view returns (uint8)
2
symbol(view returns (string)
PREMINTBOT
tokenPerAccountLimit(view returns (uint256)
2
totalSupply(view returns (uint256)
446
whiteListPrice(view returns (uint256)
15000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address mintAddressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address receiveruint256 count
approve(address touint256 tokenId
internalMint(address receiver
mint(uint256 countpayable 
mintWhitelist(bytes32[] merkleProofuint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURL(string url
setMaxSupply(uint256 supply
setMerkleRoot(bytes32 root
setMintPrice(uint256 price
setNotRevealedURI(string _notRevealedURI
setPaymentAddress(address paymentAddress
setSaleStatus(uint8 status
setTokenPerAccountLimit(uint256 limit
setWhiteListPrice(uint256 price
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address paymentAddressstring _notRevealedURI
Fallback and receive

This contract contains no fallback and receive objects.

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