Rarible
Verified contract
Proxy
Active on
Ethereum with 2,655 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 39 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
12 additional
variables
Balances ($2.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RARI | ERC-20 | 1 | $2.97 |
$2.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21375627 | a day ago | | | 0 | 0.0016830507 | |
| 21363600 | 3 days ago | | | 0 | 0.00034955167 | |
| 21363591 | 3 days ago | | | 0 | 0.00056875747 | |
| 21226323 | 22 days ago | | | 0 | 0.0015865087 | |
| 21207656 | 25 days ago | | | 0 | 0.00050054385 | |
| 21190664 | a month ago | | | 0 | 0.0047775462 | |
| 21181502 | a month ago | | | 0 | 0.0032181082 | |
| 21140290 | a month ago | | | 0 | 0.00050035306 | |
| 20963849 | 2 months ago | | | 0 | 0.0017799246 | |
| 20569667 | 4 months ago | | | 0 | 0.00025011555 |
ABI
ABI objects
Getter at block 21383856
baseURI() view returns (string)
ipfs:/
contractURI() view returns (string)
name() view returns (string)
Rarible
owner() view returns (address)
0x20b9049c69dea7e5d46de82ce0b33a9d5a8a0893
symbol() view returns (string)
RARI
totalSupply() view returns (uint256)
2817
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCreators(uint256 _id) view returns (struct LibPartPart[])
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 id, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__ERC721Rarible_init(string _name, string _symbol, string baseURI, string contractURI, address transferProxy, address lazyTransferProxy)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintAndTransfer(struct LibERC721LazyMintMint721Data data, address to)
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)
transferFrom(address from, address to, uint256 tokenId)
transferFromOrMint(struct LibERC721LazyMintMint721Data data, address from, address to)
transferOwnership(address newOwner)
updateAccount(uint256 _id, address _from, address _to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseUriChanged(string newBaseURI)
CreateERC721Rarible(address owner, string name, string symbol)
Creators(uint256 tokenId, struct LibPartPart[] creators)
DefaultApproval(address indexed operator, bool hasApproval)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.