Rug Or Rich

Verified contract

Active on Ethereum with 4,406 txns
Deployed by via 0x4ee82e7c at 15002869
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Rug Or Rich"

0xcddf514ee7510862f5d0e60f902c0c235ad7fec5b78e9ac2f8c1ce9025872a6b
0x4525b157e589d2d7f460e34514b156d685ce169d08430163380d777330efeb29
From
0xca633932fcca88eab63db17e72db353694c90fef946eb8c644465df35774f751
0x1968a48496b245d14efcc7b7f7c087667796d847c90f65a80fc0efb8aba640b3
0xd6f5e84265f934b2b703c2c8ac82353bb722c4967ccdacdab4a9a31d990c02ef
0x29dac34cad49121cac8f150c5c2e86fe6090db89eb671fa1c0083b9f5a2d1020
0x396422ecd215d3e16db7537cd83fe77444f894c887aae6f01bd53a6b677e3639
From
0x41af175ade522121a5ec24b893a4154f3b6bc9a3f0c139be8de59c26b21be92a
0x59130605e41eef06803e104669d49ba81c391c38290e26c895660a270f544c0f
0xd6e6f2af0455d05b96a27ef36bb14ff5098456b9a6e772099bfe7b51644eb4cf

Functions
Getter at block 21263868
freeMintCount(view returns (uint256)
6890
maxFreeMintCount(view returns (uint256)
7833
maxFreePerTx(view returns (uint256)
2
maxFreePerWallet(view returns (uint256)
2
maxPerTx(view returns (uint256)
7
maxPerWallet(view returns (uint256)
7
maxSupply(view returns (uint256)
7833
name(view returns (string)
Rug Or Rich
owner(view returns (address)
0xe48c15b686976a38296f7d9935df8a94c3a3cc63
price(view returns (uint256)
4700000000000000
saleStatus(view returns (bool)
true
symbol(view returns (string)
ROR
totalSupply(view returns (uint256)
7833
Read-only
balanceOf(address ownerview returns (uint256)
feeMinted(addressview returns (uint256)
freeMinted(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
devMint(uint256 amount
mint(uint256 amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri_
setMaxFreeMintCount(uint256 _count
setMaxFreePerTx(uint256 amount
setMaxFreePerWallet(uint256 amount
setMaxPerTx(uint256 amount
setMaxPerWallet(uint256 amount
setMaxSupply(uint256 supply
setPrice(uint256 amount
setSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
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(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(