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 "FARM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16957710 | 2 years ago | | | 0 | 0.00057674624 | |
| 16956912 | 2 years ago | | | 0.002 | 0.0013652340 | |
| 16956906 | 2 years ago | | | 0.002 | 0.0013098171 | |
| 15799381 | 2 years ago | | | 0 | 0.00096480174 | |
| 15799329 | 2 years ago | | | 0.002 | 0.0024306500 | |
| 15799292 | 2 years ago | | | 0.002 | 0.0019969619 | |
| 15799286 | 2 years ago | | | 0.002 | 0.0023488146 | |
| 15799282 | 2 years ago | | | 0.002 | 0.0016642697 | |
| 15799282 | 2 years ago | | | 0.002 | 0.0019971188 | |
| 15799282 | 2 years ago | | | 0.002 | 0.0019971188 |
ABI
ABI objects
Getter at block 21394077
cost() view returns (uint256)
2000000000000000
maxFreePerWallet() view returns (uint8)
0
maxMintAmountPerTx() view returns (uint256)
3
maxSupply() view returns (uint256)
6666
name() view returns (string)
owner() view returns (address)
0x6368104982663331c7378c13372e90989f7f5226
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
1004
uriPrefix() view returns (string)
Read-only
_mintedFreeAmount(address) view returns (uint256)
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) payable
freeMint(uint256 _mintAmount) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()