RUG NFTS
Verified contract
Active on
Ethereum with 7,447 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.00)
Native
Value
$5
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $2,498.55 |
$5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20651939 | 2 months ago | | | 0 | 0.000029001994 | |
| 20319199 | 4 months ago | | | 0 | 0.00022448205 | |
| 20092475 | 5 months ago | | | 0 | 0.00025654699 | |
| 20092471 | 5 months ago | | | 0 | 0.00025921742 | |
| 20092471 | 5 months ago | | | 0 | 0.00025921742 | |
| 20092469 | 5 months ago | | | 0 | 0.00023503772 | |
| 19695670 | 6 months ago | | | 0 | 0.00038744630 | |
| 19682573 | 6 months ago | | | 0 | 0.00068424948 | |
| 19674595 | 6 months ago | | | 0 | 0.00057529473 | |
| 19636691 | 7 months ago | | | 0 | 0.00065231749 |
ABI
ABI objects
Getter at block 21091326
MAX_PUBLIC_PLUS_ADMIN_RUGS() view returns (uint256)
5555
MAX_RUGS_PER_TX() view returns (uint256)
1
PUBLIC_RUGS() view returns (uint256)
4555
RUG_PRICE() view returns (uint256)
0
baseURI() view returns (string)
ipfs://QmSaHr5HJZ2Jkz2rA8k15H2drtW5BSPFnWcv7pMV2nkhsg/
merkleRoot() view returns (bytes32)
0x589dbbe1660ebdb023edce7e6c2db11440f4449c7c6afbb592b06da9bfb77efb
name() view returns (string)
RUG NFTS
owner() view returns (address)
0xd727b9dc3529505ceb15809e523ee2898cb75c2d
publicMintEnabled() view returns (bool)
true
symbol() view returns (string)
RUGGED
totalSupply() view returns (uint256)
4905
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
true
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)
isValid(bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicClaimed(address) view returns (bool)
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[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events MintPublic(uint256 _rugAmount) payable
MintWhitelist(uint256 _rugAmount, bytes32[] _proof) payable
adminMint(uint256 _teamAmount)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPublicMintEnabled(bool _state)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
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(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()