Eff You Guys
Verified contract
Active on
Ethereum with 1,059 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,506.04)
Native
Value
$1,506.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4801 | $3,136.93 |
$1,506.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18558897 | a year ago | | | 0 | 0.0016654074 | |
| 18337420 | a year ago | | | 0 | 0.00013450153 | |
| 17245427 | 2 years ago | | | 0 | 0.0032626796 | |
| 16775195 | 2 years ago | | | 0 | 0.00094828440 | |
| 16741621 | 2 years ago | | | 0 | 0.0015166805 | |
| 16738346 | 2 years ago | | | 0 | 0.0019585708 | |
| 16586269 | 2 years ago | | | 0 | 0.0017352947 | |
| 15850965 | 2 years ago | | | 0 | 0.00047465598 | |
| 15822690 | 2 years ago | | | 0 | 0.00026719000 | |
| 15793679 | 2 years ago | | | 0 | 0.00085840576 |
ABI
ABI objects
Getter at block 21177163
MAXNFTS() view returns (uint256)
5555
MAXNFTSPurchase() view returns (uint256)
10
_baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmWHQQwWSxsUafeN9pvXuPngP4vvgo2EcLeQdSv7FT7Qwf/
_price() view returns (uint256)
0
contractURI() view returns (string)
https://ipfs.io/ipfs/QmWHQQwWSxsUafeN9pvXuPngP4vvgo2EcLeQdSv7FT7Qwf/5555
freeMints() view returns (uint256)
1111
isSaleActive() view returns (bool)
true
maxFreeMintsPerWallet() view returns (uint256)
3
maxPaidMintsPerWallet() view returns (uint256)
20
name() view returns (string)
Eff You Guys
owner() view returns (address)
0xf5dfca4286e2604e5c709eed226e8e2c79b71831
reservedNFTs() view returns (uint256)
0
symbol() view returns (string)
EFF YOU GUYS
totalSupply() view returns (uint256)
5555
Read-only
NFTOfOwner(address _owner) 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)
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)
flipSaleState()
mintNFT(uint256 numberOfNFTs) payable
mintNFTS(address _to, uint256 _amount)
renounceOwnership()
reservedMints(address _to, uint256 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxFreeMintsPerWallet(uint256 maxFreeMintsPerWallet_)
setNFTPrice(uint256 newPrice)
setProxyRegistryAddress(address proxyAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawAll()
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 baseURI, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()