Farm Land by Pixels
Verified contract
Active on
Ethereum with 28,123 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.03)
Native
Value
$0.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000007 | $3,596.44 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293212 | 21 minutes ago | | | 0 | 0.00057773387 | |
| 21292144 | 4 hours ago | | | 0 | 0.00030297839 | |
| 21292074 | 4 hours ago | | | 0 | 0.00036150012 | |
| 21291235 | 7 hours ago | | | 0 | 0.00031470885 | |
| 21289490 | 13 hours ago | | | 0 | 0.00038190787 | |
| 21289472 | 13 hours ago | | | 0 | 0.00048127863 | |
| 21288180 | 17 hours ago | | | 0 | 0.0010282651 | |
| 21285619 | a day ago | | | 0 | 0.00048819947 | |
| 21285118 | a day ago | | | 0 | 0.00056302294 | |
| 21284343 | a day ago | | | 0 | 0.00053750081 |
ABI
ABI objects
Getter at block 21293313
MAX_TOTAL_MINT() view returns (uint256)
5000
MAX_TOTAL_MINT_PER_ADDRESS() view returns (uint256)
10
PRICE() view returns (uint256)
60000000000000000
_baseTokenURI() view returns (string)
https://mint.pixels.online/contracts/
_maxPerAddress() view returns (uint256)
10
_maxSupply() view returns (uint256)
5000
_maxTxPerAddress() view returns (uint256)
1
_merkleRoot() view returns (bytes32)
0x9c257e9fe9118773a07ca49e6d60ca86705adb40feff82e775fa478ce71d4b55
_preSaleTime() view returns (uint256)
1643659200
_presaleMaxPerAddress() view returns (uint256)
10
_presalePrice() view returns (uint256)
60000000000000000
_price() view returns (uint256)
60000000000000000
_publicSaleTime() view returns (uint256)
1643664600
isPreSaleActive() view returns (bool)
false
isPublicSaleActive() view returns (bool)
true
name() view returns (string)
Farm Land by Pixels
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xcc9eb93414bce81a088e7c5e34464ccea944199f
paused() view returns (bool)
false
symbol() view returns (string)
FARM
totalReleased() view returns (uint256)
300660000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onEarlyPurchaseList(address addr, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
earlyPurchase(uint256 count, bytes32[] merkleProof) payable
mint(address to, uint256 count) payable
pause()
purchase(uint256 count) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string baseUri)
setMerkleRoot(bytes32 merkleRoot)
setSaleInformation(uint256 publicSaleTime, uint256 preSaleTime, uint256 maxPerAddress, uint256 presaleMaxPerAddress, uint256 price, uint256 presalePrice, bytes32 merkleRoot, uint256 maxTxPerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
EarlyPurchase(address indexed addr, uint256 indexed atPrice, uint256 indexed count)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Purchase(address indexed addr, uint256 indexed atPrice, uint256 indexed count)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI, uint256[] numericValues, bytes32 merkleRoot, address[] payees, uint256[] shares)
receive()
This contract contains no error objects.