Rug Or Rich
Verified contract
Active on
Ethereum with 4,406 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Rug Or Rich"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20504758 | 3 months ago | | | 0 | 0.000041266936 | |
| 20499846 | 3 months ago | | | 0 | 0.000046179322 | |
| 16873711 | 2 years ago | | | 0 | 0.00035654155 | |
| 16844592 | 2 years ago | | | 0 | 0.00080837629 | |
| 16844592 | 2 years ago | | | 0 | 0.00074670819 | |
| 16752813 | 2 years ago | | | 0 | 0.00082254650 | |
| 16740282 | 2 years ago | | | 0 | 0.00093433267 | |
| 16732144 | 2 years ago | | | 0 | 0.00082829946 | |
| 16731367 | 2 years ago | | | 0 | 0.00087890456 | |
| 16707800 | 2 years ago | | | 0 | 0.0017320600 |
ABI
ABI objects
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 owner) view returns (uint256)
feeMinted(address) view returns (uint256)
freeMinted(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
devMint(uint256 amount)
mint(uint256 amount) payable
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_)
setMaxFreeMintCount(uint256 _count)
setMaxFreePerTx(uint256 amount)
setMaxFreePerWallet(uint256 amount)
setMaxPerTx(uint256 amount)
setMaxPerWallet(uint256 amount)
setMaxSupply(uint256 supply)
setPrice(uint256 amount)
setSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()