Rarible
Verified contract
Proxy
Active on
Ethereum with 73,104 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 46 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
16 additional
variables
Balances ($3.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LUNA | ERC-20 | 68.573906K | $0.000048 |
$3.28 | |
APE | ERC-20 | 0.118005 | $1.28 |
$0.15 | |
HQG | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275554 | an hour ago | | | 0 | 0.00074648424 | |
| 21275544 | an hour ago | | | 0 | 0.00081490479 | |
| 21275540 | an hour ago | | | 0 | 0.00077353806 | |
| 21275530 | an hour ago | | | 0 | 0.0029108779 | |
| 21275409 | an hour ago | | | 0 | 0.00047573280 | |
| 21275403 | an hour ago | | | 0 | 0.00077753955 | |
| 21275396 | an hour ago | | | 0 | 0.00079294896 | |
| 21275384 | an hour ago | | | 0 | 0.0031540071 | |
| 21273888 | 6 hours ago | | | 0 | 0.0033501399 | |
| 21273065 | 9 hours ago | | | 0 | 0.00072706146 |
ABI
ABI objects
Getter at block 21275779
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 account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
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)
royaltyInfo(uint256 id, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) 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
__ERC1155RaribleUser_init(string _name, string _symbol, string baseURI, string contractURI, address[] operators, address transferProxy, address lazyTransferProxy)
__ERC1155Rarible_init(string _name, string _symbol, string baseURI, string contractURI, address transferProxy, address lazyTransferProxy)
addMinter(address minter)
addMinters(address[] minters)
burn(address account, uint256 id, uint256 amount)
burnBatch(address account, uint256[] ids, uint256[] amounts)
mintAndTransfer(struct LibERC1155LazyMintMint1155Data data, address to, uint256 _amount)
removeMinter(address _minter)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
transferFromOrMint(struct LibERC1155LazyMintMint1155Data data, address from, address to, uint256 amount)
transferOwnership(address newOwner)
updateAccount(uint256 _id, address _from, address _to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseUriChanged(string newBaseURI)
BurnLazy(address indexed operator, address indexed account, uint256 id, uint256 amount)
BurnLazyBatch(address indexed operator, address indexed account, uint256[] ids, uint256[] amounts)
CreateERC1155Rarible(address owner, string name, string symbol)
CreateERC1155RaribleUser(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)
Supply(uint256 tokenId, uint256 value)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.