FrankenPunks
Verified contract
Active on
Ethereum with 22,090 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "FrankenPunks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144091 | 2 days ago | | | 0 | 0.00093981502 | |
| 21143956 | 2 days ago | | | 0 | 0.00059895157 | |
| 21109776 | 7 days ago | | | 0 | 0.00011892167 | |
| 21069916 | 13 days ago | | | 0 | 0.00015800750 | |
| 21009450 | 21 days ago | | | 0 | 0.00043949666 | |
| 21009424 | 21 days ago | | | 0 | 0.00036174185 | |
| 21003484 | 22 days ago | | | 0 | 0.00030227006 | |
| 20966028 | a month ago | | | 0 | 0.00082703180 | |
| 20958049 | a month ago | | | 0 | 0.00030547853 | |
| 20958047 | a month ago | | | 0 | 0.00029636193 |
ABI
ABI objects
Getter at block 21161115
AUCTION_PRICE_END() view returns (uint256)
88000000000000000
AUCTION_PRICE_START() view returns (uint256)
500000000000000000
MAX_MINT_PER_TX() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
10000
PRESALE_PRICE() view returns (uint256)
88000000000000000
RESERVED_SUPPLY() view returns (uint256)
300
ROYALTY_AMOUNT_DENOMINATOR() view returns (uint256)
1000000000000000000
TOKEN_URI_EXTENSION() view returns (string)
.json
_auctionEnd() view returns (uint256)
1642445040
_auctionStart() view returns (uint256)
1642272240
_isFinalized() view returns (bool)
false
_isRevealed() view returns (bool)
true
_presaleIsActive() view returns (bool)
false
_presaleMerkleRoot() view returns (bytes32)
0x810bc6dd779a50755716f6aa85ed810c9671479036a3a6d6795eef6e34e3d213
_provenanceHash() view returns (string)
0xf517985e33ce2227d74c27c1dafcda266cfc430736b4697741f332341618e08d
_royaltyAmountNumerator() view returns (uint256)
75000000000000000
_royaltyRecipient() view returns (address)
0xe0baf312b5f8c27b25380ff1f97447ad9747752f
_saleIsActive() view returns (bool)
false
_startingIndex() view returns (uint256)
2625
_startingIndexBlockNumber() view returns (uint256)
14032457
_startingIndexWasSet() view returns (bool)
true
contractURI() view returns (string)
getCurrentAuctionPrice() view returns (uint256)
88000000000000000
name() view returns (string)
FrankenPunks
owner() view returns (address)
0xe0baf312b5f8c27b25380ff1f97447ad9747752f
symbol() view returns (string)
FP
totalSupply() view returns (uint256)
10000
Read-only
_numPresaleMints(address) view returns (uint256)
_usedVoucher(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCost(uint256 numToMint, bool isPresale) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner, uint256 startId, uint256 endId) view returns (uint256[])
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
fallbackSetStartingIndexBlockNumber()
finalize()
mint(uint256 numToMint) payable
mintPresale(uint256 numToMint, uint256 maxMints, uint256 voucherAmount, bytes32[] merkleProof) payable
mintReservedTokens(address recipient, uint256 numToMint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionStartAndEnd(uint256 auctionStart, uint256 auctionEnd)
setBaseURI(string baseURI)
setContractURI(string newContractURI)
setIsRevealed(bool isRevealed)
setPlaceholderURI(string placeholderURI)
setPresaleIsActive(bool presaleIsActive)
setPresaleMerkleRoot(bytes32 root)
setProvenanceHash(string provenanceHash)
setRoyaltyInfo(address royaltyRecipient, uint256 royaltyAmountNumerator)
setSaleIsActive(bool saleIsActive)
setStartingIndex()
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)
Finalized()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAuctionStartAndEnd(uint256 auctionStart, uint256 auctionEnd)
SetBaseURI(string baseURI)
SetContractURI(string contractURI)
SetIsRevealed(bool isRevealed)
SetPlaceholderURI(string placeholderURI)
SetPresaleIsActive(bool presaleIsActive)
SetPresaleMerkleRoot(bytes32 root)
SetProvenanceHash(string provenanceHash)
SetRoyaltyInfo(address royaltyRecipient, uint256 royaltyAmountNumerator)
SetSaleIsActive(bool saleIsActive)
SetStartingIndex(uint256 startingIndex, uint256 blockNumber)
SetStartingIndexBlockNumber(uint256 blockNumber, bool usedForce)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrew(uint256 balance)
constructor(string placeholderURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.