GetFuckd
Verified contract
Active on
Ethereum with 6,273 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 "GetFuckd"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20010050 | 6 months ago | | | 0 | 0.00018668842 | |
| 20010049 | 6 months ago | | | 0 | 0.00019347193 | |
| 20010048 | 6 months ago | | | 0 | 0.00019020728 | |
| 19901150 | 6 months ago | | | 0 | 0.00014237383 | |
| 19821777 | 7 months ago | | | 0 | 0.00020855815 | |
| 19494944 | 8 months ago | | | 0 | 0.00041071646 | |
| 19494942 | 8 months ago | | | 0 | 0.00043765400 | |
| 18907999 | a year ago | | | 0 | 0.00082692499 | |
| 18856716 | a year ago | | | 0 | 0.0011678299 | |
| 18856648 | a year ago | | | 0 | 0.00099582264 |
ABI
ABI objects
Getter at block 21283963
ALLOWLIST_MINTABLE() view returns (bool)
true
ALLOWLIST_MINT_LIMIT_PER_WALLET() view returns (uint256)
2
BASE_URI_FROZEN() view returns (bool)
false
OWNER_MINT_LIMIT() view returns (uint256)
400
PUBLIC_MINTABLE() view returns (bool)
true
PUBLIC_MINT_LIMIT_PER_WALLET() view returns (uint256)
2
TOKEN_LIMIT() view returns (uint256)
4444
baseTokenURI() view returns (string)
https://getfuckd.xyz/metadata/
burnedTokenCounter() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x9002ace92c673fb07e5d1e9b2b91fa0d9a77965e25bd8e9f61469956f338c235
mintCounterForOwner() view returns (uint256)
301
name() view returns (string)
GetFuckd
owner() view returns (address)
0x01091e5ba342a1f40c2f21db9b7a617e73c559b0
symbol() view returns (string)
FCKD
totalSupply() view returns (uint256)
4444
Read-only
allowlistMintCounterForAddress(address) view returns (uint256)
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)
publicMintCounterForAddress(address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 amount, bytes32[] merkleProof)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freezeBaseURI()
mint(uint256 amount)
ownerMint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenUri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 _merkleRoot)
setMintableStages(bool _allowlistMintable, bool _publicMintable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawal()
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(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.