PECFriends
Verified contract
Active on
Ethereum with 6,823 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PECFriends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21198133 | 25 days ago | | | 0 | 0.00031901192 | |
| 21194261 | a month ago | | | 0 | 0.0012692243 | |
| 21105830 | a month ago | | | 0 | 0.000076194638 | |
| 21077247 | a month ago | | | 0 | 0.00028012891 | |
| 21077246 | a month ago | | | 0 | 0.00027965965 | |
| 21053454 | a month ago | | | 0 | 0.00020268220 | |
| 20997778 | 2 months ago | | | 0 | 0.00023167148 | |
| 20984922 | 2 months ago | | | 0 | 0.00061027889 | |
| 20740936 | 3 months ago | | | 0 | 0.00013191200 | |
| 20706885 | 3 months ago | | | 0 | 0.000061122500 |
ABI
ABI objects
Getter at block 21379341
EXPIRE_SECONDS() view returns (uint32)
172800
mintPrice() view returns (uint256)
60000000000000000
name() view returns (string)
PECFriends
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc91e60db48e356e1df856770dd39315b69e47001
symbol() view returns (string)
PECFREN
totalSupply() view returns (uint256)
5555
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)
isSaleOn(uint8 mintType) view returns (bool)
maxMintNumber(uint8 mintType) view returns (uint256)
merkleRoots(uint8) view returns (bytes32)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
roundMax(uint8 mintType) pure returns (uint256)
roundMintedNumber(uint8, address) view returns (uint256)
startTimes(uint8) view returns (uint32)
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)
mint(uint8 mintType, uint256 quantity, bytes32[] proof) payable
renounceOwnership()
reserveTokens(address[] _owners)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(uint8 mintType, bytes32 _merkleRoot)
setOwnersExplicit(uint256 quantity)
setStartTimes(uint8 mintType, uint32 _startTime)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.