Pawn Bots

Verified contract

Active on Ethereum with 8,820 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#2059)
ERC-721
--
 (#2058)
ERC-721
--
 (#2057)
ERC-721
--
 (#2056)
ERC-721
--
 (#2055)
ERC-721
--
 (#2054)
ERC-721
--
 (#2053)
ERC-721
--
 (#2052)
ERC-721
--
 (#2051)
ERC-721
--
 (#2050)
ERC-721
--
0x9f43d749851135efc3a8faee9a927244a6e2271a096f7e841382f6e4434b3bd3
0x1353cb1e0a01882955e30c6692a8f2f9b0f65f535e1cf1111a341037441889f7
0x6370e89d930ad1fe3a2df4a8b4499023a5addffdac919f115d91b7eca7e4bd1a
From
0x0be080eaad6ca0f3c344031beea533268887daf3b5bb95aa51beb9654e6ab496
0x94896ffa9770fb491233b715c2735c1c4994c22d43a57ba11887039b512ad8f1
0x4e7e341dae941eb1b8e6ea9d22b045520520d711bc4bb378775325e0fbe7aeda
0xe5d3a461740a77ffd4ba1cb36330621e59daf02d0224b953d1612e238d8ef2c4
0x7b562b14e56f648e9f5b5fc524ca44726b569bebabf53250f2cc07c65797e677
0x32bceed777051b77d87e6fe48e05df6dc4659fc4d6617f6dbc4a088bd45ac07e
0x1d0434927f25e9fa6ce57ee72b21ce6c348e371cf952f0038e9866b639c83410

Functions
Getter at block 20942968
COLLECTION_SIZE(view returns (uint256)
8888
MFT(view returns (address)
0xdf2c7238198ad8b389666574f2d8bc411a4b7428
RESERVE_CAP(view returns (uint256)
2100
maxPerAccount(view returns (uint256)
2655
mintActive(view returns (bool)
false
mintCap(view returns (uint256)
6788
mintPhase(view returns (uint8)
0
name(view returns (string)
Pawn Bots
offset(view returns (uint256)
7636
owner(view returns (address)
0x96172d2f87186d423acc7021a337b27b40d0577a
provenanceHash(view returns (string)
798da4691573e27d5c9d055778db518b1e4205a6ec55d4058bdb42707d9eb680
reserveMinted(view returns (uint256)
2100
revealTime(view returns (uint256)
0
symbol(view returns (string)
BOTS
totalSupply(view returns (uint256)
8888
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burnUnsold(uint256 burnAmount
mintPrivate(uint256 mintAmountbytes32[] merkleProof
mintPublic(uint256 mintAmount
rawFulfillRandomness(bytes32 requestIduint256 randomness
renounceOwnership(
reserve(uint256 reserveAmountaddress recipient
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setMaxPerAccount(uint256 newMaxPerAccount
setMerkleRoot(bytes32 newMerkleRoot
setMintActive(bool newMintActive
setMintPhase(uint8 newMintPhase
setProvenanceHash(string newProvenanceHash
setRevealTime(uint256 newRevealTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BurnUnsold(uint256 burnAmount
Mint(address indexed minteruint256 mintAmountuint8 phase
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Reserve(uint256 reserveAmountaddress recipient
Reveal(
SetBaseURI(string newBaseURI
SetMaxPerAccount(uint256 newMaxPerAccount
SetMerkleRoot(bytes32 newMerkleRoot
SetMintActive(bool newMintActive
SetMintPhase(uint8 newMintPhase
SetProvenanceHash(string newProvenanceHash
SetRevealTime(uint256 newRevealTime
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address chainlinkToken_address vrfCoordinator_uint256 vrfFee_bytes32 vrfKeyHash_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
PawnBots__AccountNotAllowed(
PawnBots__MaxPerAccountExceeded(
PawnBots__MintNotActive(
PawnBots__MintNotPaused(
PawnBots__MintPhaseMismatch(
PawnBots__NonexistentToken(
PawnBots__NotEnoughMftBalance(
PawnBots__OffsetAlreadySet(
PawnBots__RandomnessAlreadyRequested(
PawnBots__RemainingMintsExceeded(
PawnBots__RemainingReserveExceeded(
PawnBots__TooEarlyToReveal(
PawnBots__VrfRequestIdMismatch(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(