GFarmNFT V2
Verified contract
Active on
Ethereum with 2,278 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "GFarmNFT V2"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20095158 | 5 months ago | | | 0 | 0.00015916392 | |
| 20095157 | 5 months ago | | | 0 | 0.00015794434 | |
| 20095156 | 5 months ago | | | 0 | 0.00025684302 | |
| 20095049 | 5 months ago | | | 0 | 0.00033568616 | |
| 20094959 | 5 months ago | | | 0 | 0.00019724377 | |
| 20094958 | 5 months ago | | | 0 | 0.00031818769 | |
| 20094859 | 5 months ago | | | 0 | 0.00019769283 | |
| 20094858 | 5 months ago | | | 0 | 0.00035209291 | |
| 20083000 | 5 months ago | | | 0 | 0.00070521767 | |
| 20007630 | 6 months ago | | | 0 | 0.00023102093 |
ABI
ABI objects
Getter at block 21281845
baseURI() view returns (string)
currentSupplyArray() view returns (uint16[5])
[500, 400, 300, 200, 100]
farm() view returns (address)
0x1e887e7115321b4ee5d58dd446ec09e12b45d81b
maxSupplyArray() pure returns (uint16[5])
[500, 400, 300, 200, 100]
name() view returns (string)
GFarmNFT V2
ownedCount() view returns (uint256[5] nfts)
[0, 0, 0, 0, 0]
requiredCreditsArray() pure returns (uint24[5])
[6400, 12800, 32000, 64000, 128000]
symbol() view returns (string)
GFARM2NFT
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
currentSupply(uint8 _leverage) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
idToLeverage(uint256) view returns (uint8)
isApprovedForAll(address owner, address operator) view returns (bool)
leverageID(uint8 _leverage) pure returns (uint8)
maxSupply(uint8 _leverage) pure returns (uint16)
ownerOf(uint256 tokenId) view returns (address)
requiredCredits(uint8 _leverage) pure returns (uint24)
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)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint8 _leverage)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _farm)
This contract contains no fallback and receive objects.
This contract contains no error objects.