Degen$ Farm Eggs
Verified contract
Active on
Ethereum with 37 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 Eggs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18821959 | a year ago | | | 0 | 0.0014887201 | |
| 17066238 | 2 years ago | | | 0 | 0.0015980789 | |
| 15608471 | 2 years ago | | | 0 | 0.00016101227 | |
| 14463000 | 3 years ago | | | 0 | 0.0011721862 | |
| 14376847 | 3 years ago | | | 0 | 0.00055090594 | |
| 14067597 | 3 years ago | | | 0 | 0.0030850661 | |
| 13811230 | 3 years ago | | | 0 | 0.0067389864 | |
| 13261874 | 3 years ago | | | 0 | 0.0018056520 | |
| 13229329 | 3 years ago | | | 0 | 0.0020516085 | |
| 13221420 | 3 years ago | | | 0 | 0.0030678085 |
ABI
ABI objects
Getter at block 21430341
baseURI() view returns (string)
http://degens.farm/meta/eggs/
name() view returns (string)
Degen$ Farm Eggs
owner() view returns (address)
0xdefaa040fc2ae9d68705ac4bb0a0f2d0e812ab50
signerAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EGG
totalSupply() view returns (uint256)
24
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)
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.