Drunk Robots

Verified contract

Active on Ethereum with 15,982 txns
Deployed by via 0x30ed2201 at 15182839
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $15.97
ERC-20
Value $108.67
ERC-20
--
0xa26883c6125e43068c0a73ffef58089b08e89ecd19474cab9f433ed44384f6c2
0x2d9454961b6fc4e50dda4e796b9abd23ea8f4648ab5c7a7d97858797475a1014
0xde363a13c5b45793d95c8d93e165c3d63e927171f21234d9ea8f558fca4c9520
0xc6547e8bd9c09c96484c0c90e8d6f9c3fda6fc51b0b44a069fe859ac116565f7
0xc619bfbb1df7f6c4da7448206fcf63b28519d5cd07ce92efe3cbe5d23d5d1e5d
0x3c4966379061b5eeb1a4b11279d9a51a7e1a995c7d31f2a686c5959fda533823
0x0016829243340737c27f9a265c7a1a50f31ea238aab0f0bfd1f5c131f0bd7c1d
0xa00fe4167c9b047575dda9459e7aa0c1e7105c68dd40e0784e141032b49e9c2e
0x0471b63ef6276322875ab6d1d68fa11146bc6de74734c85a875b35188624357f
0x237de3194270c966e8c38ccbd95533d6cd2618623554335bd2cea3743ab46914

Functions
Getter at block 21220191
baseURI(view returns (string)
https://drunkrobots.net/nft/metadata/
isPublicMintingEnable(view returns (bool)
true
isWhitelistMintingEnable(view returns (bool)
true
maxSupply(view returns (uint16)
10000
mintLimit(view returns (uint16)
1000
mintPrice(view returns (uint256)
0
name(view returns (string)
Drunk Robots
owner(view returns (address)
0xdb099d5e942727964881c0989692615f1b99f304
symbol(view returns (string)
DR
totalSupply(view returns (uint256)
9792
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)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint16 volumepayable 
mintFromReserve(address touint16 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setMerkleRoot(bytes32 _merkleRoot
setMintLimit(uint16 _mintLimit
setMintPrice(uint256 _mintPrice
setRoyalties(uint16 _royalties
togglePublicMintingStatus(
toggleWhitelistMintingStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint16 volumebytes32[] _merkleProofpayable 
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
MintPriceUpdated(uint256 price
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoyaltiesUpdated(uint256 royalties
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdrawal(address indexed owneruint256 priceuint256 time
Constructor
constructor(string _uri
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(