Degen$ Farm Lands
Verified contract
Active on
Ethereum with 91 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
Balances ($0.00)
No balances found for "Degen$ Farm Lands"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20325236 | 5 months ago | | | 0 | 0.00057823610 | |
| 18796077 | a year ago | | | 0 | 0.0020148148 | |
| 18303312 | a year ago | | | 0 | 0.00013133386 | |
| 16967783 | 2 years ago | | | 0 | 0.0010070309 | |
| 15855135 | 2 years ago | | | 0 | 0.00058086477 | |
| 15739894 | 2 years ago | | | 0 | 0.0033141624 | |
| 15696788 | 2 years ago | | | 0 | 0.0012982855 | |
| 15346096 | 2 years ago | | | 0 | 0.00072219067 | |
| 14786570 | 3 years ago | | | 0 | 0.0015895891 | |
| 14745032 | 3 years ago | | | 0 | 0.0016445913 |
ABI
ABI objects
Getter at block 21428124
LAND_TYPE_COUNT() view returns (uint256)
5
MAP_HEIGHT() view returns (uint256)
50
baseURI() view returns (string)
http://degens.farm/meta/lands/
name() view returns (string)
Degen$ Farm Lands
owner() view returns (address)
0xdefaa040fc2ae9d68705ac4bb0a0f2d0e812ab50
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LAND
totalSupply() view returns (uint256)
258
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigner(uint256 tokenId, string _tokenURI, uint8 _v, bytes32 _r, bytes32 _s) pure returns (address)
getUsersTokens(address _owner) view returns (uint256[])
hashArguments(uint256 tokenId, string _tokenURI) pure returns (bytes32 msgHash)
isApprovedForAll(address owner, address operator) view returns (bool)
isOperator(address _addr) view returns (bool)
isOwner(address _addr) view returns (bool)
isValidSignature(uint256 tokenId, string _tokenURI, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
lands(uint256) view returns (uint8 atype, int32 x, int32 y)
ownerOf(uint256 tokenId) view returns (address)
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)
trusted_markets(address) view returns (bool)
State-modifying
Events addOperator(address _newOperator)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 tokenId, uint256 randomSeed)
removeOperator(address _oldOperator)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSigner(address _newSigner)
setTrustedMarket(address _market, bool _state)
setURI(uint256 tokenId, string _tokenURI)
setURIBatch(uint256[] tokenId, string[] _tokenURI)
setURISigned(uint256 tokenId, string _tokenURI, uint8 _v, bytes32 _r, bytes32 _s)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20(address _tokenContract, address _admin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TrustedMarket(address indexed _market, bool _state)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.