CryptoFarm
Verified contract
Active on
Ethereum with 1,647 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 "CryptoFarm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16105760 | 2 years ago | | | 0 | 0.00062316262 | |
| 15197217 | 2 years ago | | | 0 | 0.00049314274 | |
| 15115308 | 2 years ago | | | 0 | 0.0011688512 | |
| 14698623 | 3 years ago | | | 0 | 0.0030884613 | |
| 14688713 | 3 years ago | | | 0 | 0.0035626927 | |
| 14659546 | 3 years ago | | | 0 | 0.0016174415 | |
| 14637496 | 3 years ago | | | 0 | 0.00089760037 | |
| 14601287 | 3 years ago | | | 0 | 0.0014675086 | |
| 14600578 | 3 years ago | | | 0 | 0.0011678956 | |
| 14594686 | 3 years ago | | | 0 | 0.0018372934 |
ABI
ABI objects
Getter at block 21412152
contractURI() view returns (string)
https://ipfs.io/ipfs/QmPdDsgWd1A7AvXkRhD1Vk91xHYkUxxs5AnXSbneLTnbcZ
getNftPerUser() view returns (uint8)
2
getNftThreshold() view returns (uint16)
999
name() view returns (string)
CryptoFarm
owner() view returns (address)
0x64c637faf593199bc6f08f8850931066d3b3cafe
symbol() view returns (string)
FARM
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setNftPerUser(uint8 nftPerUser_)
setNftThreshold(uint16 _threshold)
setTokenUri(string _metadata)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string name_, string symbol_, string baseURI_, string contractURI_, string tokenMetadata_, uint8 nftPerUser_, uint16 nftThreshold_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()