MetaFriends
Verified contract
Active on
Ethereum with 1,382 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "MetaFriends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20099814 | 5 months ago | | | 0 | 0.000069841375 | |
| 20099814 | 5 months ago | | | 0 | 0.000070083131 | |
| 20099814 | 5 months ago | | | 0 | 0.000070083131 | |
| 18954175 | a year ago | | | 0 | 0.00074965567 | |
| 18795967 | a year ago | | | 0 | 0.0010936932 | |
| 17809105 | a year ago | | | 0 | 0.00068352554 | |
| 17640549 | a year ago | | | 0 | 0.0011733786 | |
| 16800122 | 2 years ago | | | 0 | 0.0016676908 | |
| 16661352 | 2 years ago | | | 0 | 0.00095704219 | |
| 16578084 | 2 years ago | | | 0 | 0.0011078203 |
ABI
ABI objects
Getter at block 21281477
DutchAuctionMintCount() view returns (uint256)
0
DutchAuctionMintItems() view returns (uint256)
6667
PRICE() view returns (uint256)
100000000000000000
airdropMintCount() view returns (uint256)
76
airdropPaused() view returns (bool)
false
baseURI() view returns (string)
https://metafriends.s3.us-west-2.amazonaws.com/api/
firstPhaseItems() view returns (uint256)
3333
lastMintTime() view returns (uint256)
1650687013
maxMintPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
MetaFriends
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc2ae244f0c0025864ac1fd87af4c8202bcd9a78f
preMintPaused() view returns (bool)
true
publicMintPaused() view returns (bool)
true
refundAddress() view returns (address)
0xc2ae244f0c0025864ac1fd87af4c8202bcd9a78f
refundPeriod() view returns (uint256)
604800
symbol() view returns (string)
MF
totalSupply() view returns (uint256)
1188
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
hasRefunded(uint256) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
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 DutchAuctionMint(uint256 amount, address to) payable
airdropMint(string salt, bytes token) payable
airdropToAddr(address[] toList)
approve(address to, uint256 tokenId)
preMint(uint256 amount, string salt, bytes token) payable
publicMint(uint256 amount) payable
refund(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAirdropPaused(bool _airdropPaused)
setApprovalForAll(address operator, bool approved)
setAuctionAddr(address __address)
setBaseURI(string newBaseURI)
setOwnersExplicit(uint256 quantity)
setPreMintPaused(bool _preMintPaused)
setPublicMintPaused(bool _publicMintPaused)
setSignerAddr(address __address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI, address signer, address _refundAddr, uint256 _maxBatchSize, uint256 _collectionSize)
This contract contains no fallback and receive objects.
This contract contains no error objects.