GFY

Verified contract

Active on Ethereum with 896 txns
Deployed by via 0xd0bd3ba8 at 15429557
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "GFY"

0x37849b28496d5c6025d0c08545452cdae11e44f694a861147c146bcf1a75e9b0
0x92e5b04c080ff3f2fe1ad51bc7fb02aa80e25fabc535cd1f54297bb6604e06e1
0x473fe18c266b7478dea93ed900116dc35aba5113e8475057077777c5e2b84d83
0x3db4b288ad8c2fc2cb4cbcd69568320079a04a5fefb7e32b0bb4533880e132a2
0x3f9ebeeae8728646aac93b0abd367df24b6a3ee0d94d059c6fbda66e5ed54c90
0x66c061801a10e66fbf1615fb24fe27c061c05f9721c2f9554f4bf1b609adea1d
0xf0fdb466c1aa3f73429fcfec3a86153733157ec0394896b31da6f7047ad43fc6
0xfefb12a848d3b2c059534b5259870165fa5e4242f1c3ba1bb824749c7d152003
0x43fc83534b885dde78cf790233acd64f6ab509a73fe874cefbc91aceca3139cd
0xb291931d42bf58112c0979e8d04f4951175303be07de160f5933f90289b65fec

Functions
Getter at block 20911002
MAX_GIFT(view returns (uint256)
55
MAX_NFT_PER_WALLET(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
2022
WHITELIST_DURATION(view returns (uint256)
7200
baseURI(view returns (string)
ipfs://bafybeibmehuwzfml3umlfa557vdsboqomj5brsrs3qrapypld6vggtjgvm/
merkleRoot(view returns (bytes32)
0x82a3d872de06c6a655913b36fd0de76092b4027e3c23e851c623edd5fe3017bb
name(view returns (string)
GFY
notRevealedURI(view returns (string)
ipfs://bafybeia4gn7gplqnliih6uibmaeircgxl7r34aq5by3hjpjqhariatqn6u/shadow.json
owner(view returns (address)
0x290ac66b2f6b15a803eef06b608e0597e5f6df2a
publicSalePrice(view returns (uint256)
0
saleStartTime(view returns (uint256)
1665244800
sellingStep(view returns (uint8)
3
symbol(view returns (string)
GFY
totalReleased(view returns (uint256)
447000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
2022
wlSalePrice(view returns (uint256)
17000000000000000
Read-only
amountNFTsperWallet(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
hasAlreadyClaimed(addressview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
gift(address _touint256 _quantity
publicSaleMint(address _accountuint256 _quantitypayable 
release(address account
release(address tokenaddress account
releaseAll(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxMintPerWallet(uint256 _maxMintPerWallet
setMerkleRoot(bytes32 _merkleRoot
setNotRevealedURI(string _notRevealedURI
setPublicPrice(uint256 _price
setRevealedURI(string _baseURI
setSaleStartTime(uint256 _saleStartTime
setStep(uint256 _step
setSupply(uint256 _maxSupplyuint256 _maxGift
setWhitelistDuration(uint256 _duration
setWhitelistPrice(uint256 _wlPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(address _accountuint256 _quantitybytes32[] _proofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] _teamuint256[] _teamSharesbytes32 _merkleRootstring _notRevealedURIuint256 _startTime
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(