FukEverything
Verified contract
Active on
Ethereum with 5,711 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 "FukEverything"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19908875 | 6 months ago | | | 0 | 0.000083345547 | |
| 19908872 | 6 months ago | | | 0 | 0.000086907600 | |
| 19896566 | 6 months ago | | | 0 | 0.00028287600 | |
| 19895071 | 6 months ago | | | 0 | 0.00030838080 | |
| 19800861 | 7 months ago | | | 0 | 0.00023182902 | |
| 19734556 | 7 months ago | | | 0 | 0.00044456985 | |
| 19542365 | 8 months ago | | | 0 | 0.00057663971 | |
| 18839747 | a year ago | | | 0 | 0.0013893195 | |
| 18839612 | a year ago | | | 0 | 0.0017538312 | |
| 18839383 | a year ago | | | 0 | 0.0013578048 |
ABI
ABI objects
Getter at block 21290488
NftsToMint() view returns (uint256)
10000
currentOwner() view
()
maxTokensPerWallet() view returns (uint256)
3
name() view returns (string)
FukEverything
owner() view returns (address)
0x2f869b6d6e7e6b64130d80cae1d7452561a4a89c
saleActivity() view returns (bool)
true
symbol() view returns (string)
FUK
totalSupply() view returns (uint256)
10000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events TransferOwnership(address newOwner)
approve(address to, uint256 tokenId)
mint(uint256 amount)
mintAdmin(address account, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxNftsToMint(uint256 maxnftstomint)
setMaxTokensPerWallet(uint256 tokens)
setSaleActivity(bool issaleon)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()