Rarible
Verified contract
Proxy
Active on
Ethereum with 18,725 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
16 additional
variables
Balances ($11.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 11.240562 | $1.001 |
$11.25 | |
(#105919681805003314781258104471350949415301170445512083991748748819205745278985) | RARI | ERC-721 | 1 | -- | -- |
(#84311107934028605806918205852040959266997005961331324351213822246532918804481) | RARI | ERC-721 | 1 | -- | -- |
(#70734418446192977907875514772203401821129484428238788110460984757778001166338) | RARI | ERC-721 | 1 | -- | -- |
(#63667683202309392317905693330963629631162255939531783715630929701170250252291) | RARI | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152512 | 19 hours ago | | | 0 | 0.0019619087 | |
| 21148617 | a day ago | | | 0 | 0.0023769522 | |
| 21145847 | 2 days ago | | | 0 | 0.0024110456 | |
| 21145826 | 2 days ago | | | 0 | 0.0026567982 | |
| 21145798 | 2 days ago | | | 0 | 0.0027776917 | |
| 21145738 | 2 days ago | | | 0 | 0.0028608046 | |
| 21144827 | 2 days ago | | | 0 | 0.0048984565 | |
| 21140296 | 3 days ago | | | 0 | 0.00031763843 | |
| 21140295 | 3 days ago | | | 0 | 0.00051821368 | |
| 21138128 | 3 days ago | | | 0 | 0.0065895762 |
ABI
ABI objects
Getter at block 21158228
baseURI() view returns (string)
ipfs:/
contractURI() view returns (string)
name() view returns (string)
Rarible
owner() view returns (address)
0x20b9049c69dea7e5d46de82ce0b33a9d5a8a0893
symbol() view returns (string)
RARI
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)
isMinter(address account) 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)
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
__ERC721RaribleUser_init(string _name, string _symbol, string baseURI, string contractURI, address[] operators, address transferProxy, address lazyTransferProxy)
__ERC721Rarible_init(string _name, string _symbol, string baseURI, string contractURI, address transferProxy, address lazyTransferProxy)
addMinter(address minter)
addMinters(address[] minters)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintAndTransfer(struct LibERC721LazyMintMint721Data data, address to)
removeMinter(address _minter)
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)
CreateERC721RaribleUser(address owner, string name, string symbol)
Creators(uint256 tokenId, struct LibPartPart[] creators)
DefaultApproval(address indexed operator, bool hasApproval)
MinterStatusChanged(address indexed minter, bool indexed status)
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.