This is Rare
Verified contract
Active on
Ethereum with 1,775 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 "This is Rare"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18892721 | a year ago | | | 0 | 0.0015069039 | |
| 17125606 | 2 years ago | | | 0 | 0.0019987281 | |
| 16800950 | 2 years ago | | | 0 | 0.0020370707 | |
| 16800948 | 2 years ago | | | 0 | 0.0026643359 | |
| 16663027 | 2 years ago | | | 0 | 0.0017642684 | |
| 16661716 | 2 years ago | | | 0 | 0.0012011969 | |
| 16661450 | 2 years ago | | | 0 | 0.0012928642 | |
| 16650094 | 2 years ago | | | 0 | 0.0031179262 | |
| 16646667 | 2 years ago | | | 0 | 0.0015698109 | |
| 16627163 | 2 years ago | | | 0 | 0.00089857854 |
ABI
ABI objects
Getter at block 21288134
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmXuWiN38gy9cDTVfsstu8S5HWyPVfHiBQPYqFiHfAGtmi/
isRareSaleActive() view returns (bool)
true
maxRarePerWallet() view returns (uint256)
20
maxRareSupply() view returns (uint256)
6969
mintRareCost() view returns (uint256)
0
name() view returns (string)
This is Rare
owner() view returns (address)
0x4e3ee1b5fb95e7a0eff36b737a46381c50b0c26c
symbol() view returns (string)
RARE
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) 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 operator, uint256 tokenId) payable
mintRare(uint256 mintAmount) payable
renounceOwnership()
reserveRare(uint256 mintAmount)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setRareCost(uint256 newRareCost)
toggleRareSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()