GFarmNFTExchange
Verified contract
Active on
Ethereum with 1,210 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35.67)
Native
Value
$35.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.009859 | $3,618.08 |
$35.67 | |
GFARM2 | ERC-20 | 3.001198 | -- | -- | |
GFARM2NFT | ERC-721 | 1 | -- | -- | |
GFARM2NFT | ERC-721 | 1 | -- | -- | |
GFARM2NFT | ERC-721 | 1 | -- | -- | |
GFARM2NFT | ERC-721 | 1 | -- | -- | |
GFARM2NFT | ERC-721 | 1 | -- | -- | |
GFARM2NFT | ERC-721 | 1 | -- | -- | |
GFARM2NFT | ERC-721 | 1 | -- | -- | |
GFARM2NFT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17492722 | a year ago | | | 0 | 0.00055877355 | |
| 16589556 | 2 years ago | | | 0 | 0.0031857423 | |
| 16589542 | 2 years ago | | | 0 | 0.0038202029 | |
| 16571889 | 2 years ago | | | 0 | 0.0011680321 | |
| 16431496 | 2 years ago | | | 0 | 0.00051207876 | |
| 16379206 | 2 years ago | | | 0 | 0.00065690366 | |
| 16211275 | 2 years ago | | | 0 | 0.00038157418 | |
| 16058033 | 2 years ago | | | 0 | 0.00032368146 | |
| 15779984 | 2 years ago | | | 0 | 0.00041073241 | |
| 15742310 | 2 years ago | | | 0 | 0.0012158538 |
ABI
ABI objects
Getter at block 21315174
BID_FEE_P() view returns (uint256)
5
GOV() view returns (address)
0x80fd0accc8da81b0852d2dca17b5ddab68f22253
HIGHEST_BID_FEE_P() view returns (uint256)
25
TVL() view returns (uint256)
1242912200
accETHperGFARM() view returns (uint256)
14627998618234363
lp() view returns (address)
0x3f759c3f4cdba32e69ddf607e0cdcc2547061b97
nft() view returns (address)
0x43ccd9ea8f64b8918267f7ee4a071d3e9168f9cd
pendingReward() view returns (uint256)
0
token() view returns (address)
0x831091da075665168e01898c6dac004a867f1e1b
totalEthDistributed() view returns (uint256)
21350813430410375000
Read-only
biddingsByLeverage(uint256, uint256) view returns (uint256 nftID, address seller, uint256 start, uint256 duration, uint256 minBid, uint256 highestBid, uint256 highestBidMinusFees, address highestBidder, uint256 bidCount)
biddingsCountLeverage(uint256 _leverage) view returns (uint256)
idToBiddingsByLeverageIndex(uint256) view returns (uint256)
isListed(uint256 _nftID) view returns (bool)
users(address) view returns (uint256 provided, uint256 debt)
State-modifying
Events bid(uint256 _nftID) payable
claim(uint256 _nftID)
claimBack(uint256 _nftID)
harvest()
sell(uint256 _nftID, uint256 _minBid, uint256 _bidDuration)
set_BID_FEE_P(uint256 _fee)
set_GOV(address _gov)
set_HIGHEST_BID_FEE_P(uint256 _fee)
stake(uint256 amount)
unstake(uint256 amount)
NewBid(address indexed seller, address indexed bidder, uint256 nftID, uint256 leverage, uint256 amount)
NewBidding(address indexed seller, uint256 nftID, uint256 leverage, uint256 duration, uint256 minBid)
constructor(address _nft, address _token, address _lp, address _gov)
This contract contains no fallback and receive objects.
This contract contains no error objects.