VeeFriends Mini Drops
Verified contract
Active on
Ethereum with 9,367 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VeeFriends Mini Drops"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253614 | 4 days ago | | | 0 | 0.00046263735 | |
| 21216078 | 9 days ago | | | 0 | 0.0021919523 | |
| 21211632 | 10 days ago | | | 0 | 0.00087285393 | |
| 21182009 | 14 days ago | | | 0 | 0.0014665574 | |
| 21166387 | 16 days ago | | | 0 | 0.0018188147 | |
| 21150649 | 18 days ago | | | 0 | 0.00065498019 | |
| 21150130 | 19 days ago | | | 0 | 0.00042108108 | |
| 21144891 | 19 days ago | | | 0 | 0.0016600626 | |
| 21017883 | a month ago | | | 0 | 0.00015715432 | |
| 21017878 | a month ago | | | 0 | 0.00028354946 |
ABI
ABI objects
Getter at block 21283129
name() view returns (string)
VeeFriends Mini Drops
owner() view returns (address)
0xefbf105ca4bd45c3bdff25a7a4e2fe0a7ff2b8a8
symbol() view returns (string)
VFMD
totalSupply() view returns (uint256)
3966
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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 approve(address to, uint256 tokenId)
giftToken(address to, uint256 tokenId)
mint()
mintBatch(uint256 length)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseAddress(string baseUrl) returns (string)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseUrlChanged(string indexed oldUrl, string indexed newUrl)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.