Movin Frens
Verified contract
Active on
Ethereum with 1,270 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 "Movin Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309356 | a day ago | | | 0 | 0.0012148014 | |
| 21286967 | 4 days ago | | | 0 | 0.00081430880 | |
| 21036015 | a month ago | | | 0 | 0.00067397286 | |
| 21024156 | a month ago | | | 0 | 0.00013494536 | |
| 20857009 | 2 months ago | | | 0 | 0.00053344592 | |
| 20744523 | 3 months ago | | | 0 | 0.00020495508 | |
| 20742678 | 3 months ago | | | 0 | 0.00041338511 | |
| 20660679 | 3 months ago | | | 0 | 0.000024621577 | |
| 20657325 | 3 months ago | | | 0 | 0.000090594171 | |
| 20610251 | 3 months ago | | | 0 | 0.000064791022 |
ABI
ABI objects
Getter at block 21316492
OGMerkelRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
cost() view returns (uint256)
25000000000000000
hiddenMetadataUri() view returns (string)
https://ipfs.movinfrens.com/unreveal
maxMintAmtPerTx() view returns (uint256)
5
maxPerUser() view returns (uint256)
5
maxSupply() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0x64a32b8bda4816abfeddf3850f526c3616b3aecb96f08168d07469794c6f77a4
mintPhase() view returns (uint256)
0
name() view returns (string)
Movin Frens
owner() view returns (address)
0x022fa2c8289c39f02f631b1912350a0ff6933269
revealed() view returns (bool)
true
revealedURI() view returns (string)
ipfs://bafybeifjqpc34hgg5a7rqubjrnbvayng7jynl2q7nda7gmxktuf2y355wi/
symbol() view returns (string)
MF
totalSupply() view returns (uint256)
1511
uriSuffix() view returns (string)
.json
Read-only
OGClaimed(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidOG(bytes32[] proof, bytes32 leaf) view returns (bool)
isValidWL(bytes32[] proof, bytes32 leaf) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events OGMint(bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _revealedURI)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerUser(uint256 _amount)
setMintAmtPerTx(uint256 _amount)
setMintPhase(uint256 _phase) returns (string)
setOGRoot(bytes32 _OGRoot)
setRevealed() returns (string)
setUriSuffix(string _uriSuffix)
setWLRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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(uint256 _cost, uint256 _MaxPerTxn, uint256 _MaxPerUser, uint256 _maxSupply, string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()