Drunk Robots
Verified contract
Active on
Ethereum with 15,982 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($124.64)
Native
Value
$15.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0051 | $3,130.84 |
$15.97 | |
WETH | ERC-20 | 0.034726 | $3,129.33 |
$108.67 | |
TATR | ERC-20 | 0.0025 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158899 | 9 days ago | | | 0 | 0.00079594157 | |
| 21102671 | 16 days ago | | | 0 | 0.00010169040 | |
| 21101836 | 17 days ago | | | 0 | 0.00023993640 | |
| 21030913 | a month ago | | | 0 | 0.00044073645 | |
| 21030907 | a month ago | | | 0 | 0.00047730469 | |
| 21030904 | a month ago | | | 0 | 0.00049108036 | |
| 20881249 | 2 months ago | | | 0 | 0.00025817026 | |
| 20768578 | 2 months ago | | | 0 | 0.000059658847 | |
| 20732402 | 2 months ago | | | 0 | 0.000098703792 | |
| 20731793 | 2 months ago | | | 0 | 0.00021893811 |
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint16 volume) payable
mintFromReserve(address to, uint16 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMerkleRoot(bytes32 _merkleRoot)
setMintLimit(uint16 _mintLimit)
setMintPrice(uint256 _mintPrice)
setRoyalties(uint16 _royalties)
togglePublicMintingStatus()
toggleWhitelistMintingStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint16 volume, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MintPriceUpdated(uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesUpdated(uint256 royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address indexed owner, uint256 price, uint256 time)
constructor(string _uri)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()