1 ETH FP
Verified contract
Active on
Ethereum with 33,179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "1 ETH FP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160574 | 8 hours ago | | | 0 | 0.00070720610 | |
| 21106924 | 8 days ago | | | 0 | 0.00013346850 | |
| 21074655 | 12 days ago | | | 0 | 0.00032787090 | |
| 21074496 | 12 days ago | | | 0 | 0.00052290676 | |
| 21038359 | 17 days ago | | | 0 | 0.00046461535 | |
| 20931250 | a month ago | | | 0 | 0.00070644095 | |
| 20895395 | a month ago | | | 0 | 0.000077622973 | |
| 20895082 | a month ago | | | 0 | 0.00013614836 | |
| 20885377 | a month ago | | | 0 | 0.00036829710 | |
| 20780655 | 2 months ago | | | 0 | 0.00024459158 |
ABI
ABI objects
Getter at block 21162882
MAX_PER_Address() view returns (uint256)
1
MAX_PER_Transaction() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0x0fe88828e510f96cd47f6e5b7c49617fc0ab5408e5fdf1d569759a52dfa00f8e
name() view returns (string)
1 ETH FP
nextOwnerToExplicitlySet() view returns (uint256)
0
notRevealedURI() view returns (string)
ipfs://Qmdz4pdyrrUk6aBd8a2pAyvcTx6gL8BhKUT5eBsR9hf1io/hidden.json
owner() view returns (address)
0x0a3efa56950ef3c5ddf6fb7ab785bea824b8a1f4
paused() view returns (bool)
false
price() view returns (uint256)
0
privateListIsActive() view returns (bool)
true
revealed() view returns (bool)
true
royaltyFeesInBips() view returns (uint96)
1000
royaltyRecipient() view returns (address)
0xb72b18abd12511388bed432d628708391a9ba0e4
symbol() view returns (string)
1EthFP
totalSupply() view returns (uint256)
5555
whiteListIsActive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] merkleproof, bytes32 leaf) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 airdrop(address beneficiary, uint256 amount)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
pause(bool _state)
presaleAndWhitelistMint(uint256 quantity, bytes32[] merkleproof) payable
renounceOwnership()
reserveNFT(uint256 quantity)
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMAX_PER_Address(uint256 _newLimit)
setMAX_PER_Transaction(uint256 _newLimit)
setMerkleRoot(bytes32 m)
setNotRevealedURI(string URI)
setPrice(uint256 _newPrice)
setPrivateListActive(bool _state)
setPrivateListLimit(uint256 _newLimit)
setTeamWallet(address _newTeamWallet)
setWhitelistActive(bool _state)
setWhitelistLimit(uint256 _newLimit)
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(string _uri, string _hiddenURI, uint96 _royaltyFeesInBips, bytes32 _root, address _teamWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.