VeeFriends
Verified contract
Active on
Ethereum with 23,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 458746 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBCS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154484 | 12 hours ago | | | 0 | 0.00041062099 | |
| 21154474 | 12 hours ago | | | 0 | 0.00042355451 | |
| 21153361 | 15 hours ago | | | 0 | 0.00055376749 | |
| 21150440 | a day ago | | | 0 | 0.00062127396 | |
| 21150439 | a day ago | | | 0 | 0.00054694121 | |
| 21150381 | a day ago | | | 0 | 0.00058036315 | |
| 21150272 | a day ago | | | 0 | 0.00064461738 | |
| 21148173 | a day ago | | | 0 | 0.00042777386 | |
| 21146195 | 2 days ago | | | 0 | 0.00078305810 | |
| 21146193 | 2 days ago | | | 0 | 0.00028182082 |
ABI
ABI objects
Getter at block 21157958
CONTENT_ROLE() view returns (bytes32)
0x9abc57040bfcfa57b85b08824ec5ac8a2760aa67e3edf2af636feb2f0b09ff6f
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
INFRA_ROLE() view returns (bytes32)
0x0e8d189d3bb3f499b0afc25b0024719edc7426579927f629d3464e695403963a
REDEEM_ROLE() view returns (bytes32)
0x23ab158aaf38f3699bf4266a91ca312794fa7ad6ee01e00dd03738daa058501e
creator() view returns (string)
VeeFriends
dropSealed() view returns (bool)
true
name() view returns (string)
VeeFriends
royaltyAddress() view returns (address)
0x263a1c688c4426eede9b57e741ffb2b9cadcca94
royaltyBps() view returns (uint256)
1000
symbol() view returns (string)
VFT
totalSupply() view returns (uint256)
10255
Read-only
authorizedSellersAllOffers(address) view returns (bool)
authorizedSellersByOffer(uint256, uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[])
getFeeRecipients(uint256) view returns (address[])
getMetadata(uint256 tokenId) view returns (struct RightwayMetadataTokenMetadata)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSellersFor(uint256 offeringId) view returns (address[] sellers)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isAuthorizedSellerOf(address seller, uint256 offeringId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 addDropAttributes(bytes32[] attributes, uint256 offset)
addDropContent(bytes32[] content, uint256 offset)
addDropContentLibraries(struct RightwayDecoderDropContentLibrary[] contentLibraries)
addDropEditions(bytes32[] editions, uint256 offset)
addDropSentences(bytes32[] sentences, uint256 offset)
addDropStringData(bytes32[] stringData, uint256 offset)
addDropTemplates(bytes32[] templates, uint256 offset)
addDropTokens(bytes32[] tokens, uint256 offset, uint256 length)
addTokenContent(uint256[] tokens, string slug, string contentLibraryArweaveHash, uint16 contentIndex, string contentType)
approve(address to, uint256 tokenId)
deregisterSeller(address seller)
grantRole(bytes32 role, address account)
mint(address to, uint256 tokenId, uint16 attributesStart, uint16 attributesLength)
mintBatch(address to, uint256[] tokenIds, uint16 attributesStart, uint16 attributesLength)
processSale(uint256 offeringId, address buyer, uint256 price)
redeem(uint256 tokenId, uint64 timestamp, string memo)
registerSeller(address seller)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealDrop()
setApis(string newContentApi, string newMetadataApi)
setApprovalForAll(address operator, bool approved)
setDropRoyalties(address newRoyaltyAddress, uint256 newRoyaltyBps)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SellerAdded(address indexed seller, uint256 indexed offeringId)
SellerRemoved(address indexed seller, uint256 indexed offeringId)
TokenContentAdded(uint256 indexed tokenId)
TokenRedeemed(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string newCreator)
This contract contains no fallback and receive objects.
This contract contains no error objects.