PREMINT BOT
Verified contract
Active on
Ethereum with 460 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($434.54)
Native
Value
$434.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.14 | $3,103.88 |
$434.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16746056 | 2 years ago | | | 0 | 0.0011700906 | |
| 16724809 | 2 years ago | | | 0 | 0.00081355123 | |
| 16720821 | 2 years ago | | | 0 | 0.0012735929 | |
| 16545611 | 2 years ago | | | 0 | 0.0013812343 | |
| 16283521 | 2 years ago | | | 0 | 0.00062654549 | |
| 16054653 | 2 years ago | | | 0 | 0.00071064901 | |
| 15975562 | 2 years ago | | | 0.02 | 0.0014288496 | |
| 15960352 | 2 years ago | | | 0 | 0.00035199493 | |
| 15960351 | 2 years ago | | | 0 | 0.00055296493 | |
| 15949838 | 2 years ago | | | 0 | 0.00074816536 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address mintAddress) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address receiver, uint256 count)
approve(address to, uint256 tokenId)
internalMint(address receiver)
mint(uint256 count) payable
mintWhitelist(bytes32[] merkleProof, uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address paymentAddress, string _notRevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()