FARM

Verified contract

Active on Ethereum with 396 txns
Deployed by via 0xfbfb8f01 at 15692625
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FARM"

0x3a2839e27a7b35b08a63295a6dc2f8805fa1281375bd980546dada05cdafa02b
0x48dde14e1e1b35748a4b11e652c14ac10427995db46b528558c757d702f802bf
0x3d8eb72497cb8e89ac8071cfe699da6d0f07d617ba4fc829a413d23bb396f5d2
0xb3c552ab2893c1183f4219004e8940ca851ebfdb976f1fd0a068af2e7c510195
0xed36cbfe54877060c53994773a216381e80467f779fde138b90f1c78c577603a
0x8e34defae6f5bdcacb11bfadc44a2651a8643de13cf2e6912a3b709537befc71
0x8e72116244df30750b161c5c96197a3cec30ec1e659564092a196213cce2a85f
0x5b2999c57bb38e1236f173255fb0778bd04324042bc21cd1149742d53dd4c2e0
0xfc1ca3770f713e17d71ad986dbda2699b2ca42148262dd1f6db68537b3becc99
0xe441d84c30308bfa7b685e076fca87b9e9a6cb246af15bf3a4a8f6f6688256a3

Functions
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(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
freeMint(uint256 _mintAmountpayable 
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxSupply(uint256 _maxSupply
setPaused(bool _state
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(