Fvck Buddy
Verified contract
Active on
Ethereum with 1,590 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3b41…4a5b
Balances ($0.00)
No balances found for "Fvck Buddy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20855410 | 2 months ago | | | 0 | 0.00030035850 | |
| 19820665 | 6 months ago | | | 0 | 0.00024205892 | |
| 19769085 | 7 months ago | | | 0 | 0.00061416294 | |
| 19635938 | 7 months ago | | | 0 | 0.00056180033 | |
| 19554898 | 8 months ago | | | 0 | 0.00058720881 | |
| 19330555 | 9 months ago | | | 0 | 0.0023498992 | |
| 18900039 | a year ago | | | 0 | 0.0010750137 | |
| 18800482 | a year ago | | | 0 | 0.0011890249 | |
| 18501851 | a year ago | | | 0 | 0.00092975333 | |
| 17976477 | a year ago | | | 0 | 0.00073442442 |
ABI
ABI objects
Getter at block 21210864
PROVENANCE() view returns (string)
isSaleActive() view returns (bool)
true
name() view returns (string)
Fvck Buddy
owner() view returns (address)
0xabf1418bf56aa408653d3fd226e4f9ea0f81de8e
symbol() view returns (string)
FVCKB
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
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)
mint(uint256 numberOfTokens)
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance)
setSaleActive(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.