FudFarmGenesis
Verified contract
Active on
Ethereum with 614 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CROP | ERC-20 | 176.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560736 | 3 months ago | | | 0 | 0.000024317582 | |
| 20001675 | 6 months ago | | | 0 | 0.00010889197 | |
| 16908995 | 2 years ago | | | 0 | 0.00032654623 | |
| 16519634 | 2 years ago | | | 0 | 0.00083566177 | |
| 16486283 | 2 years ago | | | 0 | 0.00042731015 | |
| 16390485 | 2 years ago | | | 0 | 0.00084448728 | |
| 15644310 | 2 years ago | | | 0 | 0.00050828177 | |
| 15568426 | 2 years ago | | | 0 | 0.00035062169 | |
| 15568425 | 2 years ago | | | 0 | 0.00060014095 | |
| 15515372 | 2 years ago | | | 0 | 0.00046603536 |
ABI
ABI objects
Getter at block 21292152
baseURI() view returns (string)
ipfs://QmaKJaecdfCBJLcvoDo1nKsJ3Puc4igqW95gKshMCKT7zd/
contractAddress() view returns (address)
0xb2d644291a677abe89e95a01740cdac971e6a206
cropAddress() view returns (address)
0xc0ada8ef0c811fdd3059bb6df5f5947d708f80ae
cropPrice() view returns (uint256)
400000000000000000000
fudFarmAddress() view returns (address)
0x94d4a314fc718adfb3e9e25d3e3a984862ec7f1b
name() view returns (string)
FudFarmGenesis
owner() view returns (address)
0x8fdee07cc5b73f4a74452c5a8a1d4c3c63bfbdfc
presaleMaxWallet() view returns (uint256)
3
presaleTotal() view returns (uint256)
50
price() view returns (uint256)
40000000000000000
publicMaxWallet() view returns (uint256)
7
stakeAddress() view returns (address)
0xa096fa33c27a9f6ee2e0fcedbaa736dfb1288a61
symbol() view returns (string)
FUDGENESIS
total() view returns (uint256)
520
totalCrop() view returns (uint256)
500
totalEth() view returns (uint256)
277
totalMax() view returns (uint256)
777
totalSupply() view returns (uint256)
520
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)
presaleWhitelist(address) view returns (bool)
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 addToWhitelist(address[] _addresses)
approve(address to, uint256 tokenId)
devMint(uint256 _times)
mint(uint256 _times) payable
presaleMint(uint256 _times, uint256 _cropAmount)
publicMint(uint256 _times, uint256 _cropAmount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setPresaleStart(bool _start)
setPublicStart(bool _start)
setStart(bool _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawCrop()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed sender, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_, address _fudFarmAddress, address _cropAddress, address _stakeAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.