VeeFriends Auctions
Verified contract
Active on
Ethereum with 13,203 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 65534 additional slots
-
variable spans 65534 additional slots
Balances ($1,706.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.50925 | $3,350.09 |
$1,706.03 | |
0x06b8…1118 | ERC-1555 | 1 | -- | -- | |
0x3564…3dae | ERC-1555 | 1 | -- | -- | |
0x4466…e818 | ERC-1555 | 1 | -- | -- | |
0x76c5…4298 | ERC-1555 | 1 | -- | -- | |
0x7e93…b89f | ERC-1555 | 1 | -- | -- | |
0x8de9…8c7f | ERC-1555 | 1 | -- | -- | |
VFT | ERC-721 | 1 | -- | -- | |
cGsMP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453320 | 4 months ago | | | 0.5 | 0.000023785000 | |
| 20453205 | 4 months ago | | | 0.5 | 0.000023785000 | |
| 20452967 | 4 months ago | | | 0.5 | 0.000023785000 | |
| 20409142 | 4 months ago | | | 0.5 | 0.000023785000 | |
| 14520820 | 3 years ago | | | 1 | 0.0021168650 | |
| 14109391 | 3 years ago | | | 0.51900919 | 0.0091334400 | |
| 14109391 | 3 years ago | | | 0.52811039 | 0.0087290950 | |
| 14109391 | 3 years ago | | | 0.53190594 | 0.0089669450 | |
| 14109391 | 3 years ago | | | 0.54034878 | 0.0082296100 | |
| 14033871 | 3 years ago | | | 0.86070617 | 0.0075612515 |
ABI
ABI objects
Getter at block 21248821
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
benefactor() view returns (address)
0x263a1c688c4426eede9b57e741ffb2b9cadcca94
getListingsLength() view returns (uint256)
9013
name() view returns (string)
VeeFriends Auctions
Read-only
calculateCurrentPrice(uint256 listingId) view returns (uint256)
getListings(uint16 start, uint16 length) view returns (struct VFAuctionsOutputListing[])
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addConsigners(address[] newConsigners)
addListingTemplates(bytes32[] newTemplates, uint256 offset)
addListings(bytes32[] newListings, uint256 offset, uint256 length)
bid(uint256 listingId) payable
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBenefactor(address newBenefactor, bool sendBalance)
withdraw()
ListingPurchased(uint256 indexed listingId, uint16 index, address buyer, uint256 price)
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)
constructor(string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.