RugPullFrens
Verified contract
Active on
Ethereum with 3,718 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RPF | ERC-721 | 1 | -- | -- | |
RPF | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20528600 | 3 months ago | | | 0 | 0.000091302645 | |
| 20481916 | 3 months ago | | | 0 | 0.000073986379 | |
| 20469136 | 3 months ago | | | 0 | 0.000067287355 | |
| 20382499 | 4 months ago | | | 0 | 0.00016635231 | |
| 20245056 | 4 months ago | | | 0 | 0.00010323247 | |
| 20127318 | 5 months ago | | | 0 | 0.00081637832 | |
| 20011030 | 5 months ago | | | 0 | 0.00043850069 | |
| 19946489 | 6 months ago | | | 0 | 0.00019107255 | |
| 19857838 | 6 months ago | | | 0 | 0.00015701616 | |
| 19546214 | 8 months ago | | | 0 | 0.00040462982 |
ABI
ABI objects
Getter at block 21203484
FREN_PRICE() view returns (uint256)
0
MAX_FRENS() view returns (uint256)
3333
MAX_MINT_PER_TX() view returns (uint256)
1
MINTED_RESERVED_FRENS() view returns (uint256)
250
RESERVED_FRENS() view returns (uint256)
250
contractURI() view returns (string)
ipfs://QmSCMSEiTfX9Z7AnAmhagH7QMxG8SuZcSPx3sHEahAT4zY
isBurnEnabled() view returns (bool)
true
isPresaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
false
name() view returns (string)
RugPullFrens
owner() view returns (address)
0xe7604c000011444793e7021b41448f0753972719
symbol() view returns (string)
RPF
totalSupply() view returns (uint256)
3310
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaleEligible(uint256 _MAX_CLAIM_FRENS_ON_PRESALE, uint256 _START_PRESALE_MINT_TIMESTAMP, bytes _SIGNATURE) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleClaimed(address) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimReservedFrens(uint256 quantity, address addr)
mintFrens(uint256 quantity) payable
mintPresaleFrens(uint256 quantity, uint256 _MAX_CLAIM_FRENS_ON_PRESALE, uint256 _START_PRESALE_MINT_TIMESTAMP, bytes _SIGNATURE) payable
ownerClaimFrens(uint256 quantity, address addr)
ownerClaimFrensId(uint256[] id, address addr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setIsBurnEnabled(bool _isBurnEnabled)
setMintedReservedFrens(uint256 _MINTED_RESERVED_FRENS)
setPresaleStatus(bool _isPreSaleActive)
setPrice(uint256 _FREN_PRICE)
setPublicSale(bool _isPublicSaleActive, uint256 _publicSaleStartTimestamp)
setSupply(uint256 _MAX_FRENS, uint256 _MAX_MINT_PER_TX)
setTreasury(address treasury)
setURI(string __contractURI, string __tokenURI)
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)
BaseTokenURIChanged(string baseTokenURI)
FRENSMinted(address owner, uint256 numMint, uint256 totalSupply)
IsBurnEnabledChanged(bool newIsBurnEnabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
URIChanged(string contractURI, string tokenURI)
priceChanged(uint256 newTokenPrice)
supplyChanged(uint256 totalSupply, uint256 maxMintLimitPerTX)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.