Drivrs

Verified contract

Active on Ethereum with 7,076 txns
Deployed by via 0x81ed3727 at 16074482
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.01
0xf8a0405625b5662a69d73f2a9ea19ccbe3f574c95abce7dd4dcab3ad97521aeb
0xae9661defd9399b1fc0853a586fc9f53d0b016f52c56ec7d98802d863145887d
0x67c1c066604ad637f4ea12fe6c33ff9472a400de9b94f3adbeb43d61d10893aa
0x9afa10246355cf33c558680b5ec08e776d571f3fb8c362d42006edc34616156b
0xd8ac21a3fce7b485fa811f8baa1348bc49cf33d0fd12da31c72b4892c7bf3211
0x2e05c670dc3105f77689146decb0ecd6b9be407855d3a7e34449590d5169a016
0x7c2f46be677a193336fc2dc1020df34029a1421d36141ee3f832fdf380122152
0x8a2971544118a9053581262ba2fbc44dfc128d19a1daa657b0bf2b453bd49d0a
0x7d7d97d850ff6fddbabd1ab6851cdef288859d50d4154990601674c37f3e1928
0x97b7fc2bcf1922bc161e899f45a938d6e08a1f9c72a3c6314e1d5fd9ba0844ca

Functions
Getter at block 20890693
ADDRESS_1(view returns (address)
0x294fe0982d4a700650efab41c8c59998d4a2fdb9
ADDRESS_2(view returns (address)
0x188a3c584f0de9ee0eabe04316a94a41f0867c0c
MAX_SUPPLY(view returns (uint256)
2888
MINT_LIMIT(view returns (uint256)
1
PUBLIC_PRICE(view returns (uint256)
20000000000000000
TRANSACTION_LIMIT(view returns (uint256)
1
WL_PRICE(view returns (uint256)
20000000000000000
isPresaleActive(view returns (bool)
false
isPublicSaleActive(view returns (bool)
true
name(view returns (string)
Drivrs
owner(view returns (address)
0x19d81e9e6b50ef330cfb0161e6ab638e580b6a04
symbol(view returns (string)
DRIVRS
totalSupply(view returns (uint256)
2888
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
usedDigests(bytes32view returns (bool)
userPurchase(addressview returns (uint256 presaleMinteduint256 freeMinted)
State-modifying
approve(address touint256 tokenIdpayable 
decreaseSupply(uint256 _maxSupply
devMint(address[] _addressesuint256[] quantities
freeMint(bytes32[] proofuint256 numberOfTokensuint256 maxMint
mint(uint256 numberOfTokensuint64 expireTimebytes sigpayable 
presaleMint(bytes32[] proofuint256 numberOfTokensuint256 maxMintpayable 
renounceOwnership(
reveal(bool revealedstring _baseURI
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string URI
setFreeMintRoot(bytes32 _freemintRoot
setMintLimit(uint256 _mintLimit
setPreSaleRoot(bytes32 _presaleRoot
setPreSaleStatus(
setPresalePrice(uint256 _wlPrice
setPublicPrice(uint256 _publicPrice
setPublicSaleStatus(
setSigner(address _signer
setTransactionLimit(uint256 _transactionLimit
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(