VeeFriends Series 2
Verified contract
Active on
Ethereum with 126,389 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($68.12)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 68.12 | $1.00 |
$68.12 | |
MMRs | ERC-721 | 1 | -- | -- | |
HQG | ERC-20 | 0.02 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155796 | 5 hours ago | | | 0 | 0.00052829217 | |
| 21152972 | 15 hours ago | | | 0 | 0.00055976331 | |
| 21151166 | 21 hours ago | | | 0 | 0.00053256504 | |
| 21150013 | a day ago | | | 0 | 0.00028265318 | |
| 21150011 | a day ago | | | 0 | 0.00046888056 | |
| 21148928 | a day ago | | | 0 | 0.00050371271 | |
| 21147825 | a day ago | | | 0 | 0.00029876631 | |
| 21146642 | a day ago | | | 0 | 0.00058406336 | |
| 21146634 | a day ago | | | 0 | 0.00090225782 | |
| 21146031 | 2 days ago | | | 0 | 0.00065368986 |
ABI
ABI objects
Getter at block 21157332
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
name() view returns (string)
VeeFriends Series 2
royaltyAddress() view returns (address)
0xc5089dec5cfd599b845f6b385fee67fb8ee6ca83
royaltyBps() view returns (uint256)
655
symbol() view returns (string)
VF2
totalSupply() view returns (uint256)
55555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[])
getFeeRecipients(uint256) view returns (address[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
inventoryTypeConfig(string) view returns (uint256 price, uint256 firstId, uint256 numTokens, uint256 numMinted, bool isActive)
isApprovedForAll(address owner, address operator) view returns (bool)
minterAddresses(uint256) view returns (address)
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)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
grantMinterRole(address minter)
grantRole(bytes32 role, address account)
mintBatch(address buyer, string orderId, string inventoryType, uint256[] tokenIds)
renounceRole(bytes32 role, address account)
revokeMinterRole(address minter)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri) returns (string)
setDropRoyalties(address newRoyaltyAddress, uint256 newRoyaltyBps)
setInventoryTypeActiveFlag(string inventoryType, bool isActive)
setInventoryTypeConfig(string inventoryType, uint256 price, uint256 firstId, uint256 numTokens)
setInventoryTypeNumTokens(string inventoryType, uint256 numTokens)
submitOrder(string orderId, string inventoryType, uint256 quantity) payable
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OrderSubmitted(string indexed orderId, string inventoryType, uint256 quantity, address buyer, uint256 price, address minter, bytes data)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initialBaseUri, string contractName, string contractSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.