Touch Grass
Verified contract
Active on
Ethereum with 792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Touch Grass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19256200 | 9 months ago | | | 0 | 0.0013363911 | |
| 17874536 | a year ago | | | 0 | 0.0011173160 | |
| 17839346 | a year ago | | | 0 | 0.00066264351 | |
| 16689454 | 2 years ago | | | 0 | 0.00065970148 | |
| 16270717 | 2 years ago | | | 0 | 0.00059285978 | |
| 15180347 | 2 years ago | | | 0 | 0.0016892985 | |
| 15176264 | 2 years ago | | | 0 | 0.00073564320 | |
| 14993767 | 2 years ago | | | 0 | 0.00083886301 | |
| 14970898 | 2 years ago | | | 0 | 0.0010603806 | |
| 14942284 | 2 years ago | | | 0 | 0.0022938266 |
ABI
ABI objects
Getter at block 21211655
baseURI() view returns (string)
ipfs://QmdzdGQ6kCywHeE6jKqeFdoY6ZgPgiEtMTuU6t9XDUJMzC
name() view returns (string)
Touch Grass
owner() view returns (address)
0x288ea64df2a0fb28afd2efc9b66986190b3eaec0
symbol() view returns (string)
GRASS
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint16 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string base)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()